|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 8F68026DAC07EBB6ABECA553 /* Pods_LiveQueryDemo_ObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8FE714A9B78962AE71BE6E5 /* Pods_LiveQueryDemo_ObjC.framework */; }; |
11 | 10 | F509D5461CA9E5B8007B15B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBB41CA9CA04005295C0 /* main.m */; }; |
12 | 11 | F509D5471CA9E5B8007B15B0 /* Message.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBBC1CA9CA2B005295C0 /* Message.m */; }; |
13 | 12 | F509D5481CA9E5B8007B15B0 /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBBF1CA9CA34005295C0 /* Room.m */; }; |
|
61 | 60 | buildActionMask = 2147483647; |
62 | 61 | files = ( |
63 | 62 | F570348B1CAC837800EB3067 /* ParseLiveQuery.framework in Frameworks */, |
64 | | - 8F68026DAC07EBB6ABECA553 /* Pods_LiveQueryDemo_ObjC.framework in Frameworks */, |
65 | 63 | ); |
66 | 64 | runOnlyForDeploymentPostprocessing = 0; |
67 | 65 | }; |
|
135 | 133 | isa = PBXNativeTarget; |
136 | 134 | buildConfigurationList = F509D5431CA9E597007B15B0 /* Build configuration list for PBXNativeTarget "LiveQueryDemo-ObjC" */; |
137 | 135 | buildPhases = ( |
138 | | - 208FAA4977FAE6125655600F /* [CP] Check Pods Manifest.lock */, |
139 | | - 87DA45B46CF98727F2E13351 /* [CP] Check Pods Manifest.lock */, |
140 | 136 | F509D52E1CA9E597007B15B0 /* Sources */, |
141 | 137 | F509D52F1CA9E597007B15B0 /* Frameworks */, |
142 | 138 | F509D5301CA9E597007B15B0 /* Resources */, |
143 | | - EA41B3F790AE39BE08641EBB /* [CP] Embed Pods Frameworks */, |
144 | | - A8851B9B8AD727FB055366F2 /* [CP] Copy Pods Resources */, |
145 | | - AEF3C7E9E62737C95CCEDF15 /* 📦 Embed Pods Frameworks */, |
146 | | - 6527F5DEB5EFD1866B2614D7 /* 📦 Copy Pods Resources */, |
147 | 139 | ); |
148 | 140 | buildRules = ( |
149 | 141 | ); |
|
220 | 212 | }; |
221 | 213 | /* End PBXResourcesBuildPhase section */ |
222 | 214 |
|
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 | | - }; |
254 | | - 87DA45B46CF98727F2E13351 /* [CP] Check Pods Manifest.lock */ = { |
255 | | - isa = PBXShellScriptBuildPhase; |
256 | | - buildActionMask = 2147483647; |
257 | | - files = ( |
258 | | - ); |
259 | | - inputPaths = ( |
260 | | - ); |
261 | | - name = "[CP] Check Pods Manifest.lock"; |
262 | | - outputPaths = ( |
263 | | - ); |
264 | | - runOnlyForDeploymentPostprocessing = 0; |
265 | | - shellPath = /bin/sh; |
266 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
267 | | - showEnvVarsInLog = 0; |
268 | | - }; |
269 | | - A8851B9B8AD727FB055366F2 /* [CP] Copy Pods Resources */ = { |
270 | | - isa = PBXShellScriptBuildPhase; |
271 | | - buildActionMask = 2147483647; |
272 | | - files = ( |
273 | | - ); |
274 | | - inputPaths = ( |
275 | | - ); |
276 | | - name = "[CP] Copy Pods Resources"; |
277 | | - outputPaths = ( |
278 | | - ); |
279 | | - runOnlyForDeploymentPostprocessing = 0; |
280 | | - shellPath = /bin/sh; |
281 | | - shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC-resources.sh\"\n"; |
282 | | - showEnvVarsInLog = 0; |
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 | | - }; |
299 | | - EA41B3F790AE39BE08641EBB /* [CP] Embed Pods Frameworks */ = { |
300 | | - isa = PBXShellScriptBuildPhase; |
301 | | - buildActionMask = 2147483647; |
302 | | - files = ( |
303 | | - ); |
304 | | - inputPaths = ( |
305 | | - ); |
306 | | - name = "[CP] Embed Pods Frameworks"; |
307 | | - outputPaths = ( |
308 | | - ); |
309 | | - runOnlyForDeploymentPostprocessing = 0; |
310 | | - shellPath = /bin/sh; |
311 | | - shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC-frameworks.sh\"\n"; |
312 | | - showEnvVarsInLog = 0; |
313 | | - }; |
314 | | -/* End PBXShellScriptBuildPhase section */ |
315 | | - |
316 | 215 | /* Begin PBXSourcesBuildPhase section */ |
317 | 216 | F509D52E1CA9E597007B15B0 /* Sources */ = { |
318 | 217 | isa = PBXSourcesBuildPhase; |
|
338 | 237 | /* Begin XCBuildConfiguration section */ |
339 | 238 | F509D5401CA9E597007B15B0 /* Debug */ = { |
340 | 239 | isa = XCBuildConfiguration; |
341 | | - baseConfigurationReference = 46BB59B59BEB1C1B30D1528A /* Pods-LiveQueryDemo-ObjC.debug.xcconfig */; |
342 | 240 | buildSettings = { |
343 | 241 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
344 | 242 | COMBINE_HIDPI_IMAGES = YES; |
|
352 | 250 | }; |
353 | 251 | F509D5411CA9E597007B15B0 /* Release */ = { |
354 | 252 | isa = XCBuildConfiguration; |
355 | | - baseConfigurationReference = BBA908F914DAEEBB466454E2 /* Pods-LiveQueryDemo-ObjC.release.xcconfig */; |
356 | 253 | buildSettings = { |
357 | 254 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
358 | 255 | COMBINE_HIDPI_IMAGES = YES; |
|
0 commit comments