Merge pull request #827 from olofhellman/master

fix unfortunate capitalization in xcconfig file
This commit is contained in:
Brent Simmons 2019-08-11 22:10:01 -07:00 committed by GitHub
commit 7cdae48eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 13 deletions

View File

@ -2784,7 +2784,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D519E74722EE553300923F27 /* NetNewsWire_safariextension_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = "Subscribe to Feed";
};
name = Debug;
};
@ -2792,7 +2791,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D519E74722EE553300923F27 /* NetNewsWire_safariextension_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = "Subscribe to Feed";
};
name = Release;
};
@ -2800,7 +2798,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 51121AA12265430A00BC0EC1 /* NetNewsWire_iOSapp_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = NetNewsWire;
};
name = Debug;
};
@ -2808,7 +2805,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 51121AA12265430A00BC0EC1 /* NetNewsWire_iOSapp_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = NetNewsWire;
};
name = Release;
};
@ -2830,7 +2826,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = NetNewsWire;
};
name = Debug;
};
@ -2838,7 +2833,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = NetNewsWire;
};
name = Release;
};

View File

@ -1,5 +1,5 @@
DEVELOPMENT_TEAM = 9C84TZ7Q6Z
CODE_SIGN_IDENTITY = -;
CODE_SIGN_IDENTITY = -
CODE_SIGN_STYLE = Automatic
// See the notes in NetNewsWire_target.xcconfig on why the

View File

@ -1,6 +1,6 @@
CODE_SIGN_IDENTITY[Config=Release] = Developer ID Application
CODE_SIGN_IDENTITY[Config=Debug] = -
DEVELOPMENT_TEAM[Config=Release] = M8L2WTLA8W
CODE_SIGN_IDENTITY[config=Release] = Developer ID Application
CODE_SIGN_IDENTITY[config=Debug] = -
DEVELOPMENT_TEAM[config=Release] = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER =

View File

@ -1,6 +1,6 @@
CODE_SIGN_IDENTITY[Config=Release] = Developer ID Application
CODE_SIGN_IDENTITY[Config=Debug] = -
DEVELOPMENT_TEAM[Config=Release] = M8L2WTLA8W
CODE_SIGN_IDENTITY[config=Release] = Developer ID Application
CODE_SIGN_IDENTITY[config=Debug] = -
DEVELOPMENT_TEAM[config=Release] = M8L2WTLA8W
CODE_SIGN_STYLE = Manual
PROVISIONING_PROFILE_SPECIFIER =