Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 23 additions & 6 deletions Shopping List.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@

/* Begin PBXBuildFile section */
4613E91221143BFC00E7FF73 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4613E91121143BFC00E7FF73 /* AppDelegate.swift */; };
4613E91421143BFC00E7FF73 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4613E91321143BFC00E7FF73 /* ViewController.swift */; };
4613E91721143BFC00E7FF73 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4613E91521143BFC00E7FF73 /* Main.storyboard */; };
4613E91921143BFD00E7FF73 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4613E91821143BFD00E7FF73 /* Assets.xcassets */; };
4613E91C21143BFD00E7FF73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4613E91A21143BFD00E7FF73 /* LaunchScreen.storyboard */; };
56859385247C467F007A44EE /* ShoppingItemCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56859384247C467F007A44EE /* ShoppingItemCollectionViewCell.swift */; };
56F7A4CF247821C9006FBE7F /* ShoppingItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56F7A4CE247821C9006FBE7F /* ShoppingItem.swift */; };
56F7A4D1247827A2006FBE7F /* ShoppingListCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56F7A4D0247827A2006FBE7F /* ShoppingListCollectionViewController.swift */; };
56F7A4D5247828DB006FBE7F /* FileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56F7A4D4247828DB006FBE7F /* FileManager.swift */; };
56F7A4D724782CE2006FBE7F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56F7A4D624782CE1006FBE7F /* [email protected] */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4613E90E21143BFC00E7FF73 /* Shopping List.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Shopping List.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4613E91121143BFC00E7FF73 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4613E91321143BFC00E7FF73 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4613E91621143BFC00E7FF73 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4613E91821143BFD00E7FF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4613E91B21143BFD00E7FF73 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4613E91D21143BFD00E7FF73 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
56859384247C467F007A44EE /* ShoppingItemCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingItemCollectionViewCell.swift; sourceTree = "<group>"; };
56F7A4CE247821C9006FBE7F /* ShoppingItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingItem.swift; sourceTree = "<group>"; };
56F7A4D0247827A2006FBE7F /* ShoppingListCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingListCollectionViewController.swift; sourceTree = "<group>"; };
56F7A4D4247828DB006FBE7F /* FileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileManager.swift; sourceTree = "<group>"; };
56F7A4D624782CE1006FBE7F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -38,6 +46,7 @@
4613E90521143BFC00E7FF73 = {
isa = PBXGroup;
children = (
56F7A4D624782CE1006FBE7F /* [email protected] */,
4613E91021143BFC00E7FF73 /* Shopping List */,
4613E90F21143BFC00E7FF73 /* Products */,
);
Expand All @@ -54,9 +63,12 @@
4613E91021143BFC00E7FF73 /* Shopping List */ = {
isa = PBXGroup;
children = (
56F7A4CE247821C9006FBE7F /* ShoppingItem.swift */,
4613E91121143BFC00E7FF73 /* AppDelegate.swift */,
4613E91321143BFC00E7FF73 /* ViewController.swift */,
4613E91521143BFC00E7FF73 /* Main.storyboard */,
56859384247C467F007A44EE /* ShoppingItemCollectionViewCell.swift */,
56F7A4D0247827A2006FBE7F /* ShoppingListCollectionViewController.swift */,
56F7A4D4247828DB006FBE7F /* FileManager.swift */,
4613E91821143BFD00E7FF73 /* Assets.xcassets */,
4613E91A21143BFD00E7FF73 /* LaunchScreen.storyboard */,
4613E91D21143BFD00E7FF73 /* Info.plist */,
Expand Down Expand Up @@ -96,6 +108,7 @@
TargetAttributes = {
4613E90D21143BFC00E7FF73 = {
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1150;
};
};
};
Expand Down Expand Up @@ -123,6 +136,7 @@
buildActionMask = 2147483647;
files = (
4613E91C21143BFD00E7FF73 /* LaunchScreen.storyboard in Resources */,
56F7A4D724782CE2006FBE7F /* [email protected] in Resources */,
4613E91921143BFD00E7FF73 /* Assets.xcassets in Resources */,
4613E91721143BFC00E7FF73 /* Main.storyboard in Resources */,
);
Expand All @@ -135,8 +149,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4613E91421143BFC00E7FF73 /* ViewController.swift in Sources */,
56859385247C467F007A44EE /* ShoppingItemCollectionViewCell.swift in Sources */,
56F7A4CF247821C9006FBE7F /* ShoppingItem.swift in Sources */,
56F7A4D1247827A2006FBE7F /* ShoppingListCollectionViewController.swift in Sources */,
4613E91221143BFC00E7FF73 /* AppDelegate.swift in Sources */,
56F7A4D5247828DB006FBE7F /* FileManager.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -289,7 +306,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.LambdaSchool.Shopping-List";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -307,7 +324,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "com.LambdaSchool.Shopping-List";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Shopping List/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down
Loading