|
@@ -495,7 +495,7 @@
|
|
|
attributes = {
|
|
|
LastSwiftMigration = 0700;
|
|
|
LastSwiftUpdateCheck = 0700;
|
|
|
- LastUpgradeCheck = 0700;
|
|
|
+ LastUpgradeCheck = 0800;
|
|
|
ORGANIZATIONNAME = "Norio Nomura";
|
|
|
TargetAttributes = {
|
|
|
6CA0A7971A74E80600AC539F = {
|
|
@@ -679,6 +679,8 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
baseConfigurationReference = 6CA0A7B81A74E88E00AC539F /* Debug.xcconfig */;
|
|
|
buildSettings = {
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
ENABLE_TESTABILITY = YES;
|
|
@@ -696,6 +698,8 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
baseConfigurationReference = 6CA0A7BA1A74E88E00AC539F /* Release.xcconfig */;
|
|
|
buildSettings = {
|
|
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
@@ -760,6 +764,7 @@
|
|
|
baseConfigurationReference = 6CA0A7C51A74E88E00AC539F /* iOS-Framework.xcconfig */;
|
|
|
buildSettings = {
|
|
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
INFOPLIST_FILE = Base32/Info.plist;
|
|
@@ -773,6 +778,7 @@
|
|
|
baseConfigurationReference = 6CA0A7C51A74E88E00AC539F /* iOS-Framework.xcconfig */;
|
|
|
buildSettings = {
|
|
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
INFOPLIST_FILE = Base32/Info.plist;
|
|
@@ -832,6 +838,7 @@
|
|
|
baseConfigurationReference = 6CCCF1CB1BC205D1003CE287 /* watchOS-Framework.xcconfig */;
|
|
|
buildSettings = {
|
|
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
INFOPLIST_FILE = Base32/Info.plist;
|
|
@@ -847,6 +854,7 @@
|
|
|
baseConfigurationReference = 6CCCF1CB1BC205D1003CE287 /* watchOS-Framework.xcconfig */;
|
|
|
buildSettings = {
|
|
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
INFOPLIST_FILE = Base32/Info.plist;
|