|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + FB132C751C91125000728981 /* YBSlantedCollectionViewLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB132C721C91123700728981 /* YBSlantedCollectionViewLayout.framework */; }; |
| 11 | + FB132C771C91137000728981 /* YBSlantedCollectionViewLayout.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = FB132C721C91123700728981 /* YBSlantedCollectionViewLayout.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
10 | 12 | FB17358F1C83A0B400EEDB5F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB17358E1C83A0B400EEDB5F /* AppDelegate.swift */; }; |
11 | 13 | FB1735911C83A0B400EEDB5F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735901C83A0B400EEDB5F /* ViewController.swift */; }; |
12 | 14 | FB1735941C83A0B400EEDB5F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB1735921C83A0B400EEDB5F /* Main.storyboard */; }; |
13 | 15 | FB1735961C83A0B400EEDB5F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB1735951C83A0B400EEDB5F /* Assets.xcassets */; }; |
14 | 16 | FB1735991C83A0B400EEDB5F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB1735971C83A0B400EEDB5F /* LaunchScreen.storyboard */; }; |
15 | | - FB1735A51C83A17700EEDB5F /* YBSlantedCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735A41C83A17700EEDB5F /* YBSlantedCollectionViewLayout.swift */; }; |
16 | 17 | FB1735A71C83A22600EEDB5F /* CustomCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735A61C83A22600EEDB5F /* CustomCollectionCell.swift */; }; |
17 | 18 | FB1735B11C83AABA00EEDB5F /* SettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735B01C83AABA00EEDB5F /* SettingsController.swift */; }; |
18 | 19 | /* End PBXBuildFile section */ |
19 | 20 |
|
| 21 | +/* Begin PBXContainerItemProxy section */ |
| 22 | + FB132C711C91123700728981 /* PBXContainerItemProxy */ = { |
| 23 | + isa = PBXContainerItemProxy; |
| 24 | + containerPortal = FB132C6C1C91123700728981 /* YBSlantedCollectionViewLayout.xcodeproj */; |
| 25 | + proxyType = 2; |
| 26 | + remoteGlobalIDString = FB0AE5E51C910B3200821862; |
| 27 | + remoteInfo = YBSlantedCollectionViewLayout; |
| 28 | + }; |
| 29 | + FB132C731C91123700728981 /* PBXContainerItemProxy */ = { |
| 30 | + isa = PBXContainerItemProxy; |
| 31 | + containerPortal = FB132C6C1C91123700728981 /* YBSlantedCollectionViewLayout.xcodeproj */; |
| 32 | + proxyType = 2; |
| 33 | + remoteGlobalIDString = FB0AE5EF1C910B3300821862; |
| 34 | + remoteInfo = YBSlantedCollectionViewLayoutTests; |
| 35 | + }; |
| 36 | +/* End PBXContainerItemProxy section */ |
| 37 | + |
| 38 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 39 | + FB132C761C91135E00728981 /* CopyFiles */ = { |
| 40 | + isa = PBXCopyFilesBuildPhase; |
| 41 | + buildActionMask = 2147483647; |
| 42 | + dstPath = ""; |
| 43 | + dstSubfolderSpec = 10; |
| 44 | + files = ( |
| 45 | + FB132C771C91137000728981 /* YBSlantedCollectionViewLayout.framework in CopyFiles */, |
| 46 | + ); |
| 47 | + runOnlyForDeploymentPostprocessing = 0; |
| 48 | + }; |
| 49 | +/* End PBXCopyFilesBuildPhase section */ |
| 50 | + |
20 | 51 | /* Begin PBXFileReference section */ |
| 52 | + FB132C6C1C91123700728981 /* YBSlantedCollectionViewLayout.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = YBSlantedCollectionViewLayout.xcodeproj; path = ../YBSlantedCollectionViewLayout.xcodeproj; sourceTree = "<group>"; }; |
21 | 53 | FB17358B1C83A0B400EEDB5F /* YBSlantedCollectionViewLayoutSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YBSlantedCollectionViewLayoutSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 54 | FB17358E1C83A0B400EEDB5F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
23 | 55 | FB1735901C83A0B400EEDB5F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
24 | 56 | FB1735931C83A0B400EEDB5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
25 | 57 | FB1735951C83A0B400EEDB5F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
26 | 58 | FB1735981C83A0B400EEDB5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
27 | 59 | FB17359A1C83A0B400EEDB5F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
28 | | - FB1735A41C83A17700EEDB5F /* YBSlantedCollectionViewLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YBSlantedCollectionViewLayout.swift; sourceTree = "<group>"; }; |
29 | 60 | FB1735A61C83A22600EEDB5F /* CustomCollectionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomCollectionCell.swift; sourceTree = "<group>"; }; |
30 | 61 | FB1735B01C83AABA00EEDB5F /* SettingsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsController.swift; sourceTree = "<group>"; }; |
31 | 62 | /* End PBXFileReference section */ |
|
35 | 66 | isa = PBXFrameworksBuildPhase; |
36 | 67 | buildActionMask = 2147483647; |
37 | 68 | files = ( |
| 69 | + FB132C751C91125000728981 /* YBSlantedCollectionViewLayout.framework in Frameworks */, |
38 | 70 | ); |
39 | 71 | runOnlyForDeploymentPostprocessing = 0; |
40 | 72 | }; |
41 | 73 | /* End PBXFrameworksBuildPhase section */ |
42 | 74 |
|
43 | 75 | /* Begin PBXGroup section */ |
| 76 | + FB132C6D1C91123700728981 /* Products */ = { |
| 77 | + isa = PBXGroup; |
| 78 | + children = ( |
| 79 | + FB132C721C91123700728981 /* YBSlantedCollectionViewLayout.framework */, |
| 80 | + FB132C741C91123700728981 /* YBSlantedCollectionViewLayoutTests.xctest */, |
| 81 | + ); |
| 82 | + name = Products; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
44 | 85 | FB1735821C83A0B400EEDB5F = { |
45 | 86 | isa = PBXGroup; |
46 | 87 | children = ( |
47 | | - FB1735A31C83A17700EEDB5F /* YBSlantedCollectionViewLayout */, |
48 | 88 | FB17358D1C83A0B400EEDB5F /* YBSlantedCollectionViewLayoutSample */, |
49 | 89 | FB17358C1C83A0B400EEDB5F /* Products */, |
| 90 | + FB132C6C1C91123700728981 /* YBSlantedCollectionViewLayout.xcodeproj */, |
50 | 91 | ); |
51 | 92 | sourceTree = "<group>"; |
52 | 93 | }; |
|
72 | 113 | path = YBSlantedCollectionViewLayoutSample; |
73 | 114 | sourceTree = "<group>"; |
74 | 115 | }; |
75 | | - FB1735A31C83A17700EEDB5F /* YBSlantedCollectionViewLayout */ = { |
76 | | - isa = PBXGroup; |
77 | | - children = ( |
78 | | - FB1735A41C83A17700EEDB5F /* YBSlantedCollectionViewLayout.swift */, |
79 | | - ); |
80 | | - name = YBSlantedCollectionViewLayout; |
81 | | - path = ../YBSlantedCollectionViewLayout; |
82 | | - sourceTree = "<group>"; |
83 | | - }; |
84 | 116 | FB1735CF1C84FDED00EEDB5F /* Controllers */ = { |
85 | 117 | isa = PBXGroup; |
86 | 118 | children = ( |
|
108 | 140 | FB1735871C83A0B400EEDB5F /* Sources */, |
109 | 141 | FB1735881C83A0B400EEDB5F /* Frameworks */, |
110 | 142 | FB1735891C83A0B400EEDB5F /* Resources */, |
| 143 | + FB132C761C91135E00728981 /* CopyFiles */, |
111 | 144 | ); |
112 | 145 | buildRules = ( |
113 | 146 | ); |
|
144 | 177 | mainGroup = FB1735821C83A0B400EEDB5F; |
145 | 178 | productRefGroup = FB17358C1C83A0B400EEDB5F /* Products */; |
146 | 179 | projectDirPath = ""; |
| 180 | + projectReferences = ( |
| 181 | + { |
| 182 | + ProductGroup = FB132C6D1C91123700728981 /* Products */; |
| 183 | + ProjectRef = FB132C6C1C91123700728981 /* YBSlantedCollectionViewLayout.xcodeproj */; |
| 184 | + }, |
| 185 | + ); |
147 | 186 | projectRoot = ""; |
148 | 187 | targets = ( |
149 | 188 | FB17358A1C83A0B400EEDB5F /* YBSlantedCollectionViewLayoutSample */, |
150 | 189 | ); |
151 | 190 | }; |
152 | 191 | /* End PBXProject section */ |
153 | 192 |
|
| 193 | +/* Begin PBXReferenceProxy section */ |
| 194 | + FB132C721C91123700728981 /* YBSlantedCollectionViewLayout.framework */ = { |
| 195 | + isa = PBXReferenceProxy; |
| 196 | + fileType = wrapper.framework; |
| 197 | + path = YBSlantedCollectionViewLayout.framework; |
| 198 | + remoteRef = FB132C711C91123700728981 /* PBXContainerItemProxy */; |
| 199 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 200 | + }; |
| 201 | + FB132C741C91123700728981 /* YBSlantedCollectionViewLayoutTests.xctest */ = { |
| 202 | + isa = PBXReferenceProxy; |
| 203 | + fileType = wrapper.cfbundle; |
| 204 | + path = YBSlantedCollectionViewLayoutTests.xctest; |
| 205 | + remoteRef = FB132C731C91123700728981 /* PBXContainerItemProxy */; |
| 206 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 207 | + }; |
| 208 | +/* End PBXReferenceProxy section */ |
| 209 | + |
154 | 210 | /* Begin PBXResourcesBuildPhase section */ |
155 | 211 | FB1735891C83A0B400EEDB5F /* Resources */ = { |
156 | 212 | isa = PBXResourcesBuildPhase; |
|
173 | 229 | FB1735A71C83A22600EEDB5F /* CustomCollectionCell.swift in Sources */, |
174 | 230 | FB1735911C83A0B400EEDB5F /* ViewController.swift in Sources */, |
175 | 231 | FB17358F1C83A0B400EEDB5F /* AppDelegate.swift in Sources */, |
176 | | - FB1735A51C83A17700EEDB5F /* YBSlantedCollectionViewLayout.swift in Sources */, |
177 | 232 | ); |
178 | 233 | runOnlyForDeploymentPostprocessing = 0; |
179 | 234 | }; |
|
285 | 340 | buildSettings = { |
286 | 341 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
287 | 342 | INFOPLIST_FILE = YBSlantedCollectionViewLayoutSample/Info.plist; |
288 | | - IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
| 343 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
289 | 344 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
290 | 345 | PRODUCT_BUNDLE_IDENTIFIER = YB.YBSlantedCollectionViewLayoutSample; |
291 | 346 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
298 | 353 | buildSettings = { |
299 | 354 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
300 | 355 | INFOPLIST_FILE = YBSlantedCollectionViewLayoutSample/Info.plist; |
301 | | - IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
| 356 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
302 | 357 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
303 | 358 | PRODUCT_BUNDLE_IDENTIFIER = YB.YBSlantedCollectionViewLayoutSample; |
304 | 359 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments