|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 40B96796276056CC525C8BAB /* Pods_SimpleJwt.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E66E1850F157B804A9D13B4 /* Pods_SimpleJwt.framework */; }; |
10 | 11 | FD838FE02AD6A023007AFC5F /* SimpleJwtApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD838FDF2AD6A023007AFC5F /* SimpleJwtApp.swift */; };
|
11 | 12 | FD838FE22AD6A023007AFC5F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD838FE12AD6A023007AFC5F /* ContentView.swift */; };
|
12 | 13 | FD838FE42AD6A025007AFC5F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FD838FE32AD6A025007AFC5F /* Assets.xcassets */; };
|
13 | 14 | FD838FE72AD6A025007AFC5F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FD838FE62AD6A025007AFC5F /* Preview Assets.xcassets */; };
|
14 | 15 | FD838FEF2AD6A273007AFC5F /* JWTDecode.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD838FEE2AD6A273007AFC5F /* JWTDecode.swift */; };
|
| 16 | + FDC7B7552AD6C16F0092F443 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC7B7542AD6C16F0092F443 /* NetworkManager.swift */; }; |
15 | 17 | /* End PBXBuildFile section */
|
16 | 18 |
|
17 | 19 | /* Begin PBXFileReference section */
|
| 20 | + 0E66E1850F157B804A9D13B4 /* Pods_SimpleJwt.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SimpleJwt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 21 | + 5905EE7295D5103C7FEF48E1 /* Pods-SimpleJwt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleJwt.debug.xcconfig"; path = "Target Support Files/Pods-SimpleJwt/Pods-SimpleJwt.debug.xcconfig"; sourceTree = "<group>"; }; |
| 22 | + 946986DEF817FAA5BD036987 /* Pods-SimpleJwt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleJwt.release.xcconfig"; path = "Target Support Files/Pods-SimpleJwt/Pods-SimpleJwt.release.xcconfig"; sourceTree = "<group>"; }; |
18 | 23 | FD838FDC2AD6A023007AFC5F /* SimpleJwt.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleJwt.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 24 | FD838FDF2AD6A023007AFC5F /* SimpleJwtApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleJwtApp.swift; sourceTree = "<group>"; };
|
20 | 25 | FD838FE12AD6A023007AFC5F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
21 | 26 | FD838FE32AD6A025007AFC5F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
22 | 27 | FD838FE62AD6A025007AFC5F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
23 | 28 | FD838FEE2AD6A273007AFC5F /* JWTDecode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JWTDecode.swift; sourceTree = "<group>"; };
|
| 29 | + FDC7B7542AD6C16F0092F443 /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
24 | 30 | /* End PBXFileReference section */
|
25 | 31 |
|
26 | 32 | /* Begin PBXFrameworksBuildPhase section */
|
27 | 33 | FD838FD92AD6A023007AFC5F /* Frameworks */ = {
|
28 | 34 | isa = PBXFrameworksBuildPhase;
|
29 | 35 | buildActionMask = 2147483647;
|
30 | 36 | files = (
|
| 37 | + 40B96796276056CC525C8BAB /* Pods_SimpleJwt.framework in Frameworks */, |
31 | 38 | );
|
32 | 39 | runOnlyForDeploymentPostprocessing = 0;
|
33 | 40 | };
|
34 | 41 | /* End PBXFrameworksBuildPhase section */
|
35 | 42 |
|
36 | 43 | /* Begin PBXGroup section */
|
| 44 | + 4298FE78527C20D6497D047D /* Pods */ = { |
| 45 | + isa = PBXGroup; |
| 46 | + children = ( |
| 47 | + 5905EE7295D5103C7FEF48E1 /* Pods-SimpleJwt.debug.xcconfig */, |
| 48 | + 946986DEF817FAA5BD036987 /* Pods-SimpleJwt.release.xcconfig */, |
| 49 | + ); |
| 50 | + path = Pods; |
| 51 | + sourceTree = "<group>"; |
| 52 | + }; |
| 53 | + 7B704313159E613B4AA813DC /* Frameworks */ = { |
| 54 | + isa = PBXGroup; |
| 55 | + children = ( |
| 56 | + 0E66E1850F157B804A9D13B4 /* Pods_SimpleJwt.framework */, |
| 57 | + ); |
| 58 | + name = Frameworks; |
| 59 | + sourceTree = "<group>"; |
| 60 | + }; |
37 | 61 | FD838FD32AD6A023007AFC5F = {
|
38 | 62 | isa = PBXGroup;
|
39 | 63 | children = (
|
40 | 64 | FD838FDE2AD6A023007AFC5F /* SimpleJwt */,
|
41 | 65 | FD838FDD2AD6A023007AFC5F /* Products */,
|
| 66 | + 4298FE78527C20D6497D047D /* Pods */, |
| 67 | + 7B704313159E613B4AA813DC /* Frameworks */, |
42 | 68 | );
|
43 | 69 | sourceTree = "<group>";
|
44 | 70 | };
|
|
74 | 100 | isa = PBXGroup;
|
75 | 101 | children = (
|
76 | 102 | FD838FEE2AD6A273007AFC5F /* JWTDecode.swift */,
|
| 103 | + FDC7B7542AD6C16F0092F443 /* NetworkManager.swift */, |
77 | 104 | );
|
78 | 105 | path = Utils;
|
79 | 106 | sourceTree = "<group>";
|
|
85 | 112 | isa = PBXNativeTarget;
|
86 | 113 | buildConfigurationList = FD838FEA2AD6A025007AFC5F /* Build configuration list for PBXNativeTarget "SimpleJwt" */;
|
87 | 114 | buildPhases = (
|
| 115 | + 3CB5F154D1FF25100DA3B3EE /* [CP] Check Pods Manifest.lock */, |
88 | 116 | FD838FD82AD6A023007AFC5F /* Sources */,
|
89 | 117 | FD838FD92AD6A023007AFC5F /* Frameworks */,
|
90 | 118 | FD838FDA2AD6A023007AFC5F /* Resources */,
|
| 119 | + E012CFB89A17A4380D4B11E6 /* [CP] Embed Pods Frameworks */, |
91 | 120 | );
|
92 | 121 | buildRules = (
|
93 | 122 | );
|
|
143 | 172 | };
|
144 | 173 | /* End PBXResourcesBuildPhase section */
|
145 | 174 |
|
| 175 | +/* Begin PBXShellScriptBuildPhase section */ |
| 176 | + 3CB5F154D1FF25100DA3B3EE /* [CP] Check Pods Manifest.lock */ = { |
| 177 | + isa = PBXShellScriptBuildPhase; |
| 178 | + buildActionMask = 2147483647; |
| 179 | + files = ( |
| 180 | + ); |
| 181 | + inputFileListPaths = ( |
| 182 | + ); |
| 183 | + inputPaths = ( |
| 184 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 185 | + "${PODS_ROOT}/Manifest.lock", |
| 186 | + ); |
| 187 | + name = "[CP] Check Pods Manifest.lock"; |
| 188 | + outputFileListPaths = ( |
| 189 | + ); |
| 190 | + outputPaths = ( |
| 191 | + "$(DERIVED_FILE_DIR)/Pods-SimpleJwt-checkManifestLockResult.txt", |
| 192 | + ); |
| 193 | + runOnlyForDeploymentPostprocessing = 0; |
| 194 | + shellPath = /bin/sh; |
| 195 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 196 | + showEnvVarsInLog = 0; |
| 197 | + }; |
| 198 | + E012CFB89A17A4380D4B11E6 /* [CP] Embed Pods Frameworks */ = { |
| 199 | + isa = PBXShellScriptBuildPhase; |
| 200 | + buildActionMask = 2147483647; |
| 201 | + files = ( |
| 202 | + ); |
| 203 | + inputFileListPaths = ( |
| 204 | + "${PODS_ROOT}/Target Support Files/Pods-SimpleJwt/Pods-SimpleJwt-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 205 | + ); |
| 206 | + name = "[CP] Embed Pods Frameworks"; |
| 207 | + outputFileListPaths = ( |
| 208 | + "${PODS_ROOT}/Target Support Files/Pods-SimpleJwt/Pods-SimpleJwt-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 209 | + ); |
| 210 | + runOnlyForDeploymentPostprocessing = 0; |
| 211 | + shellPath = /bin/sh; |
| 212 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SimpleJwt/Pods-SimpleJwt-frameworks.sh\"\n"; |
| 213 | + showEnvVarsInLog = 0; |
| 214 | + }; |
| 215 | +/* End PBXShellScriptBuildPhase section */ |
| 216 | + |
146 | 217 | /* Begin PBXSourcesBuildPhase section */
|
147 | 218 | FD838FD82AD6A023007AFC5F /* Sources */ = {
|
148 | 219 | isa = PBXSourcesBuildPhase;
|
149 | 220 | buildActionMask = 2147483647;
|
150 | 221 | files = (
|
| 222 | + FDC7B7552AD6C16F0092F443 /* NetworkManager.swift in Sources */, |
151 | 223 | FD838FE22AD6A023007AFC5F /* ContentView.swift in Sources */,
|
152 | 224 | FD838FEF2AD6A273007AFC5F /* JWTDecode.swift in Sources */,
|
153 | 225 | FD838FE02AD6A023007AFC5F /* SimpleJwtApp.swift in Sources */,
|
|
273 | 345 | };
|
274 | 346 | FD838FEB2AD6A025007AFC5F /* Debug */ = {
|
275 | 347 | isa = XCBuildConfiguration;
|
| 348 | + baseConfigurationReference = 5905EE7295D5103C7FEF48E1 /* Pods-SimpleJwt.debug.xcconfig */; |
276 | 349 | buildSettings = {
|
277 | 350 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
278 | 351 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
301 | 374 | };
|
302 | 375 | FD838FEC2AD6A025007AFC5F /* Release */ = {
|
303 | 376 | isa = XCBuildConfiguration;
|
| 377 | + baseConfigurationReference = 946986DEF817FAA5BD036987 /* Pods-SimpleJwt.release.xcconfig */; |
304 | 378 | buildSettings = {
|
305 | 379 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
306 | 380 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
0 commit comments