diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e7e245 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Xcode +.DS_Store +*/build/* +_build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +profile +*.moved-aside +DerivedData +.idea/ +*.hmap +*.xccheckout +*.pyc +xcshareddata/ + +#CocoaPods +Pods diff --git a/KataLogInLogOut.xcodeproj/project.pbxproj b/KataLogInLogOut.xcodeproj/project.pbxproj index 7a9a9e5..19cdc76 100644 --- a/KataLogInLogOut.xcodeproj/project.pbxproj +++ b/KataLogInLogOut.xcodeproj/project.pbxproj @@ -414,6 +414,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = KataLogInLogOut/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = nalvarez.KataLogInLogOut; @@ -426,6 +427,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = KataLogInLogOut/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = nalvarez.KataLogInLogOut; @@ -507,6 +509,7 @@ 4059E1B71F28AF34007C3CF9 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 4059E1B81F28AF34007C3CF9 /* Build configuration list for PBXNativeTarget "KataLogInLogOutTests" */ = { isa = XCConfigurationList; @@ -515,6 +518,7 @@ 4059E1BA1F28AF34007C3CF9 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 4059E1BB1F28AF34007C3CF9 /* Build configuration list for PBXNativeTarget "KataLogInLogOutUITests" */ = { isa = XCConfigurationList; @@ -523,6 +527,7 @@ 4059E1BD1F28AF34007C3CF9 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/KataLogInLogOut.xcodeproj/project.xcworkspace/xcuserdata/nalvarez.xcuserdatad/UserInterfaceState.xcuserstate b/KataLogInLogOut.xcodeproj/project.xcworkspace/xcuserdata/nalvarez.xcuserdatad/UserInterfaceState.xcuserstate index c3713ed..85aa27c 100644 Binary files a/KataLogInLogOut.xcodeproj/project.xcworkspace/xcuserdata/nalvarez.xcuserdatad/UserInterfaceState.xcuserstate and b/KataLogInLogOut.xcodeproj/project.xcworkspace/xcuserdata/nalvarez.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/KataLogInLogOut.xcscheme b/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/KataLogInLogOut.xcscheme deleted file mode 100644 index 27b8541..0000000 --- a/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/KataLogInLogOut.xcscheme +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/xcschememanagement.plist b/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/xcschememanagement.plist index 429a0bd..8476144 100644 --- a/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/KataLogInLogOut.xcodeproj/xcuserdata/nalvarez.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,7 +4,7 @@ SchemeUserState - KataLogInLogOut.xcscheme + KataLogInLogOut.xcscheme_^#shared#^_ orderHint 0 diff --git a/KataLogInLogOut/AppDelegate.swift b/KataLogInLogOut/AppDelegate.swift index 3f86505..720cd75 100644 --- a/KataLogInLogOut/AppDelegate.swift +++ b/KataLogInLogOut/AppDelegate.swift @@ -14,6 +14,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true