-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" | ||
SDKROOT: iphoneos | ||
IPHONEOS_DEPLOYMENT_TARGET: '10.2' | ||
IPHONEOS_DEPLOYMENT_TARGET: 9.1 | ||
TARGETED_DEVICE_FAMILY: '1,2' | ||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/../Frameworks" | ||
SDKROOT: macosx | ||
MACOSX_DEPLOYMENT_TARGET: '10.12' | ||
MACOSX_DEPLOYMENT_TARGET: 10.12 | ||
COMBINE_HIDPI_IMAGES: 'YES' | ||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TARGETED_DEVICE_FAMILY: 3 | ||
SDKROOT: 'appletvos' | ||
TVOS_DEPLOYMENT_TARGET: '10.1' | ||
TVOS_DEPLOYMENT_TARGET: 9.1 | ||
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" | ||
ASSETCATALOG_COMPILER_APPICON_NAME: App Icon & Top Shelf Image |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,3 @@ COPY_PHASE_STRIP: 'NO' | |
GCC_C_LANGUAGE_STANDARD: gnu99 | ||
GCC_NO_COMMON_BLOCKS: 'YES' | ||
ENABLE_STRICT_OBJC_MSGSEND: 'YES' | ||
CODE_SIGN_IDENTITY[sdk=iphoneos*]: iPhone Developer | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
yonaskolb
Author
Owner
|
Why has this line been deleted? I mean, without this base setting you have to click
Enable Development Signing
every time you generate an iOS project. Maybe some conjunctions of generalizing for supporting multi-platform?Of course, we can just add this line to our own spec though.