Commit Graph
763 Commits
Author SHA1 Message Date
Yonas Kolb 1b5fb23ec9 Merge pull request #284 from LinusU/xcode-0930
Target Xcode 9.3
2018-04-09 10:06:56 +10:00
Yonas Kolb 1f817d2313 Merge pull request #288 from yonaskolb/no_build_phase_folders
Fixed build phase of `none` not being applied to folders
2018-04-06 23:59:07 +10:00
Yonas Kolb fd3c903595 fixed build phase of none not being applied to folders 2018-04-06 08:38:26 +10:00
Yonas Kolb 590aee7515 Update README.md 2018-04-06 08:34:23 +10:00
Linus Unnebäck 3d98a48637 Target Xcode 9.3 2018-04-04 17:08:26 +01:00
Yonas Kolb 92d2e21d93 swift 4.1 package changes 2018-04-04 20:26:30 +10:00
Yonas Kolb 5264993371 add release build step to circleCI 2018-04-04 20:26:03 +10:00
Yonas Kolb 35e1a59eaa Merge pull request #282 from yonaskolb/yaml_quoted_values
Update Yams to fix quoted values
2018-03-31 09:06:20 +11:00
Yonas Kolb e9ec34cace update Yams to fix quoted values 2018-03-30 19:24:19 +11:00
Yonas Kolb 138ddb901f Merge pull request #280 from yonaskolb/target_scheme_actions
Target scheme pre and post actions
2018-03-30 16:27:51 +11:00
Yonas Kolb c89a665bba add target scheme pre and post action tests 2018-03-30 02:10:42 +11:00
Yonas Kolb a1b631b405 add pre and post actions to target scheme 2018-03-30 01:47:25 +11:00
Yonas Kolb af9c5738a5 remove un-needed action mapping 2018-03-30 01:43:12 +11:00
Yonas Kolb b2bb1c0c4d remove release zip file 2018-03-27 17:26:33 +11:00
Yonas Kolb 333fb7c71b Update brew to 1.8.0 2018-03-27 17:20:06 +11:00
Yonas Kolb 56b5a13674 Update to 1.8.0 1.8.0 2018-03-27 17:18:29 +11:00
Yonas Kolb fd27b6a90a update changelog 2018-03-27 16:52:05 +11:00
Yonas Kolb b76a49604e Merge pull request #277 from yonaskolb/set_signing_attributes
Automatically set DevelopmentTeam and ProvisioningStyle TargetAttributes
2018-03-27 16:37:41 +11:00
Yonas Kolb b3ba1cb0ec automatically set DevelopmentTeam and ProvisioningStyle TargetAttributes 2018-03-27 15:47:23 +11:00
Yonas Kolb 82a9f55b2e update changelog 2018-03-27 14:55:09 +11:00
Yonas Kolb 4f84bd11e5 minor formatting change 2018-03-27 14:53:45 +11:00
Yonas Kolb 39262cd23a revert .DS_Store gitignore now that test files are committed 2018-03-27 14:51:45 +11:00
Yonas Kolb 7ff3cb0c19 Merge pull request #276 from yonaskolb/target_attributes
Add target.attributes
2018-03-27 14:38:33 +11:00
Yonas Kolb 6e9afbf5ba Merge pull request #274 from AliSoftware/patch-1
Fix some typos & presentation in ProjectSpec doc
2018-03-27 14:29:02 +11:00
Yonas Kolb ebde9de151 Add target.attributes 2018-03-27 14:21:15 +11:00
AliSoftware 573a0ee7d0 Fix some typos & presentation in ProjectSpec doc 2018-03-26 18:09:32 +02:00
Yonas Kolb 40b934ee6c Merge pull request #267 from LinusU/patch-1
Add FAQ page with code signing help
2018-03-26 23:55:49 +11:00
Yonas Kolb 6e3e6e3d48 Merge pull request #272 from LinusU/patch-2
Add LD_RUNPATH_SEARCH_PATHS to app-extension preset
2018-03-26 23:32:57 +11:00
Linus Unnebäck c2b1d9aa14 Add LD_RUNPATH_SEARCH_PATHS to app-extension preset
This was added to the iMessage extensions, but it seems that it's required for an action extension to work as well.
2018-03-26 13:26:48 +01:00
Yonas Kolb 6e36e483b5 add quoted float parsing test 2018-03-26 23:15:17 +11:00
Yonas Kolb 8481c06f76 update PathKit to 0.9.1 2018-03-24 13:58:46 +11:00
Yonas Kolb 57fa8f215b Merge pull request #270 from yonaskolb/xcproj_4.2.0
Upgrade to xcproj 4.2.0
2018-03-21 11:05:42 +11:00
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