Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cfthody committed Dec 7, 2019
1 parent 78bdb48 commit e095e34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 99 deletions.
8 changes: 2 additions & 6 deletions CookingRecipe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
FE77054F239C1C45006F1D99 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE77054E239C1C45006F1D99 /* AppDelegate.swift */; };
FE770551239C1C45006F1D99 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE770550239C1C45006F1D99 /* SceneDelegate.swift */; };
FE770553239C1C45006F1D99 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE770552239C1C45006F1D99 /* ViewController.swift */; };
FE770556239C1C45006F1D99 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FE770554239C1C45006F1D99 /* Main.storyboard */; };
FE770559239C1C45006F1D99 /* CookingRecipe.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FE770557239C1C45006F1D99 /* CookingRecipe.xcdatamodeld */; };
Expand All @@ -19,7 +18,6 @@
/* Begin PBXFileReference section */
FE77054B239C1C45006F1D99 /* CookingRecipe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CookingRecipe.app; sourceTree = BUILT_PRODUCTS_DIR; };
FE77054E239C1C45006F1D99 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FE770550239C1C45006F1D99 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
FE770552239C1C45006F1D99 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FE770555239C1C45006F1D99 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FE770558239C1C45006F1D99 /* CookingRecipe.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = CookingRecipe.xcdatamodel; sourceTree = "<group>"; };
Expand Down Expand Up @@ -59,7 +57,6 @@
isa = PBXGroup;
children = (
FE77054E239C1C45006F1D99 /* AppDelegate.swift */,
FE770550239C1C45006F1D99 /* SceneDelegate.swift */,
FE770552239C1C45006F1D99 /* ViewController.swift */,
FE770554239C1C45006F1D99 /* Main.storyboard */,
FE77055A239C1C48006F1D99 /* Assets.xcassets */,
Expand Down Expand Up @@ -144,7 +141,6 @@
FE770559239C1C45006F1D99 /* CookingRecipe.xcdatamodeld in Sources */,
FE770553239C1C45006F1D99 /* ViewController.swift in Sources */,
FE77054F239C1C45006F1D99 /* AppDelegate.swift in Sources */,
FE770551239C1C45006F1D99 /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -220,7 +216,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -274,7 +270,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
20 changes: 2 additions & 18 deletions CookingRecipe/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,12 @@ import CoreData

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {



var window: UIWindow?

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

// MARK: UISceneSession Lifecycle

func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
}

func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}

// MARK: - Core Data stack

lazy var persistentContainer: NSPersistentContainer = {
Expand Down
19 changes: 0 additions & 19 deletions CookingRecipe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneConfigurationName</key>
<string>Default Configuration</string>
<key>UISceneDelegateClassName</key>
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
</dict>
</array>
</dict>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down
56 changes: 0 additions & 56 deletions CookingRecipe/SceneDelegate.swift

This file was deleted.

0 comments on commit e095e34

Please sign in to comment.