|
|
@@ -1575,6 +1575,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
|
INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
@@ -1588,6 +1589,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
|
INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
@@ -1601,7 +1603,8 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CURRENT_PROJECT_VERSION = 418;
|
|
|
DEFINES_MODULE = YES;
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
@@ -1628,7 +1631,8 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CURRENT_PROJECT_VERSION = 418;
|
|
|
DEFINES_MODULE = YES;
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|