|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 3E1E218020A0B66900EFA102 /* import.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1E217F20A0B66900EFA102 /* import.swift */; }; |
10 | 11 | 3E83E326207BC00E0057855A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E83E325207BC00E0057855A /* AppDelegate.swift */; };
|
11 | 12 | 3E83E328207BC00E0057855A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E83E327207BC00E0057855A /* ViewController.swift */; };
|
| 13 | + AEBC61E3160A9AC38C3A210D /* Pods_Binary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5687B1A81F152DBEF5CD4432 /* Pods_Binary.framework */; }; |
12 | 14 | /* End PBXBuildFile section */
|
13 | 15 |
|
14 | 16 | /* Begin PBXFileReference section */
|
| 17 | + 1856F5E2BE44EDB1E470521A /* Pods-Binary.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Binary.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Binary/Pods-Binary.debug.xcconfig"; sourceTree = "<group>"; }; |
| 18 | + 3E1E217F20A0B66900EFA102 /* import.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = import.swift; sourceTree = "<group>"; }; |
15 | 19 | 3E83E322207BC00E0057855A /* Binary.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Binary.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
16 | 20 | 3E83E325207BC00E0057855A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
17 | 21 | 3E83E327207BC00E0057855A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
18 | 22 | 3E83E331207BC0120057855A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 23 | + 5687B1A81F152DBEF5CD4432 /* Pods_Binary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Binary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 24 | + 7EB848DBE64BD495BCC04ECC /* Pods-Binary.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Binary.release.xcconfig"; path = "Pods/Target Support Files/Pods-Binary/Pods-Binary.release.xcconfig"; sourceTree = "<group>"; }; |
19 | 25 | /* End PBXFileReference section */
|
20 | 26 |
|
21 | 27 | /* Begin PBXFrameworksBuildPhase section */
|
22 | 28 | 3E83E31F207BC00E0057855A /* Frameworks */ = {
|
23 | 29 | isa = PBXFrameworksBuildPhase;
|
24 | 30 | buildActionMask = 2147483647;
|
25 | 31 | files = (
|
| 32 | + AEBC61E3160A9AC38C3A210D /* Pods_Binary.framework in Frameworks */, |
26 | 33 | );
|
27 | 34 | runOnlyForDeploymentPostprocessing = 0;
|
28 | 35 | };
|
|
34 | 41 | children = (
|
35 | 42 | 3E83E324207BC00E0057855A /* Binary */,
|
36 | 43 | 3E83E323207BC00E0057855A /* Products */,
|
| 44 | + E8117D681BF19C1B3D847824 /* Pods */, |
| 45 | + 8E13F0A6AED19C681C2CD7D5 /* Frameworks */, |
37 | 46 | );
|
38 | 47 | sourceTree = "<group>";
|
39 | 48 | };
|
|
50 | 59 | children = (
|
51 | 60 | 3E83E325207BC00E0057855A /* AppDelegate.swift */,
|
52 | 61 | 3E83E327207BC00E0057855A /* ViewController.swift */,
|
| 62 | + 3E1E217F20A0B66900EFA102 /* import.swift */, |
53 | 63 | 3E83E331207BC0120057855A /* Info.plist */,
|
54 | 64 | );
|
55 | 65 | path = Binary;
|
56 | 66 | sourceTree = "<group>";
|
57 | 67 | };
|
| 68 | + 8E13F0A6AED19C681C2CD7D5 /* Frameworks */ = { |
| 69 | + isa = PBXGroup; |
| 70 | + children = ( |
| 71 | + 5687B1A81F152DBEF5CD4432 /* Pods_Binary.framework */, |
| 72 | + ); |
| 73 | + name = Frameworks; |
| 74 | + sourceTree = "<group>"; |
| 75 | + }; |
| 76 | + E8117D681BF19C1B3D847824 /* Pods */ = { |
| 77 | + isa = PBXGroup; |
| 78 | + children = ( |
| 79 | + 1856F5E2BE44EDB1E470521A /* Pods-Binary.debug.xcconfig */, |
| 80 | + 7EB848DBE64BD495BCC04ECC /* Pods-Binary.release.xcconfig */, |
| 81 | + ); |
| 82 | + name = Pods; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
58 | 85 | /* End PBXGroup section */
|
59 | 86 |
|
60 | 87 | /* Begin PBXNativeTarget section */
|
61 | 88 | 3E83E321207BC00E0057855A /* Binary */ = {
|
62 | 89 | isa = PBXNativeTarget;
|
63 | 90 | buildConfigurationList = 3E83E334207BC0120057855A /* Build configuration list for PBXNativeTarget "Binary" */;
|
64 | 91 | buildPhases = (
|
| 92 | + 3E002C27AE1ACBCE5F745FA7 /* [CP] Check Pods Manifest.lock */, |
65 | 93 | 3E83E31E207BC00E0057855A /* Sources */,
|
66 | 94 | 3E83E31F207BC00E0057855A /* Frameworks */,
|
67 | 95 | 3E83E320207BC00E0057855A /* Resources */,
|
| 96 | + 9937F6A880D56826534273F0 /* [CP] Embed Pods Frameworks */, |
68 | 97 | );
|
69 | 98 | buildRules = (
|
70 | 99 | );
|
|
118 | 147 | };
|
119 | 148 | /* End PBXResourcesBuildPhase section */
|
120 | 149 |
|
| 150 | +/* Begin PBXShellScriptBuildPhase section */ |
| 151 | + 3E002C27AE1ACBCE5F745FA7 /* [CP] Check Pods Manifest.lock */ = { |
| 152 | + isa = PBXShellScriptBuildPhase; |
| 153 | + buildActionMask = 2147483647; |
| 154 | + files = ( |
| 155 | + ); |
| 156 | + inputPaths = ( |
| 157 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 158 | + "${PODS_ROOT}/Manifest.lock", |
| 159 | + ); |
| 160 | + name = "[CP] Check Pods Manifest.lock"; |
| 161 | + outputPaths = ( |
| 162 | + "$(DERIVED_FILE_DIR)/Pods-Binary-checkManifestLockResult.txt", |
| 163 | + ); |
| 164 | + runOnlyForDeploymentPostprocessing = 0; |
| 165 | + shellPath = /bin/sh; |
| 166 | + 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"; |
| 167 | + showEnvVarsInLog = 0; |
| 168 | + }; |
| 169 | + 9937F6A880D56826534273F0 /* [CP] Embed Pods Frameworks */ = { |
| 170 | + isa = PBXShellScriptBuildPhase; |
| 171 | + buildActionMask = 2147483647; |
| 172 | + files = ( |
| 173 | + ); |
| 174 | + inputPaths = ( |
| 175 | + "${SRCROOT}/Pods/Target Support Files/Pods-Binary/Pods-Binary-frameworks.sh", |
| 176 | + "${PODS_ROOT}/AFNetworking/AFNetworking.framework", |
| 177 | + "${PODS_ROOT}/Literal/Literal.framework", |
| 178 | + ); |
| 179 | + name = "[CP] Embed Pods Frameworks"; |
| 180 | + outputPaths = ( |
| 181 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 182 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Literal.framework", |
| 183 | + ); |
| 184 | + runOnlyForDeploymentPostprocessing = 0; |
| 185 | + shellPath = /bin/sh; |
| 186 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Binary/Pods-Binary-frameworks.sh\"\n"; |
| 187 | + showEnvVarsInLog = 0; |
| 188 | + }; |
| 189 | +/* End PBXShellScriptBuildPhase section */ |
| 190 | + |
121 | 191 | /* Begin PBXSourcesBuildPhase section */
|
122 | 192 | 3E83E31E207BC00E0057855A /* Sources */ = {
|
123 | 193 | isa = PBXSourcesBuildPhase;
|
124 | 194 | buildActionMask = 2147483647;
|
125 | 195 | files = (
|
126 | 196 | 3E83E328207BC00E0057855A /* ViewController.swift in Sources */,
|
| 197 | + 3E1E218020A0B66900EFA102 /* import.swift in Sources */, |
127 | 198 | 3E83E326207BC00E0057855A /* AppDelegate.swift in Sources */,
|
128 | 199 | );
|
129 | 200 | runOnlyForDeploymentPostprocessing = 0;
|
|
247 | 318 | };
|
248 | 319 | 3E83E335207BC0120057855A /* Debug */ = {
|
249 | 320 | isa = XCBuildConfiguration;
|
| 321 | + baseConfigurationReference = 1856F5E2BE44EDB1E470521A /* Pods-Binary.debug.xcconfig */; |
250 | 322 | buildSettings = {
|
251 | 323 | CODE_SIGN_STYLE = Automatic;
|
252 | 324 | INFOPLIST_FILE = Binary/Info.plist;
|
253 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
254 |
| - "$(inherited)", |
255 |
| - "@executable_path/Frameworks", |
256 |
| - ); |
| 325 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
257 | 326 | PRODUCT_BUNDLE_IDENTIFIER = me.leavez.Binary;
|
258 | 327 | PRODUCT_NAME = "$(TARGET_NAME)";
|
259 | 328 | SWIFT_VERSION = 4.0;
|
|
263 | 332 | };
|
264 | 333 | 3E83E336207BC0120057855A /* Release */ = {
|
265 | 334 | isa = XCBuildConfiguration;
|
| 335 | + baseConfigurationReference = 7EB848DBE64BD495BCC04ECC /* Pods-Binary.release.xcconfig */; |
266 | 336 | buildSettings = {
|
267 | 337 | CODE_SIGN_STYLE = Automatic;
|
268 | 338 | INFOPLIST_FILE = Binary/Info.plist;
|
269 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
270 |
| - "$(inherited)", |
271 |
| - "@executable_path/Frameworks", |
272 |
| - ); |
| 339 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
273 | 340 | PRODUCT_BUNDLE_IDENTIFIER = me.leavez.Binary;
|
274 | 341 | PRODUCT_NAME = "$(TARGET_NAME)";
|
275 | 342 | SWIFT_VERSION = 4.0;
|
|
0 commit comments