Commit Graph
1781 Commits
Author SHA1 Message Date
Yonas Kolb 0c39b28c08 upgrade to xcproj 4.2.0 2018-03-21 11:02:45 +11:00
Yonas Kolb 9ebb927228 Merge pull request #269 from yonaskolb/ks/defaultConfigurationName
Add defaultConfigurationName to options
2018-03-20 10:38:20 +11:00
Keith Smiley 6f95e57f45 Rename to defaultConfig 2018-03-19 15:18:46 -07:00
Keith Smiley b1d739dffa Update project spec 2018-03-19 13:47:02 -07:00
Keith Smiley e636664aaa Add defaultConfigurationName to options
This allows users to set the defaultConfigurationName project wide. This
setting corresponds to the drop down in the project settings that says
"Use CONFIG for command line builds". This affects which configuration
Xcode looks in for some settings, even if you pass `-configuration FOO`.
2018-03-19 13:47:02 -07:00
Linus Unnebäck 671ead878f Add FAQ page with code signing help 2018-03-15 11:34:40 +00:00
Yonas Kolb ad3aaaa259 Merge pull request #264 from jerrymarino/jmarino_allow_allocation_of_legacy_target
Allow allocation of LegacyTarget
2018-03-09 11:17:03 +11:00
Jerry Marino fda4f30713 Allow allocation of LegacyTarget
I'm now using XcodeGen data structures directly, which is awesome.

I need to allocate `LegacyTarget` in my code, so this method makes it
public.
2018-03-08 13:23:17 -08:00
Yonas Kolb 6122dd361a update changelog 2018-03-03 10:19:55 +11:00
Yonas Kolb 2820bfff9d Update brew to 1.7.0 2018-03-03 10:17:49 +11:00
Yonas Kolb 8c0a294737 Update to 1.7.0 1.7.0 2018-03-03 10:14:55 +11:00
Yonas Kolb 1934718d41 rename TOOL_NAME_LOWER to EXECUTABLE_NAME 2018-03-03 10:02:38 +11:00
Yonas Kolb 5f7403948b add some more code docs 2018-03-03 09:43:45 +11:00
Yonas Kolb 4998f19dc5 refactor excludes 2018-03-03 09:37:51 +11:00
Yonas Kolb d11783bdb0 make format_code 2018-03-03 09:21:16 +11:00
Yonas Kolb cc76e37d35 Merge pull request #238 from yonaskolb/ts-exclude-dsstore-bug
sources.excludes wasn't applied for localisedDirectory such as Base.lproj
2018-03-03 09:15:14 +11:00
Yonas Kolb 40d364992d document default header visibility 2018-03-03 08:41:41 +11:00
Yonas Kolb 579d5ccb39 Merge pull request #252 from yonaskolb/header_visibility
Add TargetSource headerVisibility
2018-03-02 20:37:22 +11:00
Yonas Kolb 0c2b7dc718 change headerVisibility default back to public 2018-03-02 20:34:47 +11:00
Yonas Kolb 6e80a3eaf3 Merge pull request #259 from yonaskolb/fix_env_parsing
Fix env parsing
2018-03-02 16:45:52 +11:00
Yonas Kolb 9bd7123de0 fix env YES parsing 2018-03-02 09:49:03 +11:00
Yonas Kolb 9e02dbd420 add yaml tests 2018-03-02 09:18:43 +11:00
Yonas Kolb 9b7f8606c2 use yams resolver to treat empty string as empty string 2018-03-02 09:18:43 +11:00
Yonas Kolb c2e99a2146 Merge pull request #255 from yonaskolb/fix_imessage_extension
Fix iMessage extension
2018-03-02 07:18:01 +11:00
Yonas Kolb 14787de999 Merge pull request #256 from yonaskolb/carthage_embedding
Update carthage embedding
2018-03-02 07:15:43 +11:00
Yonas Kolb 20d1387dc7 Merge pull request #258 from qmoya/patch-1
Fix typo
2018-03-02 07:14:42 +11:00
Quico Moya 0066f280fb Update ProjectSpec.md 2018-03-01 16:27:54 +01:00
Yonas Kolb decfa2d770 listen to embed flag for carthage dependencies 2018-03-01 23:09:52 +11:00
Yonas Kolb 205c2e9711 embed carthage dependences into test targets 2018-03-01 23:09:52 +11:00
Yonas Kolb ebc48610b6 setting presets: add runtime search paths for iMessage extensions 2018-03-01 23:02:48 +11:00
Yonas Kolb 7fc74654c1 setting presets: give imessage extension an app icon iMessage App Icon 2018-03-01 23:02:45 +11:00
Yonas Kolb d504f482c7 Merge pull request #254 from yonaskolb/should-use-cond
Fix shouldUseLaunchSchemeArgsEnv disabling logic
2018-03-01 10:48:19 +11:00
toshi0383 0a37fd54e3 fix and refactor into extensions 2018-03-01 07:53:27 +09:00
toshi0383 ead24e8ce3 Remove unnecessary diff 2018-02-28 00:23:50 +09:00
toshi0383 77103a3c36 Fix shouldUseLaunchSchemeArgsEnv disabling logic 2018-02-28 00:18:08 +09:00
Yonas Kolb 0ace2fd1fd Merge pull request #246 from yonaskolb/toshi0383-binary-archive-install
Binary archive install
2018-02-27 12:21:13 +11:00
toshi0383 6cd43671d7 Fix unzipped directory name 2018-02-27 09:41:46 +09:00
Yonas Kolb 59a2f4116d add headerVisibility 2018-02-27 09:28:17 +11:00
Yonas Kolb 3d0815b5b7 updated changelog 2018-02-27 08:50:47 +11:00
Yonas Kolb df2589ce34 Merge pull request #239 from elpassion/feature/schema_variables
Adds support for schema variables
2018-02-27 08:30:32 +11:00
Jakub Turek 29950794b6 Update to stable xcproj 2018-02-26 22:27:25 +01:00
Jakub Turek faccf462e6 Update environment variable’s docs 2018-02-26 22:22:07 +01:00
Jakub Turek dcb098a39f Implement setting schema variables in xcodeproj 2018-02-26 22:22:07 +01:00
toshi0383 be0e537898 improve downloaded directory name with version 2018-02-26 19:36:10 +09:00
toshi0383 f54028567d copy LICENSE file 2018-02-26 19:30:16 +09:00
toshi0383 a808975bbd Remove install-binary step 2018-02-26 19:26:05 +09:00
toshi0383 d07f160bae Fix archive.sh and Makefile 2018-02-26 19:24:17 +09:00
toshi0383 c0aabd0bec rename install.sh for distribution only and remove unnecessary code 2018-02-26 19:17:54 +09:00
Yonas Kolb 232a20375d Merge pull request #250 from yonaskolb/atomic_writing
Write project file atomically
2018-02-26 19:06:28 +11:00
Yonas Kolb 1e6aef042e Merge pull request #249 from yonaskolb/generate_code_data_models
Generate code data models properly
2018-02-26 18:29:25 +11:00