Commit Graph

26 Commits

Author SHA1 Message Date
Watson
2a9cc1e8ce [RM-644] merge 429a71f and 231ffe5 commits for Framework 2014-12-10 20:35:36 +01:00
Watson
24d62d1755 merge 92391851 commit for Framework 2014-12-10 20:35:36 +01:00
Watson
f82a742b36 [RM-644] use bundler only when it was installed 2014-12-10 20:35:36 +01:00
Watson
d12602ed50 [RM-644] install bundled gem and run "bundle exec" for extension 2014-12-10 20:35:35 +01:00
Eloy Durán
569236085a [WatchKit] In the end, embedded paths were not needed. 2014-12-10 20:35:35 +01:00
Eloy Durán
7a3078ee06 [iOS Extension] Fix cleaning and building with clean state. 2014-12-10 20:35:35 +01:00
Eloy Durán
3b8397a0ef [iOS Extension] Expose built path to extension when invoking rake tasks. 2014-12-10 20:35:34 +01:00
Eloy Durán
c121d102f8 [iOS Extension] Provide 1 way to invoke rake tasks of target. 2014-12-10 20:35:34 +01:00
Eloy Durán
4ec7c81914 [WatchKit] Start on launcher task in new location. 2014-12-10 20:35:34 +01:00
Watson
7f0e8c1079 modify CFBundleIdentifier for Watch extension 2014-12-10 20:35:32 +01:00
Watson
b526ddd96d fix archs setting in framework
http://hipbyte.myjetbrains.com/youtrack/issue/RM-670

d141498e58 patch need this changing.
2014-11-24 16:33:40 +09:00
Eloy Durán
d141498e58 [config] Propagate archs settings to extensions and frameworks. 2014-10-10 15:11:10 +02:00
Watson
77ba055f11 move generating Provisioning process to be able to use special Provisioning Profile for extensions
Previously, Provisioning was generated when it will copy App Extension into App bundle
and it has worked as App build process.
So, It cannot refer `app. provisioning_profile' value in extension.

In order to refer `app. provisioning_profile' value in extension,
need to generate Provisioning in App Extension build process.
2014-10-10 15:31:16 +09:00
Watson
96272caf84 fix a bug in framework where it would not update if changed the code
http://hipbyte.myjetbrains.com/youtrack/issue/RM-587
2014-09-24 14:19:26 +09:00
Mark Villacampa
6bce52fe1c Remove 'bundle exec' and add --trace support when cleaning targets 2014-09-01 13:24:49 +02:00
Mark Villacampa
141d01b8a3 Print relative paths from main app when compiling targets 2014-08-28 15:22:08 +02:00
Mark Villacampa
2ef1b79c53 Honor xcode_dir in targets 2014-08-28 15:14:39 +02:00
Mark Villacampa
3be36fbc8c Added a better comment for modifying the extension idenfier 2014-08-27 18:37:52 +02:00
Mark Villacampa
1f4d280da9 Do not call bundler directly, and pass verbose output to targets 2014-08-27 18:37:41 +02:00
Mark Villacampa
d8a11e08e4 Generate Entitlements.plist for extensions 2014-08-27 15:53:08 +02:00
Mark Villacampa
a04a342372 Pass deployment_target and sdk_version to targets through env vars 2014-08-27 15:52:57 +02:00
Mark Villacampa
ff54f8b21d Remove duplicate codesigning 2014-08-27 15:52:48 +02:00
Mark Villacampa
b94afc9d38 Added support for loading target frameworks in extensions 2014-08-27 15:52:39 +02:00
Mark Villacampa
bf594af9d0 Fix for extensions 2014-08-27 15:52:27 +02:00
Mark Villacampa
1d681f1680 Added support for extensions through the ExtensionTarget 2014-08-27 15:50:45 +02:00
Mark Villacampa
480dcd2e6c Added support for targets. iOS frameworks supported through the FrameworkTarget class. 2014-08-27 15:50:32 +02:00