Commit Graph
28 Commits
Author SHA1 Message Date
Alvar Hansen 06b82065b7 Remove testability flag from framework template
Currently this flag enables testability to all configurations. Correct
behaviour is to use default, project, value.
2018-04-23 11:32:05 +03:00
Linus Unnebäck 3d98a48637 Target Xcode 9.3 2018-04-04 17:08:26 +01: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 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 1edf5e02dc set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to true in watch apps 2018-01-30 17:57:58 +11:00
Alvar Hansen 8a45121a6f Change default LD_RUNPATH_SEARCH_PATHS to string
XCode will convert them to space separated string anyway.
This way we avoid generating unnecessary difference in file.
2018-01-03 13:43:08 +02:00
Yonas Kolb cd07453816 remove platform versions from setting presets 2017-12-26 17:36:22 +08:00
Yonas Kolb 4d1f3ee41a move icon preset settings 2017-12-22 13:28:59 +08:00
Yonas Kolb 2cdf1cec38 setting presets: only apply ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: YES to applications 2017-10-02 01:41:37 +02:00
Yonas Kolb 1d1335b53e add more framework settings, especially SKIP_INSTALL=YES 2017-09-29 17:51:39 +02:00
Yonas Kolb d672778066 fixed tvOS launch screen ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME=LaunchImage 2017-09-28 21:39:53 +02:00
Yonas Kolb b84a95b0d5 set DYLIB_INSTALL_NAME_BASE to @rpath in frameworks 2017-09-28 21:18:17 +02:00
Yonas Kolb 8229e013f4 set default version of generated targets to Swift 4.0 2017-09-20 16:10:30 +02:00
Yonas Kolb b9d6ee2e34 xcode 9 base settings 2017-09-18 22:00:35 +02:00
Yonas Kolb 016040d6bf move code signing settings from iOS to application_iOS 2017-08-30 17:20:32 +02:00
Yonas Kolb 24b9bfa8f1 add CODE_SIGN_IDENTITY[sdk=iphoneos*] for iOS targets 2017-08-28 17:23:38 +02:00
Yonas Kolb 56740c3ea6 tweak build settings format 2017-08-27 17:54:23 +02:00
Yonas Kolb 57929c51a0 change SDK version defaults 2017-08-26 23:59:37 +02:00
Yonas Kolb 2f4b1cf782 fix incorrect build setting 2017-08-26 20:24:18 +02:00
Yonas Kolb 7db1f77685 tweak setting preset files 2017-08-26 18:33:06 +02:00
Yonas Kolb f75e7f8140 remove com.apple.product-type. from product type settings 2017-08-24 11:41:14 +02:00
Yonas Kolb d5207a61fc set COPY_PHASE_STRIP to awlays false 2017-07-28 00:19:31 +02:00
Yonas Kolb 258d43ac72 rename watchkit 2 preset 2017-07-27 00:21:01 +02:00
Yonas Kolb 6b0d45eeda fix tvOS app icon setting 2017-07-25 01:54:54 +02:00
Yonas Kolb 90ea6fe96f clean up yaml 2017-07-23 23:15:54 +02:00
Yonas Kolb 2c359e72df preset changes 2017-07-23 21:54:16 +02:00
Yonas Kolb b1e86aca58 renamed setting presets 2017-07-23 21:10:58 +02:00