Skip to content
Snippets Groups Projects
Commit bb7b0957 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent f2485fc4
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ plus anything else you need to define) in the answer field on GradeScope.** ...@@ -23,6 +23,7 @@ plus anything else you need to define) in the answer field on GradeScope.**
And yes, this should compile and run correctly when we cut and paste into our version of the project. And yes, this should compile and run correctly when we cut and paste into our version of the project.
**Hints:**
Hints:
- you will need to *prepare()* for the segue. - you will need to *prepare()* for the segue.
- a delegate protocol should be involved in returning the value back to the FirstController. - a delegate protocol should be involved in returning the value back to the FirstController.
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.4; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.4; IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
...@@ -291,6 +291,7 @@ ...@@ -291,6 +291,7 @@
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 88APX46FR6; DEVELOPMENT_TEAM = 88APX46FR6;
INFOPLIST_FILE = testNav/Info.plist; INFOPLIST_FILE = testNav/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
...@@ -309,6 +310,7 @@ ...@@ -309,6 +310,7 @@
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 88APX46FR6; DEVELOPMENT_TEAM = 88APX46FR6;
INFOPLIST_FILE = testNav/Info.plist; INFOPLIST_FILE = testNav/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment