|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 08254DD81F8E9EDA006DD969 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08254DD71F8E9EDA006DD969 /* AppDelegate.swift */; };
|
11 |
| - 08254DDA1F8E9EDA006DD969 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08254DD91F8E9EDA006DD969 /* ViewController.swift */; }; |
12 |
| - 08254DDD1F8E9EDA006DD969 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08254DDB1F8E9EDA006DD969 /* Main.storyboard */; }; |
13 | 11 | 08254DDF1F8E9EDA006DD969 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08254DDE1F8E9EDA006DD969 /* Assets.xcassets */; };
|
14 | 12 | 08254DE21F8E9EDA006DD969 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08254DE01F8E9EDA006DD969 /* LaunchScreen.storyboard */; };
|
| 13 | + 087E9B1C1F90C336007DCB8F /* ExampleSwipeableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087E9B1B1F90C336007DCB8F /* ExampleSwipeableViewController.swift */; }; |
| 14 | + 08A9E2DB1F9E2FF8000B2729 /* SwipeableNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D31F9E2FF8000B2729 /* SwipeableNavigationBar.swift */; }; |
| 15 | + 08A9E2DC1F9E2FF8000B2729 /* SwipeableItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D41F9E2FF8000B2729 /* SwipeableItem.swift */; }; |
| 16 | + 08A9E2DD1F9E2FF8000B2729 /* SwipeableCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D51F9E2FF8000B2729 /* SwipeableCollectionView.swift */; }; |
| 17 | + 08A9E2DE1F9E2FF8000B2729 /* SwipeableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D61F9E2FF8000B2729 /* SwipeableCell.swift */; }; |
| 18 | + 08A9E2DF1F9E2FF8000B2729 /* SwipeableNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D71F9E2FF8000B2729 /* SwipeableNavigationController.swift */; }; |
| 19 | + 08A9E2E01F9E2FF8000B2729 /* SwipeableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D81F9E2FF8000B2729 /* SwipeableViewController.swift */; }; |
| 20 | + 08A9E2E11F9E2FF8000B2729 /* SwipeableCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A9E2D91F9E2FF8000B2729 /* SwipeableCollectionViewFlowLayout.swift */; }; |
| 21 | + 08A9E2E21F9E2FF8000B2729 /* SwipeableCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 08A9E2DA1F9E2FF8000B2729 /* SwipeableCell.xib */; }; |
| 22 | + 08D04A631F8F959100982B4C /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08D04A621F8F959100982B4C /* ExampleViewController.swift */; }; |
15 | 23 | /* End PBXBuildFile section */
|
16 | 24 |
|
17 | 25 | /* Begin PBXFileReference section */
|
18 | 26 | 08254DD41F8E9EDA006DD969 /* SwipingViewController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwipingViewController.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 27 | 08254DD71F8E9EDA006DD969 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
20 |
| - 08254DD91F8E9EDA006DD969 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
21 |
| - 08254DDC1F8E9EDA006DD969 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
22 | 28 | 08254DDE1F8E9EDA006DD969 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
23 | 29 | 08254DE11F8E9EDA006DD969 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
24 | 30 | 08254DE31F8E9EDA006DD969 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 31 | + 087E9B1B1F90C336007DCB8F /* ExampleSwipeableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleSwipeableViewController.swift; sourceTree = "<group>"; }; |
| 32 | + 08A9E2D31F9E2FF8000B2729 /* SwipeableNavigationBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableNavigationBar.swift; sourceTree = "<group>"; }; |
| 33 | + 08A9E2D41F9E2FF8000B2729 /* SwipeableItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableItem.swift; sourceTree = "<group>"; }; |
| 34 | + 08A9E2D51F9E2FF8000B2729 /* SwipeableCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableCollectionView.swift; sourceTree = "<group>"; }; |
| 35 | + 08A9E2D61F9E2FF8000B2729 /* SwipeableCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableCell.swift; sourceTree = "<group>"; }; |
| 36 | + 08A9E2D71F9E2FF8000B2729 /* SwipeableNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableNavigationController.swift; sourceTree = "<group>"; }; |
| 37 | + 08A9E2D81F9E2FF8000B2729 /* SwipeableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableViewController.swift; sourceTree = "<group>"; }; |
| 38 | + 08A9E2D91F9E2FF8000B2729 /* SwipeableCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeableCollectionViewFlowLayout.swift; sourceTree = "<group>"; }; |
| 39 | + 08A9E2DA1F9E2FF8000B2729 /* SwipeableCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SwipeableCell.xib; sourceTree = "<group>"; }; |
| 40 | + 08D04A621F8F959100982B4C /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; }; |
25 | 41 | /* End PBXFileReference section */
|
26 | 42 |
|
27 | 43 | /* Begin PBXFrameworksBuildPhase section */
|
|
35 | 51 | /* End PBXFrameworksBuildPhase section */
|
36 | 52 |
|
37 | 53 | /* Begin PBXGroup section */
|
| 54 | + 080FFF321F9797BE00DF7612 /* Junk */ = { |
| 55 | + isa = PBXGroup; |
| 56 | + children = ( |
| 57 | + 08254DDE1F8E9EDA006DD969 /* Assets.xcassets */, |
| 58 | + 08254DE01F8E9EDA006DD969 /* LaunchScreen.storyboard */, |
| 59 | + 08254DE31F8E9EDA006DD969 /* Info.plist */, |
| 60 | + 08254DD71F8E9EDA006DD969 /* AppDelegate.swift */, |
| 61 | + ); |
| 62 | + name = Junk; |
| 63 | + sourceTree = "<group>"; |
| 64 | + }; |
| 65 | + 080FFF331F9797CB00DF7612 /* Example */ = { |
| 66 | + isa = PBXGroup; |
| 67 | + children = ( |
| 68 | + 08D04A621F8F959100982B4C /* ExampleViewController.swift */, |
| 69 | + 087E9B1B1F90C336007DCB8F /* ExampleSwipeableViewController.swift */, |
| 70 | + ); |
| 71 | + name = Example; |
| 72 | + sourceTree = "<group>"; |
| 73 | + }; |
38 | 74 | 08254DCB1F8E9EDA006DD969 = {
|
39 | 75 | isa = PBXGroup;
|
40 | 76 | children = (
|
|
54 | 90 | 08254DD61F8E9EDA006DD969 /* SwipingViewController */ = {
|
55 | 91 | isa = PBXGroup;
|
56 | 92 | children = (
|
57 |
| - 08254DD71F8E9EDA006DD969 /* AppDelegate.swift */, |
58 |
| - 08254DD91F8E9EDA006DD969 /* ViewController.swift */, |
59 |
| - 08254DDB1F8E9EDA006DD969 /* Main.storyboard */, |
60 |
| - 08254DDE1F8E9EDA006DD969 /* Assets.xcassets */, |
61 |
| - 08254DE01F8E9EDA006DD969 /* LaunchScreen.storyboard */, |
62 |
| - 08254DE31F8E9EDA006DD969 /* Info.plist */, |
| 93 | + 08A9E2D21F9E2FF8000B2729 /* Source */, |
| 94 | + 080FFF321F9797BE00DF7612 /* Junk */, |
| 95 | + 080FFF331F9797CB00DF7612 /* Example */, |
63 | 96 | );
|
64 | 97 | path = SwipingViewController;
|
65 | 98 | sourceTree = "<group>";
|
66 | 99 | };
|
| 100 | + 08A9E2D21F9E2FF8000B2729 /* Source */ = { |
| 101 | + isa = PBXGroup; |
| 102 | + children = ( |
| 103 | + 08A9E2D31F9E2FF8000B2729 /* SwipeableNavigationBar.swift */, |
| 104 | + 08A9E2D41F9E2FF8000B2729 /* SwipeableItem.swift */, |
| 105 | + 08A9E2D51F9E2FF8000B2729 /* SwipeableCollectionView.swift */, |
| 106 | + 08A9E2D61F9E2FF8000B2729 /* SwipeableCell.swift */, |
| 107 | + 08A9E2D71F9E2FF8000B2729 /* SwipeableNavigationController.swift */, |
| 108 | + 08A9E2D81F9E2FF8000B2729 /* SwipeableViewController.swift */, |
| 109 | + 08A9E2D91F9E2FF8000B2729 /* SwipeableCollectionViewFlowLayout.swift */, |
| 110 | + 08A9E2DA1F9E2FF8000B2729 /* SwipeableCell.xib */, |
| 111 | + ); |
| 112 | + path = Source; |
| 113 | + sourceTree = "<group>"; |
| 114 | + }; |
67 | 115 | /* End PBXGroup section */
|
68 | 116 |
|
69 | 117 | /* Begin PBXNativeTarget section */
|
|
124 | 172 | buildActionMask = 2147483647;
|
125 | 173 | files = (
|
126 | 174 | 08254DE21F8E9EDA006DD969 /* LaunchScreen.storyboard in Resources */,
|
| 175 | + 08A9E2E21F9E2FF8000B2729 /* SwipeableCell.xib in Resources */, |
127 | 176 | 08254DDF1F8E9EDA006DD969 /* Assets.xcassets in Resources */,
|
128 |
| - 08254DDD1F8E9EDA006DD969 /* Main.storyboard in Resources */, |
129 | 177 | );
|
130 | 178 | runOnlyForDeploymentPostprocessing = 0;
|
131 | 179 | };
|
|
136 | 184 | isa = PBXSourcesBuildPhase;
|
137 | 185 | buildActionMask = 2147483647;
|
138 | 186 | files = (
|
139 |
| - 08254DDA1F8E9EDA006DD969 /* ViewController.swift in Sources */, |
| 187 | + 08A9E2DE1F9E2FF8000B2729 /* SwipeableCell.swift in Sources */, |
| 188 | + 08A9E2DC1F9E2FF8000B2729 /* SwipeableItem.swift in Sources */, |
| 189 | + 08A9E2E01F9E2FF8000B2729 /* SwipeableViewController.swift in Sources */, |
| 190 | + 08A9E2DD1F9E2FF8000B2729 /* SwipeableCollectionView.swift in Sources */, |
| 191 | + 08A9E2DF1F9E2FF8000B2729 /* SwipeableNavigationController.swift in Sources */, |
| 192 | + 08A9E2E11F9E2FF8000B2729 /* SwipeableCollectionViewFlowLayout.swift in Sources */, |
| 193 | + 08A9E2DB1F9E2FF8000B2729 /* SwipeableNavigationBar.swift in Sources */, |
140 | 194 | 08254DD81F8E9EDA006DD969 /* AppDelegate.swift in Sources */,
|
| 195 | + 08D04A631F8F959100982B4C /* ExampleViewController.swift in Sources */, |
| 196 | + 087E9B1C1F90C336007DCB8F /* ExampleSwipeableViewController.swift in Sources */, |
141 | 197 | );
|
142 | 198 | runOnlyForDeploymentPostprocessing = 0;
|
143 | 199 | };
|
144 | 200 | /* End PBXSourcesBuildPhase section */
|
145 | 201 |
|
146 | 202 | /* Begin PBXVariantGroup section */
|
147 |
| - 08254DDB1F8E9EDA006DD969 /* Main.storyboard */ = { |
148 |
| - isa = PBXVariantGroup; |
149 |
| - children = ( |
150 |
| - 08254DDC1F8E9EDA006DD969 /* Base */, |
151 |
| - ); |
152 |
| - name = Main.storyboard; |
153 |
| - sourceTree = "<group>"; |
154 |
| - }; |
155 | 203 | 08254DE01F8E9EDA006DD969 /* LaunchScreen.storyboard */ = {
|
156 | 204 | isa = PBXVariantGroup;
|
157 | 205 | children = (
|
|
277 | 325 | CODE_SIGN_STYLE = Automatic;
|
278 | 326 | DEVELOPMENT_TEAM = 88F3596FP2;
|
279 | 327 | INFOPLIST_FILE = SwipingViewController/Info.plist;
|
| 328 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
280 | 329 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
281 | 330 | PRODUCT_BUNDLE_IDENTIFIER = Tise.SwipingViewController;
|
282 | 331 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
292 | 341 | CODE_SIGN_STYLE = Automatic;
|
293 | 342 | DEVELOPMENT_TEAM = 88F3596FP2;
|
294 | 343 | INFOPLIST_FILE = SwipingViewController/Info.plist;
|
| 344 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
295 | 345 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
296 | 346 | PRODUCT_BUNDLE_IDENTIFIER = Tise.SwipingViewController;
|
297 | 347 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments