Merge pull request #827 from olofhellman/master
fix unfortunate capitalization in xcconfig file
This commit is contained in:
commit
7cdae48eae
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Reference in New Issue