mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Correct build configuration for CI build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CODE_SIGN_IDENTITY = Mac Developer
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
CODE_SIGN_IDENTITY = Developer ID Application
|
||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||
CODE_SIGN_STYLE = Manual
|
||||
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||
|
||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||
// DeveloperSettings.xcconfig is #included here
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
CODE_SIGN_IDENTITY = Mac Developer
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
CODE_SIGN_IDENTITY = Developer ID Application
|
||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||
CODE_SIGN_STYLE = Manual
|
||||
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||
|
||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||
// DeveloperSettings.xcconfig is #included here
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
CODE_SIGN_IDENTITY =
|
||||
|
||||
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
|
||||
SKIP_INSTALL = YES
|
||||
DYLIB_COMPATIBILITY_VERSION = 1
|
||||
|
||||
@@ -538,7 +538,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D511EEEA20242E0800712EC3 /* ArticlesDatabase_project_debug.xcconfig */;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "-";
|
||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
|
||||
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
||||
};
|
||||
@@ -548,7 +547,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D511EEEB20242E0800712EC3 /* ArticlesDatabase_project_release.xcconfig */;
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "-";
|
||||
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
|
||||
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
CODE_SIGN_IDENTITY = Mac Developer
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
CODE_SIGN_IDENTITY = Developer ID Application
|
||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||
CODE_SIGN_STYLE = Manual
|
||||
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||
|
||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||
// DeveloperSettings.xcconfig is #included here
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
CODE_SIGN_IDENTITY =
|
||||
// DEVELOPMENT_TEAM = 9C84TZ7Q6Z
|
||||
|
||||
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
|
||||
SKIP_INSTALL = YES
|
||||
DYLIB_COMPATIBILITY_VERSION = 1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
CODE_SIGN_IDENTITY = Mac Developer
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
CODE_SIGN_IDENTITY = Developer ID Application
|
||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||
CODE_SIGN_STYLE = Manual
|
||||
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||
|
||||
// See the notes in NetNewsWire_target.xcconfig on why the
|
||||
// DeveloperSettings.xcconfig is #included here
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
CODE_SIGN_IDENTITY =
|
||||
// DEVELOPMENT_TEAM = 9C84TZ7Q6Z
|
||||
|
||||
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
|
||||
SKIP_INSTALL = YES
|
||||
DYLIB_COMPATIBILITY_VERSION = 1
|
||||
|
||||
Submodule submodules/RSCore updated: 47ee7c6d0d...260313635b
Submodule submodules/RSDatabase updated: 807bb445f0...19c67ac53b
Submodule submodules/RSParser updated: f01129d762...4da8a057c4
Submodule submodules/RSTree updated: 7581b16d4e...fcf805f49c
Submodule submodules/RSWeb updated: ee1058e48e...abed8a8788
@@ -2,7 +2,7 @@ CODE_SIGN_IDENTITY = Developer ID Application
|
||||
DEVELOPMENT_TEAM = M8L2WTLA8W
|
||||
CODE_SIGN_STYLE = Manual
|
||||
ORGANIZATION_IDENTIFIER = com.ranchero
|
||||
PROVISIONING_PROFILE_SPECIFIER =
|
||||
PROVISIONING_PROFILE_SPECIFIER = NetNewsWire
|
||||
|
||||
// developers can locally override the Xcode settings for code signing
|
||||
// by creating a DeveloperSettings.xcconfig file locally at the appropriate path
|
||||
|
||||
Reference in New Issue
Block a user