Skip to content

Commit 29a957f

Browse files
committed
Removed Main.storyboard file
1 parent 35bcf7a commit 29a957f

3 files changed

Lines changed: 0 additions & 43 deletions

File tree

Example/SnappingLayout.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1111
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
12-
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
1312
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1413
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
1514
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
@@ -34,7 +33,6 @@
3433
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3534
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3635
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
37-
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3836
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
3937
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
4038
607FACE51AFB9204008FA782 /* SnappingLayout_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnappingLayout_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -104,7 +102,6 @@
104102
children = (
105103
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
106104
607FACD71AFB9204008FA782 /* ViewController.swift */,
107-
607FACD91AFB9204008FA782 /* Main.storyboard */,
108105
607FACDC1AFB9204008FA782 /* Images.xcassets */,
109106
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
110107
607FACD31AFB9204008FA782 /* Supporting Files */,
@@ -246,7 +243,6 @@
246243
isa = PBXResourcesBuildPhase;
247244
buildActionMask = 2147483647;
248245
files = (
249-
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
250246
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
251247
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
252248
);
@@ -355,14 +351,6 @@
355351
/* End PBXTargetDependency section */
356352

357353
/* Begin PBXVariantGroup section */
358-
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
359-
isa = PBXVariantGroup;
360-
children = (
361-
607FACDA1AFB9204008FA782 /* Base */,
362-
);
363-
name = Main.storyboard;
364-
sourceTree = "<group>";
365-
};
366354
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
367355
isa = PBXVariantGroup;
368356
children = (

Example/SnappingLayout/Base.lproj/Main.storyboard

Lines changed: 0 additions & 30 deletions
This file was deleted.

Example/SnappingLayout/ViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ class ViewController: UIViewController {
2121
}
2222

2323
}
24-

0 commit comments

Comments
 (0)