|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 5EDE19DE85D83B5F6A4AC5A3 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */; }; |
10 | 11 | A0497B682352FFA000D70E9E /* image.png in Resources */ = {isa = PBXBuildFile; fileRef = A0497B672352FFA000D70E9E /* image.png */; }; |
11 | 12 | A07753C62343DDEE00186969 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07753C52343DDEE00186969 /* AppDelegate.swift */; }; |
12 | 13 | A07753CA2343DDEE00186969 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07753C92343DDEE00186969 /* ViewController.swift */; }; |
|
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXFileReference section */ |
| 24 | + 621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; }; |
23 | 25 | A0497B672352FFA000D70E9E /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = image.png; sourceTree = "<group>"; }; |
24 | 26 | A07753C22343DDEE00186969 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 27 | A07753C52343DDEE00186969 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
34 | 36 | A07753E12343F9AD00186969 /* model.pt */ = {isa = PBXFileReference; lastKnownFileType = file; path = model.pt; sourceTree = "<group>"; }; |
35 | 37 | A07753E22343F9AD00186969 /* words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = words.txt; sourceTree = "<group>"; }; |
36 | 38 | A07753E92343FDEC00186969 /* UIImage+Helper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Helper.swift"; sourceTree = "<group>"; }; |
| 39 | + A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; }; |
| 40 | + CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
37 | 41 | /* End PBXFileReference section */ |
38 | 42 |
|
39 | 43 | /* Begin PBXFrameworksBuildPhase section */ |
40 | 44 | A07753BF2343DDEE00186969 /* Frameworks */ = { |
41 | 45 | isa = PBXFrameworksBuildPhase; |
42 | 46 | buildActionMask = 2147483647; |
43 | 47 | files = ( |
| 48 | + 5EDE19DE85D83B5F6A4AC5A3 /* libPods-HelloWorld.a in Frameworks */, |
44 | 49 | ); |
45 | 50 | runOnlyForDeploymentPostprocessing = 0; |
46 | 51 | }; |
47 | 52 | /* End PBXFrameworksBuildPhase section */ |
48 | 53 |
|
49 | 54 | /* Begin PBXGroup section */ |
| 55 | + 142D72B14004724085B7503E /* Pods */ = { |
| 56 | + isa = PBXGroup; |
| 57 | + children = ( |
| 58 | + 621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */, |
| 59 | + A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */, |
| 60 | + ); |
| 61 | + name = Pods; |
| 62 | + path = Pods; |
| 63 | + sourceTree = "<group>"; |
| 64 | + }; |
50 | 65 | A07753B92343DDEE00186969 = { |
51 | 66 | isa = PBXGroup; |
52 | 67 | children = ( |
53 | 68 | A07753C42343DDEE00186969 /* HelloWorld */, |
54 | 69 | A07753C32343DDEE00186969 /* Products */, |
| 70 | + 142D72B14004724085B7503E /* Pods */, |
| 71 | + C3020C4AB708B2526D0511C7 /* Frameworks */, |
55 | 72 | ); |
56 | 73 | sourceTree = "<group>"; |
57 | 74 | }; |
|
99 | 116 | path = model; |
100 | 117 | sourceTree = "<group>"; |
101 | 118 | }; |
| 119 | + C3020C4AB708B2526D0511C7 /* Frameworks */ = { |
| 120 | + isa = PBXGroup; |
| 121 | + children = ( |
| 122 | + CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */, |
| 123 | + ); |
| 124 | + name = Frameworks; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
102 | 127 | /* End PBXGroup section */ |
103 | 128 |
|
104 | 129 | /* Begin PBXNativeTarget section */ |
105 | 130 | A07753C12343DDEE00186969 /* HelloWorld */ = { |
106 | 131 | isa = PBXNativeTarget; |
107 | 132 | buildConfigurationList = A07753D62343DDEF00186969 /* Build configuration list for PBXNativeTarget "HelloWorld" */; |
108 | 133 | buildPhases = ( |
| 134 | + 13E44292D2F978BF9B935BF2 /* [CP] Check Pods Manifest.lock */, |
109 | 135 | A07753BE2343DDEE00186969 /* Sources */, |
110 | 136 | A07753BF2343DDEE00186969 /* Frameworks */, |
111 | 137 | A07753C02343DDEE00186969 /* Resources */, |
|
169 | 195 | }; |
170 | 196 | /* End PBXResourcesBuildPhase section */ |
171 | 197 |
|
| 198 | +/* Begin PBXShellScriptBuildPhase section */ |
| 199 | + 13E44292D2F978BF9B935BF2 /* [CP] Check Pods Manifest.lock */ = { |
| 200 | + isa = PBXShellScriptBuildPhase; |
| 201 | + buildActionMask = 2147483647; |
| 202 | + files = ( |
| 203 | + ); |
| 204 | + inputFileListPaths = ( |
| 205 | + ); |
| 206 | + inputPaths = ( |
| 207 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 208 | + "${PODS_ROOT}/Manifest.lock", |
| 209 | + ); |
| 210 | + name = "[CP] Check Pods Manifest.lock"; |
| 211 | + outputFileListPaths = ( |
| 212 | + ); |
| 213 | + outputPaths = ( |
| 214 | + "$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt", |
| 215 | + ); |
| 216 | + runOnlyForDeploymentPostprocessing = 0; |
| 217 | + shellPath = /bin/sh; |
| 218 | + 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"; |
| 219 | + showEnvVarsInLog = 0; |
| 220 | + }; |
| 221 | +/* End PBXShellScriptBuildPhase section */ |
| 222 | + |
172 | 223 | /* Begin PBXSourcesBuildPhase section */ |
173 | 224 | A07753BE2343DDEE00186969 /* Sources */ = { |
174 | 225 | isa = PBXSourcesBuildPhase; |
|
319 | 370 | }; |
320 | 371 | A07753D72343DDEF00186969 /* Debug */ = { |
321 | 372 | isa = XCBuildConfiguration; |
| 373 | + baseConfigurationReference = 621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */; |
322 | 374 | buildSettings = { |
323 | 375 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
324 | 376 | CLANG_ENABLE_MODULES = YES; |
|
341 | 393 | }; |
342 | 394 | A07753D82343DDEF00186969 /* Release */ = { |
343 | 395 | isa = XCBuildConfiguration; |
| 396 | + baseConfigurationReference = A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */; |
344 | 397 | buildSettings = { |
345 | 398 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
346 | 399 | CLANG_ENABLE_MODULES = YES; |
|
0 commit comments