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
Maurice Parker
eb4d61dc2c
Correct LD_RUNPATH_SEARCH_PATHS so that we can run on devices without crashing
2019-08-01 20:47:46 -05:00
Olof Hellman
1809ad94e1
Exempt PRODUCT_NAME from build setting restriction
2019-07-28 19:09:20 -07:00
Olof Hellman
5d4727b14a
Try seeing if the "VALIDATE_PRODUCT" setting caused a failure
2019-07-28 17:00:59 -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
87e6c7eb6a
revert changes to development team to see if this fixes code signing issue on CI build machine
2019-07-28 16:41:48 -07:00
Olof Hellman
d7f0c26a82
Integrate the 'VerifyNoBuildSettings' script
2019-07-28 15:47:43 -07:00
Olof Hellman
a10a9145fa
CLean out build settings from project file
2019-07-28 15:24:57 -07:00
Olof Hellman
1116464096
rename xcconfig files
2019-07-28 14:59:38 -07:00
Olof Hellman
6b49a2c5ca
Merge branch 'codeSigning' into rationalizeXcconfigs
2019-07-28 14:49:30 -07:00
Olof Hellman
8e675dd795
make codesigning work with developerSettings
2019-07-28 14:45:18 -07:00
Olof Hellman
59a8efe147
Trying to set up code signing correctly with developer settings
2019-07-27 21:36:29 -07:00
Maurice Parker
1b49788a0a
Make test cases run again.
2019-05-03 17:29:54 -05:00
Maurice Parker
0e31c254f3
Attempted to set up the xcconfig for the iOS build.
2019-04-15 17:56:59 -05:00
Brent Simmons
e98b0a1db5
Set MACOSX_DEPLOYMENT_TARGET = 10.14.4
2019-04-01 22:02:00 -07:00
Brent Simmons
b0dd9cc347
Convert NetNewsWire to Swift 5.
2019-03-31 16:14:59 -07:00
Brent Simmons
141ae5cc2f
Continue rename to NetNewsWire.
2018-08-28 22:18:24 -07:00
Daniel Jalkut
3507313f84
Accept Xcode 9.3 recommended build settings.
2018-01-29 11:20:30 -05:00
Olof Hellman
31bd9d918c
Scripting support for articles and basic article properties
...
Also, added support for accessing feeds directly from the top level
container, essentially skipping account as a hierarchy level.
With this change, a script like
tell app “Evergreen”
title of every article of feed "Six Colors" where read is true
end tell
produces the expected result.
2018-01-24 00:06:34 -08:00
Olof Hellman
e3e68e051a
move most build settings to xcconfig files.
...
Add an #include to allow developer overrides of build settings so as to
soften the pain of code signing configuration
2018-01-07 17:46:23 -08:00