Commit Graph

775 Commits

Author SHA1 Message Date
Yonas Kolb
81b8734dfc support files in fileGroups 2018-04-12 00:02:35 +10:00
Yonas Kolb
c0df295366 fix files not being added to root properly 2018-04-12 00:02:31 +10:00
Yonas Kolb
89d3bfcf91
Merge pull request #289 from vhbit/brew-fix
Added workaround for brew & Xcode 9.3 compatibility
2018-04-11 23:21:14 +10:00
Yonas Kolb
ba97674d30
Merge pull request #291 from yonaskolb/fix_root_folder
Fix folder in root with createIntermediateGroups
2018-04-11 23:11:20 +10:00
Yonas Kolb
e01b72c19d
Update README.md 2018-04-11 18:10:51 +10:00
Yonas Kolb
10e8048805 fix folder in root with createIntermediateGroups 2018-04-10 21:44:54 +10:00
Yonas Kolb
11bf00da2b added nested folders to test project 2018-04-10 20:22:38 +10:00
Yonas Kolb
9369ce3d63 commit fixture workspace check 2018-04-10 20:22:12 +10:00
Yonas Kolb
9cf58c8561 remove old file 2018-04-10 20:12:54 +10:00
Yonas Kolb
c78d567eb9 update changelog 2018-04-10 20:01:09 +10:00
Yonas Kolb
2d9e937df5 update to xcproj 4.3.0 2018-04-10 19:53:23 +10:00
Valerii Hiora
5ce17487e1 Added workaround for brew & Xcode 9.3 compatibility
`libxml2` has to be included in `ISYSTEM_PATH` for building one of
dependencies. It didn't happen automatically before Xcode 9.3
so `homebrew` patched environment variable to get it work.

But since Xcode 9.3 includes it already, the build will fail
because of redefinition of `libxml2` module.

It's a bug of `homebrew` but before it's fixed, it's easier
to provide in-place workaround for now.

Fixes #283
2018-04-10 09:36:01 +03:00
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 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