Commit Graph

8 Commits

Author SHA1 Message Date
Jonathan Bennett
073ad07767 Use ORGANIZATION_IDENTIFIER for the bundle identifier
The ORGANIZATION_IDENTIFIER was not being used on the Mac and Safari Extension. This made the bundle and provisioning profile be com.ranchero.XYZ, which now conflicts because of added entitlements and signing.

Changing this to use the ORGANIZATION_IDENTIFIER lets developers have a unique ID
2019-10-09 09:17:44 -04:00
Maurice Parker
6f6d18910c Change how the development team is referenced 2019-10-06 19:47:13 -05:00
Maurice Parker
7d95f3d332 Fix the share extenstion code signing identity 2019-10-06 19:07:39 -05:00
Daniel Jalkut
f3ce5116e7 Factor out the common build settings from Mac targets into a new shared xcconfig file, which includee the shared marketing version and bundle version for NetNewsWire and any extensions that may be built. 2019-09-06 14:52:03 -04:00
Olof Hellman
1afa62284f fix busted xcconfig files 2019-08-11 21:44:26 -07:00
Olof Hellman
1809ad94e1 Exempt PRODUCT_NAME from build setting restriction 2019-07-28 19:09:20 -07:00
Olof Hellman
38206564d9 Revert changes to macapp.xcconfig file make codesigning on CI build machine happier 2019-07-28 16:47:11 -07:00
Olof Hellman
a10a9145fa CLean out build settings from project file 2019-07-28 15:24:57 -07:00