|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 3268385D1BCF0B9D00A986FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3268385C1BCF0B9D00A986FF /* LaunchScreen.storyboard */; settings = {ASSET_TAGS = (); }; }; |
| 11 | + 3268385F1BCF0BA100A986FF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3268385E1BCF0BA100A986FF /* AppDelegate.swift */; settings = {ASSET_TAGS = (); }; }; |
10 | 12 | 3289AB4719B4C9AB00937D0C /* MyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3289AB4619B4C9AB00937D0C /* MyView.swift */; }; |
11 | | - 32942DEA183915D2003EB51A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32942DE9183915D2003EB51A /* Foundation.framework */; }; |
12 | | - 32942DEC183915D2003EB51A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32942DEB183915D2003EB51A /* CoreGraphics.framework */; }; |
13 | | - 32942DEE183915D2003EB51A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32942DED183915D2003EB51A /* UIKit.framework */; }; |
14 | | - 32942DF4183915D2003EB51A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 32942DF2183915D2003EB51A /* InfoPlist.strings */; }; |
15 | | - 32942DF6183915D2003EB51A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32942DF5183915D2003EB51A /* main.m */; }; |
16 | | - 32942DFA183915D2003EB51A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32942DF9183915D2003EB51A /* AppDelegate.m */; }; |
17 | 13 | 32942DFD183915D2003EB51A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32942DFB183915D2003EB51A /* Main.storyboard */; }; |
18 | | - 32942E00183915D2003EB51A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32942DFF183915D2003EB51A /* ViewController.m */; }; |
19 | | - 32942E02183915D2003EB51A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32942E01183915D2003EB51A /* Images.xcassets */; }; |
| 14 | + 32942E02183915D2003EB51A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32942E01183915D2003EB51A /* Assets.xcassets */; }; |
20 | 15 | /* End PBXBuildFile section */ |
21 | 16 |
|
22 | 17 | /* Begin PBXFileReference section */ |
| 18 | + 3268385C1BCF0B9D00A986FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 19 | + 3268385E1BCF0BA100A986FF /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
23 | 20 | 3289AB4619B4C9AB00937D0C /* MyView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyView.swift; sourceTree = "<group>"; }; |
24 | 21 | 32942DE6183915D2003EB51A /* ch39p1123undoableDrag.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ch39p1123undoableDrag.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | | - 32942DE9183915D2003EB51A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
26 | | - 32942DEB183915D2003EB51A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
27 | | - 32942DED183915D2003EB51A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
28 | 22 | 32942DF1183915D2003EB51A /* ch39p1123undoableDrag-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ch39p1123undoableDrag-Info.plist"; sourceTree = "<group>"; }; |
29 | | - 32942DF3183915D2003EB51A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
30 | | - 32942DF5183915D2003EB51A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
31 | | - 32942DF7183915D2003EB51A /* ch39p1123undoableDrag-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ch39p1123undoableDrag-Prefix.pch"; sourceTree = "<group>"; }; |
32 | | - 32942DF8183915D2003EB51A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
33 | | - 32942DF9183915D2003EB51A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
34 | 23 | 32942DFC183915D2003EB51A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
35 | | - 32942DFE183915D2003EB51A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
36 | | - 32942DFF183915D2003EB51A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
37 | | - 32942E01183915D2003EB51A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
38 | | - 32942E08183915D3003EB51A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
| 24 | + 32942E01183915D2003EB51A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
39 | 25 | /* End PBXFileReference section */ |
40 | 26 |
|
41 | 27 | /* Begin PBXFrameworksBuildPhase section */ |
42 | 28 | 32942DE3183915D2003EB51A /* Frameworks */ = { |
43 | 29 | isa = PBXFrameworksBuildPhase; |
44 | 30 | buildActionMask = 2147483647; |
45 | 31 | files = ( |
46 | | - 32942DEC183915D2003EB51A /* CoreGraphics.framework in Frameworks */, |
47 | | - 32942DEE183915D2003EB51A /* UIKit.framework in Frameworks */, |
48 | | - 32942DEA183915D2003EB51A /* Foundation.framework in Frameworks */, |
49 | 32 | ); |
50 | 33 | runOnlyForDeploymentPostprocessing = 0; |
51 | 34 | }; |
|
56 | 39 | isa = PBXGroup; |
57 | 40 | children = ( |
58 | 41 | 32942DEF183915D2003EB51A /* ch39p1123undoableDrag */, |
59 | | - 32942DE8183915D2003EB51A /* Frameworks */, |
60 | 42 | 32942DE7183915D2003EB51A /* Products */, |
61 | 43 | ); |
62 | 44 | sourceTree = "<group>"; |
|
69 | 51 | name = Products; |
70 | 52 | sourceTree = "<group>"; |
71 | 53 | }; |
72 | | - 32942DE8183915D2003EB51A /* Frameworks */ = { |
73 | | - isa = PBXGroup; |
74 | | - children = ( |
75 | | - 32942DE9183915D2003EB51A /* Foundation.framework */, |
76 | | - 32942DEB183915D2003EB51A /* CoreGraphics.framework */, |
77 | | - 32942DED183915D2003EB51A /* UIKit.framework */, |
78 | | - 32942E08183915D3003EB51A /* XCTest.framework */, |
79 | | - ); |
80 | | - name = Frameworks; |
81 | | - sourceTree = "<group>"; |
82 | | - }; |
83 | 54 | 32942DEF183915D2003EB51A /* ch39p1123undoableDrag */ = { |
84 | 55 | isa = PBXGroup; |
85 | 56 | children = ( |
86 | | - 32942DF8183915D2003EB51A /* AppDelegate.h */, |
87 | | - 32942DF9183915D2003EB51A /* AppDelegate.m */, |
| 57 | + 3268385E1BCF0BA100A986FF /* AppDelegate.swift */, |
88 | 58 | 32942DFB183915D2003EB51A /* Main.storyboard */, |
89 | | - 32942DFE183915D2003EB51A /* ViewController.h */, |
90 | | - 32942DFF183915D2003EB51A /* ViewController.m */, |
91 | 59 | 3289AB4619B4C9AB00937D0C /* MyView.swift */, |
92 | | - 32942E01183915D2003EB51A /* Images.xcassets */, |
93 | | - 32942DF0183915D2003EB51A /* Supporting Files */, |
94 | | - ); |
95 | | - path = ch39p1123undoableDrag; |
96 | | - sourceTree = "<group>"; |
97 | | - }; |
98 | | - 32942DF0183915D2003EB51A /* Supporting Files */ = { |
99 | | - isa = PBXGroup; |
100 | | - children = ( |
| 60 | + 32942E01183915D2003EB51A /* Assets.xcassets */, |
| 61 | + 3268385C1BCF0B9D00A986FF /* LaunchScreen.storyboard */, |
101 | 62 | 32942DF1183915D2003EB51A /* ch39p1123undoableDrag-Info.plist */, |
102 | | - 32942DF2183915D2003EB51A /* InfoPlist.strings */, |
103 | | - 32942DF5183915D2003EB51A /* main.m */, |
104 | | - 32942DF7183915D2003EB51A /* ch39p1123undoableDrag-Prefix.pch */, |
105 | 63 | ); |
106 | | - name = "Supporting Files"; |
| 64 | + path = ch39p1123undoableDrag; |
107 | 65 | sourceTree = "<group>"; |
108 | 66 | }; |
109 | 67 | /* End PBXGroup section */ |
|
132 | 90 | 32942DDE183915D2003EB51A /* Project object */ = { |
133 | 91 | isa = PBXProject; |
134 | 92 | attributes = { |
| 93 | + LastSwiftUpdateCheck = 0700; |
135 | 94 | LastUpgradeCheck = 0500; |
136 | 95 | ORGANIZATIONNAME = "Matt Neuburg"; |
137 | 96 | }; |
|
158 | 117 | isa = PBXResourcesBuildPhase; |
159 | 118 | buildActionMask = 2147483647; |
160 | 119 | files = ( |
161 | | - 32942E02183915D2003EB51A /* Images.xcassets in Resources */, |
162 | | - 32942DF4183915D2003EB51A /* InfoPlist.strings in Resources */, |
| 120 | + 3268385D1BCF0B9D00A986FF /* LaunchScreen.storyboard in Resources */, |
| 121 | + 32942E02183915D2003EB51A /* Assets.xcassets in Resources */, |
163 | 122 | 32942DFD183915D2003EB51A /* Main.storyboard in Resources */, |
164 | 123 | ); |
165 | 124 | runOnlyForDeploymentPostprocessing = 0; |
|
171 | 130 | isa = PBXSourcesBuildPhase; |
172 | 131 | buildActionMask = 2147483647; |
173 | 132 | files = ( |
174 | | - 32942E00183915D2003EB51A /* ViewController.m in Sources */, |
| 133 | + 3268385F1BCF0BA100A986FF /* AppDelegate.swift in Sources */, |
175 | 134 | 3289AB4719B4C9AB00937D0C /* MyView.swift in Sources */, |
176 | | - 32942DFA183915D2003EB51A /* AppDelegate.m in Sources */, |
177 | | - 32942DF6183915D2003EB51A /* main.m in Sources */, |
178 | 135 | ); |
179 | 136 | runOnlyForDeploymentPostprocessing = 0; |
180 | 137 | }; |
181 | 138 | /* End PBXSourcesBuildPhase section */ |
182 | 139 |
|
183 | 140 | /* Begin PBXVariantGroup section */ |
184 | | - 32942DF2183915D2003EB51A /* InfoPlist.strings */ = { |
185 | | - isa = PBXVariantGroup; |
186 | | - children = ( |
187 | | - 32942DF3183915D2003EB51A /* en */, |
188 | | - ); |
189 | | - name = InfoPlist.strings; |
190 | | - sourceTree = "<group>"; |
191 | | - }; |
192 | 141 | 32942DFB183915D2003EB51A /* Main.storyboard */ = { |
193 | 142 | isa = PBXVariantGroup; |
194 | 143 | children = ( |
|
233 | 182 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
234 | 183 | GCC_WARN_UNUSED_FUNCTION = YES; |
235 | 184 | GCC_WARN_UNUSED_VARIABLE = YES; |
236 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 185 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
237 | 186 | ONLY_ACTIVE_ARCH = YES; |
238 | 187 | SDKROOT = iphoneos; |
239 | 188 | }; |
|
266 | 215 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
267 | 216 | GCC_WARN_UNUSED_FUNCTION = YES; |
268 | 217 | GCC_WARN_UNUSED_VARIABLE = YES; |
269 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 218 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
270 | 219 | SDKROOT = iphoneos; |
271 | 220 | VALIDATE_PRODUCT = YES; |
272 | 221 | }; |
|
277 | 226 | buildSettings = { |
278 | 227 | ARCHS = "$(ARCHS_STANDARD)"; |
279 | 228 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
280 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
281 | 229 | CLANG_ENABLE_MODULES = YES; |
282 | 230 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
283 | 231 | GCC_PREFIX_HEADER = "ch39p1123undoableDrag/ch39p1123undoableDrag-Prefix.pch"; |
|
295 | 243 | buildSettings = { |
296 | 244 | ARCHS = "$(ARCHS_STANDARD)"; |
297 | 245 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
298 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
299 | 246 | CLANG_ENABLE_MODULES = YES; |
300 | 247 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
301 | 248 | GCC_PREFIX_HEADER = "ch39p1123undoableDrag/ch39p1123undoableDrag-Prefix.pch"; |
|
0 commit comments