|
135 | 135 | isa = PBXNativeTarget; |
136 | 136 | buildConfigurationList = F509D5431CA9E597007B15B0 /* Build configuration list for PBXNativeTarget "LiveQueryDemo-ObjC" */; |
137 | 137 | buildPhases = ( |
| 138 | + 208FAA4977FAE6125655600F /* [CP] Check Pods Manifest.lock */, |
138 | 139 | 87DA45B46CF98727F2E13351 /* [CP] Check Pods Manifest.lock */, |
139 | 140 | F509D52E1CA9E597007B15B0 /* Sources */, |
140 | 141 | F509D52F1CA9E597007B15B0 /* Frameworks */, |
141 | 142 | F509D5301CA9E597007B15B0 /* Resources */, |
142 | 143 | EA41B3F790AE39BE08641EBB /* [CP] Embed Pods Frameworks */, |
143 | 144 | A8851B9B8AD727FB055366F2 /* [CP] Copy Pods Resources */, |
| 145 | + AEF3C7E9E62737C95CCEDF15 /* 📦 Embed Pods Frameworks */, |
| 146 | + 6527F5DEB5EFD1866B2614D7 /* 📦 Copy Pods Resources */, |
144 | 147 | ); |
145 | 148 | buildRules = ( |
146 | 149 | ); |
|
218 | 221 | /* End PBXResourcesBuildPhase section */ |
219 | 222 |
|
220 | 223 | /* Begin PBXShellScriptBuildPhase section */ |
| 224 | + 208FAA4977FAE6125655600F /* [CP] Check Pods Manifest.lock */ = { |
| 225 | + isa = PBXShellScriptBuildPhase; |
| 226 | + buildActionMask = 2147483647; |
| 227 | + files = ( |
| 228 | + ); |
| 229 | + inputPaths = ( |
| 230 | + ); |
| 231 | + name = "[CP] Check Pods Manifest.lock"; |
| 232 | + outputPaths = ( |
| 233 | + ); |
| 234 | + runOnlyForDeploymentPostprocessing = 0; |
| 235 | + shellPath = /bin/sh; |
| 236 | + shellScript = "diff \"${PODS_ROOT}/../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"; |
| 237 | + showEnvVarsInLog = 0; |
| 238 | + }; |
| 239 | + 6527F5DEB5EFD1866B2614D7 /* 📦 Copy Pods Resources */ = { |
| 240 | + isa = PBXShellScriptBuildPhase; |
| 241 | + buildActionMask = 2147483647; |
| 242 | + files = ( |
| 243 | + ); |
| 244 | + inputPaths = ( |
| 245 | + ); |
| 246 | + name = "📦 Copy Pods Resources"; |
| 247 | + outputPaths = ( |
| 248 | + ); |
| 249 | + runOnlyForDeploymentPostprocessing = 0; |
| 250 | + shellPath = /bin/sh; |
| 251 | + shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC-resources.sh\"\n"; |
| 252 | + showEnvVarsInLog = 0; |
| 253 | + }; |
221 | 254 | 87DA45B46CF98727F2E13351 /* [CP] Check Pods Manifest.lock */ = { |
222 | 255 | isa = PBXShellScriptBuildPhase; |
223 | 256 | buildActionMask = 2147483647; |
|
248 | 281 | shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC-resources.sh\"\n"; |
249 | 282 | showEnvVarsInLog = 0; |
250 | 283 | }; |
| 284 | + AEF3C7E9E62737C95CCEDF15 /* 📦 Embed Pods Frameworks */ = { |
| 285 | + isa = PBXShellScriptBuildPhase; |
| 286 | + buildActionMask = 2147483647; |
| 287 | + files = ( |
| 288 | + ); |
| 289 | + inputPaths = ( |
| 290 | + ); |
| 291 | + name = "📦 Embed Pods Frameworks"; |
| 292 | + outputPaths = ( |
| 293 | + ); |
| 294 | + runOnlyForDeploymentPostprocessing = 0; |
| 295 | + shellPath = /bin/sh; |
| 296 | + shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC-frameworks.sh\"\n"; |
| 297 | + showEnvVarsInLog = 0; |
| 298 | + }; |
251 | 299 | EA41B3F790AE39BE08641EBB /* [CP] Embed Pods Frameworks */ = { |
252 | 300 | isa = PBXShellScriptBuildPhase; |
253 | 301 | buildActionMask = 2147483647; |
|
298 | 346 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
299 | 347 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo; |
300 | 348 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 349 | + SWIFT_VERSION = 3.0; |
301 | 350 | }; |
302 | 351 | name = Debug; |
303 | 352 | }; |
|
311 | 360 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
312 | 361 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.LiveQueryDemo; |
313 | 362 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 363 | + SWIFT_VERSION = 3.0; |
314 | 364 | }; |
315 | 365 | name = Release; |
316 | 366 | }; |
|
0 commit comments