|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 32315068182E903500B03F54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32315067182E903500B03F54 /* Foundation.framework */; }; |
11 | | - 3231506A182E903500B03F54 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32315069182E903500B03F54 /* CoreGraphics.framework */; }; |
12 | | - 3231506C182E903500B03F54 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3231506B182E903500B03F54 /* UIKit.framework */; }; |
13 | | - 32315072182E903500B03F54 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 32315070182E903500B03F54 /* InfoPlist.strings */; }; |
14 | | - 32315074182E903500B03F54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32315073182E903500B03F54 /* main.m */; }; |
15 | | - 32315078182E903500B03F54 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32315077182E903500B03F54 /* AppDelegate.m */; }; |
16 | 10 | 3231507B182E903500B03F54 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32315079182E903500B03F54 /* Main.storyboard */; }; |
17 | | - 32315080182E903500B03F54 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3231507F182E903500B03F54 /* Images.xcassets */; }; |
| 11 | + 32315080182E903500B03F54 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3231507F182E903500B03F54 /* Assets.xcassets */; }; |
| 12 | + 3267F4551BC8106600DF4F84 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3267F4541BC8106600DF4F84 /* LaunchScreen.storyboard */; settings = {ASSET_TAGS = (); }; }; |
| 13 | + 3267F4571BC8106A00DF4F84 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3267F4561BC8106A00DF4F84 /* AppDelegate.swift */; settings = {ASSET_TAGS = (); }; }; |
18 | 14 | 32D6E5D719A8FE7000CA10C7 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D6E5D619A8FE7000CA10C7 /* ViewController.swift */; }; |
19 | 15 | /* End PBXBuildFile section */ |
20 | 16 |
|
21 | 17 | /* Begin PBXFileReference section */ |
22 | 18 | 32315064182E903500B03F54 /* ch35p1032location.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ch35p1032location.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | | - 32315067182E903500B03F54 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
24 | | - 32315069182E903500B03F54 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
25 | | - 3231506B182E903500B03F54 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
26 | 19 | 3231506F182E903500B03F54 /* ch35p1032location-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ch35p1032location-Info.plist"; sourceTree = "<group>"; }; |
27 | | - 32315071182E903500B03F54 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
28 | | - 32315073182E903500B03F54 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
29 | | - 32315075182E903500B03F54 /* ch35p1032location-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ch35p1032location-Prefix.pch"; sourceTree = "<group>"; }; |
30 | | - 32315076182E903500B03F54 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
31 | | - 32315077182E903500B03F54 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
32 | 20 | 3231507A182E903500B03F54 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
33 | | - 3231507F182E903500B03F54 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
34 | | - 32315086182E903500B03F54 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
| 21 | + 3231507F182E903500B03F54 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 22 | + 3267F4541BC8106600DF4F84 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 23 | + 3267F4561BC8106A00DF4F84 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
35 | 24 | 32D6E5D619A8FE7000CA10C7 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
36 | 25 | /* End PBXFileReference section */ |
37 | 26 |
|
|
40 | 29 | isa = PBXFrameworksBuildPhase; |
41 | 30 | buildActionMask = 2147483647; |
42 | 31 | files = ( |
43 | | - 3231506A182E903500B03F54 /* CoreGraphics.framework in Frameworks */, |
44 | | - 3231506C182E903500B03F54 /* UIKit.framework in Frameworks */, |
45 | | - 32315068182E903500B03F54 /* Foundation.framework in Frameworks */, |
46 | 32 | ); |
47 | 33 | runOnlyForDeploymentPostprocessing = 0; |
48 | 34 | }; |
|
53 | 39 | isa = PBXGroup; |
54 | 40 | children = ( |
55 | 41 | 3231506D182E903500B03F54 /* ch35p1032location */, |
56 | | - 32315066182E903500B03F54 /* Frameworks */, |
57 | 42 | 32315065182E903500B03F54 /* Products */, |
58 | 43 | ); |
59 | 44 | sourceTree = "<group>"; |
|
66 | 51 | name = Products; |
67 | 52 | sourceTree = "<group>"; |
68 | 53 | }; |
69 | | - 32315066182E903500B03F54 /* Frameworks */ = { |
70 | | - isa = PBXGroup; |
71 | | - children = ( |
72 | | - 32315067182E903500B03F54 /* Foundation.framework */, |
73 | | - 32315069182E903500B03F54 /* CoreGraphics.framework */, |
74 | | - 3231506B182E903500B03F54 /* UIKit.framework */, |
75 | | - 32315086182E903500B03F54 /* XCTest.framework */, |
76 | | - ); |
77 | | - name = Frameworks; |
78 | | - sourceTree = "<group>"; |
79 | | - }; |
80 | 54 | 3231506D182E903500B03F54 /* ch35p1032location */ = { |
81 | 55 | isa = PBXGroup; |
82 | 56 | children = ( |
83 | | - 32315076182E903500B03F54 /* AppDelegate.h */, |
84 | | - 32315077182E903500B03F54 /* AppDelegate.m */, |
| 57 | + 3267F4561BC8106A00DF4F84 /* AppDelegate.swift */, |
85 | 58 | 32315079182E903500B03F54 /* Main.storyboard */, |
86 | 59 | 32D6E5D619A8FE7000CA10C7 /* ViewController.swift */, |
87 | | - 3231507F182E903500B03F54 /* Images.xcassets */, |
88 | | - 3231506E182E903500B03F54 /* Supporting Files */, |
89 | | - ); |
90 | | - path = ch35p1032location; |
91 | | - sourceTree = "<group>"; |
92 | | - }; |
93 | | - 3231506E182E903500B03F54 /* Supporting Files */ = { |
94 | | - isa = PBXGroup; |
95 | | - children = ( |
| 60 | + 3231507F182E903500B03F54 /* Assets.xcassets */, |
| 61 | + 3267F4541BC8106600DF4F84 /* LaunchScreen.storyboard */, |
96 | 62 | 3231506F182E903500B03F54 /* ch35p1032location-Info.plist */, |
97 | | - 32315070182E903500B03F54 /* InfoPlist.strings */, |
98 | | - 32315073182E903500B03F54 /* main.m */, |
99 | | - 32315075182E903500B03F54 /* ch35p1032location-Prefix.pch */, |
100 | 63 | ); |
101 | | - name = "Supporting Files"; |
| 64 | + path = ch35p1032location; |
102 | 65 | sourceTree = "<group>"; |
103 | 66 | }; |
104 | 67 | /* End PBXGroup section */ |
|
127 | 90 | 3231505C182E903500B03F54 /* Project object */ = { |
128 | 91 | isa = PBXProject; |
129 | 92 | attributes = { |
| 93 | + LastSwiftUpdateCheck = 0700; |
130 | 94 | LastUpgradeCheck = 0500; |
131 | 95 | ORGANIZATIONNAME = "Matt Neuburg"; |
132 | 96 | TargetAttributes = { |
|
162 | 126 | isa = PBXResourcesBuildPhase; |
163 | 127 | buildActionMask = 2147483647; |
164 | 128 | files = ( |
165 | | - 32315080182E903500B03F54 /* Images.xcassets in Resources */, |
166 | | - 32315072182E903500B03F54 /* InfoPlist.strings in Resources */, |
| 129 | + 3267F4551BC8106600DF4F84 /* LaunchScreen.storyboard in Resources */, |
| 130 | + 32315080182E903500B03F54 /* Assets.xcassets in Resources */, |
167 | 131 | 3231507B182E903500B03F54 /* Main.storyboard in Resources */, |
168 | 132 | ); |
169 | 133 | runOnlyForDeploymentPostprocessing = 0; |
|
175 | 139 | isa = PBXSourcesBuildPhase; |
176 | 140 | buildActionMask = 2147483647; |
177 | 141 | files = ( |
178 | | - 32315078182E903500B03F54 /* AppDelegate.m in Sources */, |
| 142 | + 3267F4571BC8106A00DF4F84 /* AppDelegate.swift in Sources */, |
179 | 143 | 32D6E5D719A8FE7000CA10C7 /* ViewController.swift in Sources */, |
180 | | - 32315074182E903500B03F54 /* main.m in Sources */, |
181 | 144 | ); |
182 | 145 | runOnlyForDeploymentPostprocessing = 0; |
183 | 146 | }; |
184 | 147 | /* End PBXSourcesBuildPhase section */ |
185 | 148 |
|
186 | 149 | /* Begin PBXVariantGroup section */ |
187 | | - 32315070182E903500B03F54 /* InfoPlist.strings */ = { |
188 | | - isa = PBXVariantGroup; |
189 | | - children = ( |
190 | | - 32315071182E903500B03F54 /* en */, |
191 | | - ); |
192 | | - name = InfoPlist.strings; |
193 | | - sourceTree = "<group>"; |
194 | | - }; |
195 | 150 | 32315079182E903500B03F54 /* Main.storyboard */ = { |
196 | 151 | isa = PBXVariantGroup; |
197 | 152 | children = ( |
|
236 | 191 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
237 | 192 | GCC_WARN_UNUSED_FUNCTION = YES; |
238 | 193 | GCC_WARN_UNUSED_VARIABLE = YES; |
239 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 194 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
240 | 195 | ONLY_ACTIVE_ARCH = YES; |
241 | 196 | SDKROOT = iphoneos; |
242 | 197 | }; |
|
269 | 224 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
270 | 225 | GCC_WARN_UNUSED_FUNCTION = YES; |
271 | 226 | GCC_WARN_UNUSED_VARIABLE = YES; |
272 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 227 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
273 | 228 | SDKROOT = iphoneos; |
274 | 229 | VALIDATE_PRODUCT = YES; |
275 | 230 | }; |
|
280 | 235 | buildSettings = { |
281 | 236 | ARCHS = "$(ARCHS_STANDARD)"; |
282 | 237 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
283 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
284 | 238 | CLANG_ENABLE_MODULES = YES; |
285 | 239 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
286 | 240 | GCC_PREFIX_HEADER = "ch35p1032location/ch35p1032location-Prefix.pch"; |
|
298 | 252 | buildSettings = { |
299 | 253 | ARCHS = "$(ARCHS_STANDARD)"; |
300 | 254 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
301 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
302 | 255 | CLANG_ENABLE_MODULES = YES; |
303 | 256 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
304 | 257 | GCC_PREFIX_HEADER = "ch35p1032location/ch35p1032location-Prefix.pch"; |
|
0 commit comments