|
14 | 14 | AAE235271F91223400FB8E69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AAE235261F91223400FB8E69 /* Assets.xcassets */; }; |
15 | 15 | AAE2352A1F91223400FB8E69 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AAE235281F91223400FB8E69 /* LaunchScreen.storyboard */; }; |
16 | 16 | AAE235341F91254800FB8E69 /* Interface.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE235331F91254800FB8E69 /* Interface.swift */; }; |
| 17 | + F08E45FF03556FE3AD50F8D7 /* Pods_IP_Address.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E59AF8F9952F45C5DC035509 /* Pods_IP_Address.framework */; }; |
17 | 18 | /* End PBXBuildFile section */ |
18 | 19 |
|
19 | 20 | /* Begin PBXFileReference section */ |
|
26 | 27 | AAE235291F91223400FB8E69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
27 | 28 | AAE2352B1F91223400FB8E69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
28 | 29 | AAE235331F91254800FB8E69 /* Interface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interface.swift; sourceTree = "<group>"; }; |
| 30 | + AC8FF94B6EFEB74B4FE34994 /* Pods-IP Address.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IP Address.release.xcconfig"; path = "Pods/Target Support Files/Pods-IP Address/Pods-IP Address.release.xcconfig"; sourceTree = "<group>"; }; |
| 31 | + D0A5CED612EB906B8ABBB984 /* Pods-IP Address.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IP Address.debug.xcconfig"; path = "Pods/Target Support Files/Pods-IP Address/Pods-IP Address.debug.xcconfig"; sourceTree = "<group>"; }; |
| 32 | + E59AF8F9952F45C5DC035509 /* Pods_IP_Address.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_IP_Address.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | 33 | /* End PBXFileReference section */ |
30 | 34 |
|
31 | 35 | /* Begin PBXFrameworksBuildPhase section */ |
32 | 36 | AAE235191F91223400FB8E69 /* Frameworks */ = { |
33 | 37 | isa = PBXFrameworksBuildPhase; |
34 | 38 | buildActionMask = 2147483647; |
35 | 39 | files = ( |
| 40 | + F08E45FF03556FE3AD50F8D7 /* Pods_IP_Address.framework in Frameworks */, |
36 | 41 | ); |
37 | 42 | runOnlyForDeploymentPostprocessing = 0; |
38 | 43 | }; |
39 | 44 | /* End PBXFrameworksBuildPhase section */ |
40 | 45 |
|
41 | 46 | /* Begin PBXGroup section */ |
| 47 | + 25885A854B5FD4246E276327 /* Pods */ = { |
| 48 | + isa = PBXGroup; |
| 49 | + children = ( |
| 50 | + D0A5CED612EB906B8ABBB984 /* Pods-IP Address.debug.xcconfig */, |
| 51 | + AC8FF94B6EFEB74B4FE34994 /* Pods-IP Address.release.xcconfig */, |
| 52 | + ); |
| 53 | + name = Pods; |
| 54 | + sourceTree = "<group>"; |
| 55 | + }; |
42 | 56 | AAE235131F91223400FB8E69 = { |
43 | 57 | isa = PBXGroup; |
44 | 58 | children = ( |
45 | 59 | AAE2351E1F91223400FB8E69 /* IP Address */, |
46 | 60 | AAE2351D1F91223400FB8E69 /* Products */, |
| 61 | + 25885A854B5FD4246E276327 /* Pods */, |
| 62 | + F4B6C6F7CA1534AD9656EAF5 /* Frameworks */, |
47 | 63 | ); |
48 | 64 | sourceTree = "<group>"; |
49 | 65 | }; |
|
70 | 86 | path = "IP Address"; |
71 | 87 | sourceTree = "<group>"; |
72 | 88 | }; |
| 89 | + F4B6C6F7CA1534AD9656EAF5 /* Frameworks */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + E59AF8F9952F45C5DC035509 /* Pods_IP_Address.framework */, |
| 93 | + ); |
| 94 | + name = Frameworks; |
| 95 | + sourceTree = "<group>"; |
| 96 | + }; |
73 | 97 | /* End PBXGroup section */ |
74 | 98 |
|
75 | 99 | /* Begin PBXNativeTarget section */ |
76 | 100 | AAE2351B1F91223400FB8E69 /* IP Address */ = { |
77 | 101 | isa = PBXNativeTarget; |
78 | 102 | buildConfigurationList = AAE2352E1F91223400FB8E69 /* Build configuration list for PBXNativeTarget "IP Address" */; |
79 | 103 | buildPhases = ( |
| 104 | + C21D3F3468AC799C289A165C /* [CP] Check Pods Manifest.lock */, |
80 | 105 | AAE235181F91223400FB8E69 /* Sources */, |
81 | 106 | AABD65D91FC708FC00A4B0A1 /* ShellScript */, |
82 | 107 | AAE235191F91223400FB8E69 /* Frameworks */, |
83 | 108 | AAE2351A1F91223400FB8E69 /* Resources */, |
84 | 109 | AABD65DA1FC708FD00A4B0A1 /* ShellScript */, |
| 110 | + 0BB20A0AD6325DB3789E3B22 /* [CP] Embed Pods Frameworks */, |
| 111 | + D9EF39D936CCC37AC8867737 /* [CP] Copy Pods Resources */, |
85 | 112 | ); |
86 | 113 | buildRules = ( |
87 | 114 | ); |
|
140 | 167 | /* End PBXResourcesBuildPhase section */ |
141 | 168 |
|
142 | 169 | /* Begin PBXShellScriptBuildPhase section */ |
| 170 | + 0BB20A0AD6325DB3789E3B22 /* [CP] Embed Pods Frameworks */ = { |
| 171 | + isa = PBXShellScriptBuildPhase; |
| 172 | + buildActionMask = 2147483647; |
| 173 | + files = ( |
| 174 | + ); |
| 175 | + inputPaths = ( |
| 176 | + ); |
| 177 | + name = "[CP] Embed Pods Frameworks"; |
| 178 | + outputPaths = ( |
| 179 | + ); |
| 180 | + runOnlyForDeploymentPostprocessing = 0; |
| 181 | + shellPath = /bin/sh; |
| 182 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-IP Address/Pods-IP Address-frameworks.sh\"\n"; |
| 183 | + showEnvVarsInLog = 0; |
| 184 | + }; |
143 | 185 | AABD65D91FC708FC00A4B0A1 /* ShellScript */ = { |
144 | 186 | isa = PBXShellScriptBuildPhase; |
145 | 187 | buildActionMask = 2147483647; |
|
166 | 208 | shellPath = /bin/sh; |
167 | 209 | shellScript = ./updateBuildVersionNumber.sh; |
168 | 210 | }; |
| 211 | + C21D3F3468AC799C289A165C /* [CP] Check Pods Manifest.lock */ = { |
| 212 | + isa = PBXShellScriptBuildPhase; |
| 213 | + buildActionMask = 2147483647; |
| 214 | + files = ( |
| 215 | + ); |
| 216 | + inputPaths = ( |
| 217 | + ); |
| 218 | + name = "[CP] Check Pods Manifest.lock"; |
| 219 | + outputPaths = ( |
| 220 | + ); |
| 221 | + runOnlyForDeploymentPostprocessing = 0; |
| 222 | + shellPath = /bin/sh; |
| 223 | + 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"; |
| 224 | + showEnvVarsInLog = 0; |
| 225 | + }; |
| 226 | + D9EF39D936CCC37AC8867737 /* [CP] Copy Pods Resources */ = { |
| 227 | + isa = PBXShellScriptBuildPhase; |
| 228 | + buildActionMask = 2147483647; |
| 229 | + files = ( |
| 230 | + ); |
| 231 | + inputPaths = ( |
| 232 | + ); |
| 233 | + name = "[CP] Copy Pods Resources"; |
| 234 | + outputPaths = ( |
| 235 | + ); |
| 236 | + runOnlyForDeploymentPostprocessing = 0; |
| 237 | + shellPath = /bin/sh; |
| 238 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-IP Address/Pods-IP Address-resources.sh\"\n"; |
| 239 | + showEnvVarsInLog = 0; |
| 240 | + }; |
169 | 241 | /* End PBXShellScriptBuildPhase section */ |
170 | 242 |
|
171 | 243 | /* Begin PBXSourcesBuildPhase section */ |
|
311 | 383 | }; |
312 | 384 | AAE2352F1F91223400FB8E69 /* Debug */ = { |
313 | 385 | isa = XCBuildConfiguration; |
| 386 | + baseConfigurationReference = D0A5CED612EB906B8ABBB984 /* Pods-IP Address.debug.xcconfig */; |
314 | 387 | buildSettings = { |
315 | 388 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
316 | 389 | CODE_SIGN_STYLE = Automatic; |
|
326 | 399 | }; |
327 | 400 | AAE235301F91223400FB8E69 /* Release */ = { |
328 | 401 | isa = XCBuildConfiguration; |
| 402 | + baseConfigurationReference = AC8FF94B6EFEB74B4FE34994 /* Pods-IP Address.release.xcconfig */; |
329 | 403 | buildSettings = { |
330 | 404 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
331 | 405 | CODE_SIGN_STYLE = Automatic; |
|
0 commit comments