|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 511BDAFA243372E9005F1BE5 /* DCBApiExt.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 511BDAF9243372E9005F1BE5 /* DCBApiExt.framework */; }; |
11 | 10 | 511BDAFC24337343005F1BE5 /* Credential.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511BDAFB24337343005F1BE5 /* Credential.swift */; };
|
| 11 | + 5192A234247BDA04000A25BE /* DCBApiExt.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5192A232247BDA04000A25BE /* DCBApiExt.framework */; }; |
| 12 | + 5192A236247BDA04000A25BE /* Newton.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5192A233247BDA04000A25BE /* Newton.framework */; }; |
| 13 | + 5192A23A247BF56A000A25BE /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5192A239247BF56A000A25BE /* Default-568h@2x.png */; }; |
12 | 14 | 519BC42B241FB563009658BD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519BC42A241FB563009658BD /* AppDelegate.swift */; };
|
13 | 15 | 519BC42D241FB563009658BD /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519BC42C241FB563009658BD /* SceneDelegate.swift */; };
|
14 | 16 | 519BC42F241FB563009658BD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519BC42E241FB563009658BD /* ViewController.swift */; };
|
15 | 17 | 519BC432241FB563009658BD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 519BC430241FB563009658BD /* Main.storyboard */; };
|
16 | 18 | 519BC434241FB567009658BD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 519BC433241FB567009658BD /* Assets.xcassets */; };
|
17 | 19 | 519BC437241FB567009658BD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 519BC435241FB567009658BD /* LaunchScreen.storyboard */; };
|
18 |
| - 519BC43D241FBFA6009658BD /* Newton.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4368C11213931310056732A /* Newton.framework */; }; |
19 | 20 | /* End PBXBuildFile section */
|
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */
|
22 |
| - 511BDAF9243372E9005F1BE5 /* DCBApiExt.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DCBApiExt.framework; path = Carthage/Build/iOS/DCBApiExt.framework; sourceTree = "<group>"; }; |
23 | 23 | 511BDAFB24337343005F1BE5 /* Credential.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credential.swift; sourceTree = "<group>"; };
|
| 24 | + 5192A232247BDA04000A25BE /* DCBApiExt.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DCBApiExt.framework; path = Carthage/Build/iOS/DCBApiExt.framework; sourceTree = "<group>"; }; |
| 25 | + 5192A233247BDA04000A25BE /* Newton.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Newton.framework; path = Carthage/Build/iOS/Newton.framework; sourceTree = "<group>"; }; |
| 26 | + 5192A239247BF56A000A25BE /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../Default-568h@2x.png"; sourceTree = "<group>"; }; |
24 | 27 | 519BC428241FB563009658BD /* Application for DCB.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Application for DCB.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
25 | 28 | 519BC42A241FB563009658BD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
26 | 29 | 519BC42C241FB563009658BD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
29 | 32 | 519BC433241FB567009658BD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
30 | 33 | 519BC436241FB567009658BD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
31 | 34 | 519BC438241FB567009658BD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
32 |
| - B4368C11213931310056732A /* Newton.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Newton.framework; path = Carthage/Build/iOS/Newton.framework; sourceTree = "<group>"; }; |
33 | 35 | /* End PBXFileReference section */
|
34 | 36 |
|
35 | 37 | /* Begin PBXFrameworksBuildPhase section */
|
36 | 38 | 519BC425241FB563009658BD /* Frameworks */ = {
|
37 | 39 | isa = PBXFrameworksBuildPhase;
|
38 | 40 | buildActionMask = 2147483647;
|
39 | 41 | files = (
|
40 |
| - 519BC43D241FBFA6009658BD /* Newton.framework in Frameworks */, |
41 |
| - 511BDAFA243372E9005F1BE5 /* DCBApiExt.framework in Frameworks */, |
| 42 | + 5192A234247BDA04000A25BE /* DCBApiExt.framework in Frameworks */, |
| 43 | + 5192A236247BDA04000A25BE /* Newton.framework in Frameworks */, |
42 | 44 | );
|
43 | 45 | runOnlyForDeploymentPostprocessing = 0;
|
44 | 46 | };
|
45 | 47 | /* End PBXFrameworksBuildPhase section */
|
46 | 48 |
|
47 | 49 | /* Begin PBXGroup section */
|
48 |
| - 519BC429241FB563009658BD /* Application for DCB */ = { |
| 50 | + 519BC429241FB563009658BD /* Application Test */ = { |
49 | 51 | isa = PBXGroup;
|
50 | 52 | children = (
|
51 | 53 | 519BC42A241FB563009658BD /* AppDelegate.swift */,
|
|
54 | 56 | 519BC42E241FB563009658BD /* ViewController.swift */,
|
55 | 57 | 519BC430241FB563009658BD /* Main.storyboard */,
|
56 | 58 | 519BC433241FB567009658BD /* Assets.xcassets */,
|
| 59 | + 5192A239247BF56A000A25BE /* Default-568h@2x.png */, |
57 | 60 | 519BC435241FB567009658BD /* LaunchScreen.storyboard */,
|
58 | 61 | 519BC438241FB567009658BD /* Info.plist */,
|
59 | 62 | );
|
60 |
| - path = "Application for DCB"; |
| 63 | + path = "Application Test"; |
61 | 64 | sourceTree = "<group>";
|
62 | 65 | };
|
63 | 66 | 8B3382EE1F90992500478B06 /* Frameworks */ = {
|
64 | 67 | isa = PBXGroup;
|
65 | 68 | children = (
|
66 |
| - 8B3382EF1F90993100478B06 /* iOS */, |
| 69 | + 5192A232247BDA04000A25BE /* DCBApiExt.framework */, |
| 70 | + 5192A233247BDA04000A25BE /* Newton.framework */, |
67 | 71 | );
|
68 | 72 | name = Frameworks;
|
69 | 73 | sourceTree = "<group>";
|
70 | 74 | };
|
71 |
| - 8B3382EF1F90993100478B06 /* iOS */ = { |
72 |
| - isa = PBXGroup; |
73 |
| - children = ( |
74 |
| - B4368C11213931310056732A /* Newton.framework */, |
75 |
| - 511BDAF9243372E9005F1BE5 /* DCBApiExt.framework */, |
76 |
| - ); |
77 |
| - name = iOS; |
78 |
| - sourceTree = "<group>"; |
79 |
| - }; |
80 | 75 | 8B5BEA901F0CFC8800CF5209 = {
|
81 | 76 | isa = PBXGroup;
|
82 | 77 | children = (
|
83 |
| - 519BC429241FB563009658BD /* Application for DCB */, |
| 78 | + 519BC429241FB563009658BD /* Application Test */, |
84 | 79 | 8B3382EE1F90992500478B06 /* Frameworks */,
|
85 | 80 | 8B5BEA9B1F0CFC8800CF5209 /* Products */,
|
86 | 81 | );
|
|
105 | 100 | 519BC425241FB563009658BD /* Frameworks */,
|
106 | 101 | 519BC426241FB563009658BD /* Resources */,
|
107 | 102 | 519BC43C241FB6F1009658BD /* carthage-copy */,
|
| 103 | + 5192A23B247BF64B000A25BE /* SwiftFormat */, |
108 | 104 | );
|
109 | 105 | buildRules = (
|
110 | 106 | );
|
|
156 | 152 | buildActionMask = 2147483647;
|
157 | 153 | files = (
|
158 | 154 | 519BC437241FB567009658BD /* LaunchScreen.storyboard in Resources */,
|
| 155 | + 5192A23A247BF56A000A25BE /* Default-568h@2x.png in Resources */, |
159 | 156 | 519BC434241FB567009658BD /* Assets.xcassets in Resources */,
|
160 | 157 | 519BC432241FB563009658BD /* Main.storyboard in Resources */,
|
161 | 158 | );
|
|
164 | 161 | /* End PBXResourcesBuildPhase section */
|
165 | 162 |
|
166 | 163 | /* Begin PBXShellScriptBuildPhase section */
|
| 164 | + 5192A23B247BF64B000A25BE /* SwiftFormat */ = { |
| 165 | + isa = PBXShellScriptBuildPhase; |
| 166 | + buildActionMask = 2147483647; |
| 167 | + files = ( |
| 168 | + ); |
| 169 | + inputFileListPaths = ( |
| 170 | + ); |
| 171 | + inputPaths = ( |
| 172 | + ); |
| 173 | + name = SwiftFormat; |
| 174 | + outputFileListPaths = ( |
| 175 | + ); |
| 176 | + outputPaths = ( |
| 177 | + ); |
| 178 | + runOnlyForDeploymentPostprocessing = 0; |
| 179 | + shellPath = /bin/sh; |
| 180 | + shellScript = "if which swiftformat >/dev/null; then\n swiftformat . --swiftversion 5.2.4\nelse\n echo \"warning: SwiftFormat not installed, download from https://github.com/nicklockwood/SwiftFormat\"\nfi\n"; |
| 181 | + }; |
167 | 182 | 519BC43C241FB6F1009658BD /* carthage-copy */ = {
|
168 | 183 | isa = PBXShellScriptBuildPhase;
|
169 | 184 | buildActionMask = 2147483647;
|
|
234 | 249 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
235 | 250 | );
|
236 | 251 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
237 |
| - INFOPLIST_FILE = "Application for DCB/Info.plist"; |
238 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.2; |
| 252 | + INFOPLIST_FILE = "Application Test/Info.plist"; |
| 253 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
239 | 254 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
240 | 255 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
241 | 256 | MTL_FAST_MATH = YES;
|
|
260 | 275 | "$(PROJECT_DIR)/Carthage/Build/iOS",
|
261 | 276 | );
|
262 | 277 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
263 |
| - INFOPLIST_FILE = "Application for DCB/Info.plist"; |
264 |
| - IPHONEOS_DEPLOYMENT_TARGET = 13.2; |
| 278 | + INFOPLIST_FILE = "Application Test/Info.plist"; |
| 279 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
265 | 280 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
266 | 281 | MTL_FAST_MATH = YES;
|
267 | 282 | PRODUCT_BUNDLE_IDENTIFIER = "com.docomodigital.Application-for-DCB";
|
|
0 commit comments