|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 28182F26611160A985D5BD75 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 97CC89D0CF1C3033F6322828 /* libPods.a */; }; |
11 | 10 | 366B23491CFD8D17006743C0 /* LKTestModels.m in Sources */ = {isa = PBXBuildFile; fileRef = 366B23471CFD8D17006743C0 /* LKTestModels.m */; };
|
12 | 11 | 366B234B1CFD8D20006743C0 /* Snip20130620_6.png in Resources */ = {isa = PBXBuildFile; fileRef = 366B234A1CFD8D20006743C0 /* Snip20130620_6.png */; };
|
| 12 | + 3FD6EB9753080E31E717D05C /* libPods-LKDB-Demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99315F78949F082F14C946C2 /* libPods-LKDB-Demo.a */; }; |
13 | 13 | C541086F18E27786009D0644 /* libsqlite3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C541086E18E27786009D0644 /* libsqlite3.0.dylib */; };
|
14 | 14 | C5549E5E18E2675D00F92DED /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C5549E5D18E2675D00F92DED /* Cocoa.framework */; };
|
15 | 15 | C5549E6818E2675D00F92DED /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C5549E6618E2675D00F92DED /* InfoPlist.strings */; };
|
|
24 | 24 | 366B23471CFD8D17006743C0 /* LKTestModels.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LKTestModels.m; sourceTree = "<group>"; };
|
25 | 25 | 366B23481CFD8D17006743C0 /* LKTestModels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LKTestModels.h; sourceTree = "<group>"; };
|
26 | 26 | 366B234A1CFD8D20006743C0 /* Snip20130620_6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Snip20130620_6.png; path = ../../screenshot/Snip20130620_6.png; sourceTree = "<group>"; };
|
27 |
| - 97CC89D0CF1C3033F6322828 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 27 | + 40654376722B25A2212AEF70 /* Pods-LKDB-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LKDB-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-LKDB-Demo/Pods-LKDB-Demo.release.xcconfig"; sourceTree = "<group>"; }; |
| 28 | + 46DCE4EF486448C6DA5D363D /* Pods-LKDB-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LKDB-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LKDB-Demo/Pods-LKDB-Demo.debug.xcconfig"; sourceTree = "<group>"; }; |
| 29 | + 99315F78949F082F14C946C2 /* libPods-LKDB-Demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LKDB-Demo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | 30 | C541086E18E27786009D0644 /* libsqlite3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.0.dylib; path = usr/lib/libsqlite3.0.dylib; sourceTree = SDKROOT; };
|
29 | 31 | C5549E5A18E2675D00F92DED /* LKDB-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "LKDB-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 32 | C5549E5D18E2675D00F92DED /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
41 | 43 | C5549E7318E2675D00F92DED /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
42 | 44 | C5549E7518E2675D00F92DED /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
43 | 45 | C5549E7C18E2675D00F92DED /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
44 |
| - E28258FADD0D933997F7CD9E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
45 |
| - FD773219247B8F040F883C75 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
46 | 46 | /* End PBXFileReference section */
|
47 | 47 |
|
48 | 48 | /* Begin PBXFrameworksBuildPhase section */
|
|
52 | 52 | files = (
|
53 | 53 | C541086F18E27786009D0644 /* libsqlite3.0.dylib in Frameworks */,
|
54 | 54 | C5549E5E18E2675D00F92DED /* Cocoa.framework in Frameworks */,
|
55 |
| - 28182F26611160A985D5BD75 /* libPods.a in Frameworks */, |
| 55 | + 3FD6EB9753080E31E717D05C /* libPods-LKDB-Demo.a in Frameworks */, |
56 | 56 | );
|
57 | 57 | runOnlyForDeploymentPostprocessing = 0;
|
58 | 58 | };
|
59 | 59 | /* End PBXFrameworksBuildPhase section */
|
60 | 60 |
|
61 | 61 | /* Begin PBXGroup section */
|
| 62 | + B7149AE0793C081725AC5706 /* Pods */ = { |
| 63 | + isa = PBXGroup; |
| 64 | + children = ( |
| 65 | + 46DCE4EF486448C6DA5D363D /* Pods-LKDB-Demo.debug.xcconfig */, |
| 66 | + 40654376722B25A2212AEF70 /* Pods-LKDB-Demo.release.xcconfig */, |
| 67 | + ); |
| 68 | + name = Pods; |
| 69 | + sourceTree = "<group>"; |
| 70 | + }; |
62 | 71 | C5549E5118E2675D00F92DED = {
|
63 | 72 | isa = PBXGroup;
|
64 | 73 | children = (
|
65 | 74 | C5549E6318E2675D00F92DED /* LKDB-Demo */,
|
66 | 75 | C5549E5C18E2675D00F92DED /* Frameworks */,
|
67 | 76 | C5549E5B18E2675D00F92DED /* Products */,
|
68 |
| - C6C8FC5123E58922E57112A7 /* Pods */, |
| 77 | + B7149AE0793C081725AC5706 /* Pods */, |
69 | 78 | );
|
70 | 79 | sourceTree = "<group>";
|
71 | 80 | };
|
|
84 | 93 | C5549E5D18E2675D00F92DED /* Cocoa.framework */,
|
85 | 94 | C5549E7C18E2675D00F92DED /* XCTest.framework */,
|
86 | 95 | C5549E5F18E2675D00F92DED /* Other Frameworks */,
|
87 |
| - 97CC89D0CF1C3033F6322828 /* libPods.a */, |
| 96 | + 99315F78949F082F14C946C2 /* libPods-LKDB-Demo.a */, |
88 | 97 | );
|
89 | 98 | name = Frameworks;
|
90 | 99 | sourceTree = "<group>";
|
|
126 | 135 | name = "Supporting Files";
|
127 | 136 | sourceTree = "<group>";
|
128 | 137 | };
|
129 |
| - C6C8FC5123E58922E57112A7 /* Pods */ = { |
130 |
| - isa = PBXGroup; |
131 |
| - children = ( |
132 |
| - FD773219247B8F040F883C75 /* Pods.debug.xcconfig */, |
133 |
| - E28258FADD0D933997F7CD9E /* Pods.release.xcconfig */, |
134 |
| - ); |
135 |
| - name = Pods; |
136 |
| - sourceTree = "<group>"; |
137 |
| - }; |
138 | 138 | /* End PBXGroup section */
|
139 | 139 |
|
140 | 140 | /* Begin PBXNativeTarget section */
|
141 | 141 | C5549E5918E2675D00F92DED /* LKDB-Demo */ = {
|
142 | 142 | isa = PBXNativeTarget;
|
143 | 143 | buildConfigurationList = C5549E8B18E2675D00F92DED /* Build configuration list for PBXNativeTarget "LKDB-Demo" */;
|
144 | 144 | buildPhases = (
|
145 |
| - 840E007DEBA27486DC207555 /* Check Pods Manifest.lock */, |
| 145 | + 602369954EB92204B21A7340 /* [CP] Check Pods Manifest.lock */, |
146 | 146 | C5549E5618E2675D00F92DED /* Sources */,
|
147 | 147 | C5549E5718E2675D00F92DED /* Frameworks */,
|
148 | 148 | C5549E5818E2675D00F92DED /* Resources */,
|
149 |
| - 838BB34F01762E4815C11B03 /* Embed Pods Frameworks */, |
150 |
| - F74CFCD02D9EC2C3A570E622 /* Copy Pods Resources */, |
| 149 | + 686DD3019C0E9C61D7DE306E /* [CP] Embed Pods Frameworks */, |
| 150 | + 6EEB271FDB1FCC6F9CD9681F /* [CP] Copy Pods Resources */, |
151 | 151 | );
|
152 | 152 | buildRules = (
|
153 | 153 | );
|
|
202 | 202 | /* End PBXResourcesBuildPhase section */
|
203 | 203 |
|
204 | 204 | /* Begin PBXShellScriptBuildPhase section */
|
205 |
| - 838BB34F01762E4815C11B03 /* Embed Pods Frameworks */ = { |
| 205 | + 602369954EB92204B21A7340 /* [CP] Check Pods Manifest.lock */ = { |
206 | 206 | isa = PBXShellScriptBuildPhase;
|
207 | 207 | buildActionMask = 2147483647;
|
208 | 208 | files = (
|
209 | 209 | );
|
210 | 210 | inputPaths = (
|
211 | 211 | );
|
212 |
| - name = "Embed Pods Frameworks"; |
| 212 | + name = "[CP] Check Pods Manifest.lock"; |
213 | 213 | outputPaths = (
|
214 | 214 | );
|
215 | 215 | runOnlyForDeploymentPostprocessing = 0;
|
216 | 216 | shellPath = /bin/sh;
|
217 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 217 | + 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"; |
218 | 218 | showEnvVarsInLog = 0;
|
219 | 219 | };
|
220 |
| - 840E007DEBA27486DC207555 /* Check Pods Manifest.lock */ = { |
| 220 | + 686DD3019C0E9C61D7DE306E /* [CP] Embed Pods Frameworks */ = { |
221 | 221 | isa = PBXShellScriptBuildPhase;
|
222 | 222 | buildActionMask = 2147483647;
|
223 | 223 | files = (
|
224 | 224 | );
|
225 | 225 | inputPaths = (
|
226 | 226 | );
|
227 |
| - name = "Check Pods Manifest.lock"; |
| 227 | + name = "[CP] Embed Pods Frameworks"; |
228 | 228 | outputPaths = (
|
229 | 229 | );
|
230 | 230 | runOnlyForDeploymentPostprocessing = 0;
|
231 | 231 | shellPath = /bin/sh;
|
232 |
| - 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"; |
| 232 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LKDB-Demo/Pods-LKDB-Demo-frameworks.sh\"\n"; |
233 | 233 | showEnvVarsInLog = 0;
|
234 | 234 | };
|
235 |
| - F74CFCD02D9EC2C3A570E622 /* Copy Pods Resources */ = { |
| 235 | + 6EEB271FDB1FCC6F9CD9681F /* [CP] Copy Pods Resources */ = { |
236 | 236 | isa = PBXShellScriptBuildPhase;
|
237 | 237 | buildActionMask = 2147483647;
|
238 | 238 | files = (
|
239 | 239 | );
|
240 | 240 | inputPaths = (
|
241 | 241 | );
|
242 |
| - name = "Copy Pods Resources"; |
| 242 | + name = "[CP] Copy Pods Resources"; |
243 | 243 | outputPaths = (
|
244 | 244 | );
|
245 | 245 | runOnlyForDeploymentPostprocessing = 0;
|
246 | 246 | shellPath = /bin/sh;
|
247 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 247 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LKDB-Demo/Pods-LKDB-Demo-resources.sh\"\n"; |
248 | 248 | showEnvVarsInLog = 0;
|
249 | 249 | };
|
250 | 250 | /* End PBXShellScriptBuildPhase section */
|
|
362 | 362 | };
|
363 | 363 | C5549E8C18E2675D00F92DED /* Debug */ = {
|
364 | 364 | isa = XCBuildConfiguration;
|
365 |
| - baseConfigurationReference = FD773219247B8F040F883C75 /* Pods.debug.xcconfig */; |
| 365 | + baseConfigurationReference = 46DCE4EF486448C6DA5D363D /* Pods-LKDB-Demo.debug.xcconfig */; |
366 | 366 | buildSettings = {
|
367 | 367 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
368 | 368 | COMBINE_HIDPI_IMAGES = YES;
|
|
378 | 378 | };
|
379 | 379 | C5549E8D18E2675D00F92DED /* Release */ = {
|
380 | 380 | isa = XCBuildConfiguration;
|
381 |
| - baseConfigurationReference = E28258FADD0D933997F7CD9E /* Pods.release.xcconfig */; |
| 381 | + baseConfigurationReference = 40654376722B25A2212AEF70 /* Pods-LKDB-Demo.release.xcconfig */; |
382 | 382 | buildSettings = {
|
383 | 383 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
384 | 384 | COMBINE_HIDPI_IMAGES = YES;
|
|
0 commit comments