Correct build configuration for CI build

This commit is contained in:
Maurice Parker 2019-10-10 00:24:36 -05:00
parent 1aaf56309b
commit 0b5be9057f
14 changed files with 18 additions and 24 deletions

View File

@ -1,6 +1,7 @@
CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_IDENTITY = Developer ID Application
CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = M8L2WTLA8W DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// See the notes in NetNewsWire_target.xcconfig on why the // See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here // DeveloperSettings.xcconfig is #included here

View File

@ -1,6 +1,7 @@
CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_IDENTITY = Developer ID Application
CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = M8L2WTLA8W DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// See the notes in NetNewsWire_target.xcconfig on why the // See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here // DeveloperSettings.xcconfig is #included here

View File

@ -1,5 +1,3 @@
CODE_SIGN_IDENTITY =
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
SKIP_INSTALL = YES SKIP_INSTALL = YES
DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_COMPATIBILITY_VERSION = 1

View File

@ -538,7 +538,6 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = D511EEEA20242E0800712EC3 /* ArticlesDatabase_project_debug.xcconfig */; baseConfigurationReference = D511EEEA20242E0800712EC3 /* ArticlesDatabase_project_debug.xcconfig */;
buildSettings = { buildSettings = {
CODE_SIGN_IDENTITY = "-";
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
SWIFT_SWIFT3_OBJC_INFERENCE = Off; SWIFT_SWIFT3_OBJC_INFERENCE = Off;
}; };
@ -548,7 +547,6 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = D511EEEB20242E0800712EC3 /* ArticlesDatabase_project_release.xcconfig */; baseConfigurationReference = D511EEEB20242E0800712EC3 /* ArticlesDatabase_project_release.xcconfig */;
buildSettings = { buildSettings = {
CODE_SIGN_IDENTITY = "-";
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos"; SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
SWIFT_SWIFT3_OBJC_INFERENCE = Off; SWIFT_SWIFT3_OBJC_INFERENCE = Off;
}; };

View File

@ -1,6 +1,7 @@
CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_IDENTITY = Developer ID Application
CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = M8L2WTLA8W DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// See the notes in NetNewsWire_target.xcconfig on why the // See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here // DeveloperSettings.xcconfig is #included here

View File

@ -1,6 +1,3 @@
CODE_SIGN_IDENTITY =
// DEVELOPMENT_TEAM = 9C84TZ7Q6Z
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
SKIP_INSTALL = YES SKIP_INSTALL = YES
DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_COMPATIBILITY_VERSION = 1

View File

@ -1,6 +1,7 @@
CODE_SIGN_IDENTITY = Mac Developer CODE_SIGN_IDENTITY = Developer ID Application
CODE_SIGN_STYLE = Automatic
DEVELOPMENT_TEAM = M8L2WTLA8W DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// See the notes in NetNewsWire_target.xcconfig on why the // See the notes in NetNewsWire_target.xcconfig on why the
// DeveloperSettings.xcconfig is #included here // DeveloperSettings.xcconfig is #included here

View File

@ -1,6 +1,3 @@
CODE_SIGN_IDENTITY =
// DEVELOPMENT_TEAM = 9C84TZ7Q6Z
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
SKIP_INSTALL = YES SKIP_INSTALL = YES
DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_COMPATIBILITY_VERSION = 1

@ -1 +1 @@
Subproject commit 47ee7c6d0d582b14d1ec1061eebbfd4de589e4b4 Subproject commit 260313635b8c1f7b796477100b61d42aba7ad8b3

@ -1 +1 @@
Subproject commit 807bb445f0bc692cb6b9210f66db82a85efe5c59 Subproject commit 19c67ac53b9baf3cca388cd4eb57a0532b44239e

@ -1 +1 @@
Subproject commit f01129d762eba20cd11a680bbde651ca75639ef3 Subproject commit 4da8a057c4f88e401412f84704f9e7a2d3d38fac

@ -1 +1 @@
Subproject commit 7581b16d4e8f22fad183d34338d44af85d37b30d Subproject commit fcf805f49caf1c3ae60b6e2d3ac5707186ca29af

@ -1 +1 @@
Subproject commit ee1058e48e7960c7fa69a17f602f1318249aaed5 Subproject commit abed8a878831f58cae0644e20c6eb7e7af1c8972

View File

@ -2,7 +2,7 @@ CODE_SIGN_IDENTITY = Developer ID Application
DEVELOPMENT_TEAM = M8L2WTLA8W DEVELOPMENT_TEAM = M8L2WTLA8W
CODE_SIGN_STYLE = Manual CODE_SIGN_STYLE = Manual
ORGANIZATION_IDENTIFIER = com.ranchero ORGANIZATION_IDENTIFIER = com.ranchero
PROVISIONING_PROFILE_SPECIFIER = PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
// developers can locally override the Xcode settings for code signing // developers can locally override the Xcode settings for code signing
// by creating a DeveloperSettings.xcconfig file locally at the appropriate path // by creating a DeveloperSettings.xcconfig file locally at the appropriate path