Commit Graph

  • 3be36fbc8c Added a better comment for modifying the extension idenfier Mark Villacampa 2014-08-27 16:42:14 +02:00
  • 1f4d280da9 Do not call bundler directly, and pass verbose output to targets Mark Villacampa 2014-08-27 16:39:28 +02:00
  • dd3bf53675 Remove spec files from framework target and improve task descriptions Mark Villacampa 2014-08-27 18:13:55 +02:00
  • 9836208853 removed code related to embedded and external frameworks for ios extensions Mark Villacampa 2014-08-27 16:58:44 +02:00
  • bfd09e9896 Added a better comment for modifying the extension idenfier Mark Villacampa 2014-08-27 16:42:14 +02:00
  • 85f4c03550 Do not call bundler directly, and pass verbose output to targets Mark Villacampa 2014-08-27 16:39:28 +02:00
  • af74d4294f Fix missing librubymotion variable Mark Villacampa 2014-08-27 13:05:26 +02:00
  • c4d4056838 Remove unneeded code Mark Villacampa 2014-08-27 11:21:11 +02:00
  • d8a11e08e4 Generate Entitlements.plist for extensions Mark Villacampa 2014-08-27 11:19:59 +02:00
  • a04a342372 Pass deployment_target and sdk_version to targets through env vars Mark Villacampa 2014-08-27 04:09:32 +02:00
  • ff54f8b21d Remove duplicate codesigning Mark Villacampa 2014-08-27 03:59:24 +02:00
  • b94afc9d38 Added support for loading target frameworks in extensions Mark Villacampa 2014-08-27 03:52:57 +02:00
  • bf594af9d0 Fix for extensions Mark Villacampa 2014-08-27 03:12:24 +02:00
  • 1d681f1680 Added support for extensions through the ExtensionTarget Mark Villacampa 2014-08-26 20:09:56 +02:00
  • 480dcd2e6c Added support for targets. iOS frameworks supported through the FrameworkTarget class. Mark Villacampa 2014-08-25 22:14:31 +02:00
  • 1a4cf15436 Added support to build iOS extensions through the 'ios-extension' template Mark Villacampa 2014-08-25 12:21:26 +02:00
  • 1ceb0e5489 Added support to build iOS frameworks through the 'ios-framework' template Mark Villacampa 2014-08-25 00:31:37 +02:00
  • d0c759f2c2 Extract Dependency and ParalelBuilder to separate files Mark Villacampa 2014-08-25 00:30:05 +02:00
  • 617e16081d Fix missing librubymotion variable Mark Villacampa 2014-08-27 13:05:26 +02:00
  • 3c92d49a0f Remove unneeded code Mark Villacampa 2014-08-27 11:21:11 +02:00
  • a190a18e48 Generate Entitlements.plist for extensions Mark Villacampa 2014-08-27 11:19:59 +02:00
  • 4dd82ce7a8 Pass deployment_target and sdk_version to targets through env vars Mark Villacampa 2014-08-27 04:09:32 +02:00
  • 9d59c83fd0 Remove duplicate codesigning Mark Villacampa 2014-08-27 03:59:24 +02:00
  • 5c1dd426f7 Added support for loading target frameworks in extensions Mark Villacampa 2014-08-27 03:52:57 +02:00
  • b3581fb7c4 Fix for extensions Mark Villacampa 2014-08-27 03:12:24 +02:00
  • f1d4606663 Added support for extensions through the ExtensionTarget Mark Villacampa 2014-08-26 20:09:56 +02:00
  • 626fa99b13 Added support for targets. iOS frameworks supported through the FrameworkTarget class. Mark Villacampa 2014-08-25 22:14:31 +02:00
  • 9212ac506e [vm] sync for 2.32 Eloy Durán 2014-08-26 11:05:45 +02:00
  • 7955f3418c [2.32] Revert "[NEWS] fix RM-543" Eloy Durán 2014-08-26 11:05:10 +02:00
  • 528ac1a47d [2.32] Revert "[OSX] fix a bug where vendor build directory is not removed with `rake clean' on OSX project" Eloy Durán 2014-08-26 11:04:52 +02:00
  • 879cbe0d11 [2.32] Revert "[NEWS] fix RM-571" Eloy Durán 2014-08-26 11:04:28 +02:00
  • 5e8192bc51 [NEWS] fix RM-571 Watson 2014-08-26 09:52:28 +09:00
  • 90d0d55e4c [OSX] fix a bug where vendor build directory is not removed with `rake clean' on OSX project Watson 2014-08-26 09:49:33 +09:00
  • 4f22e28eb0 Added support to build iOS extensions through the 'ios-extension' template Mark Villacampa 2014-08-25 12:21:26 +02:00
  • f7f8208b3d Added support to build iOS frameworks through the 'ios-framework' template Mark Villacampa 2014-08-25 00:31:37 +02:00
  • e4c346f889 Extract Dependency and ParalelBuilder to separate files Mark Villacampa 2014-08-25 00:30:05 +02:00
  • 2aa79194dd [NEWS] fix RM-543 Watson 2014-08-26 05:57:26 +09:00
  • 347b0cea5c sync Laurent Sansonetti 2014-08-25 20:55:39 +02:00
  • 33e4461ab2 [NEWS] update Watson 2014-08-25 10:42:26 +09:00
  • a43023eb4e sync Watson 2014-08-25 08:14:48 +09:00
  • f330ef537d sync Laurent Sansonetti 2014-08-24 20:04:49 +02:00
  • a29af636b8 sync Laurent Sansonetti 2014-08-24 19:06:33 +02:00
  • 133b701578 log messages from the Bundle package (useful when debugging activity’s intents “extra” data) Laurent Sansonetti 2014-08-24 19:04:40 +02:00
  • 77cc656d47 sync Laurent Sansonetti 2014-08-24 17:50:49 +02:00
  • 85a996e335 export super-less classes to Java (build system patch) Laurent Sansonetti 2014-08-24 17:42:39 +02:00
  • ea82921b7e when generating the .java code make sure we don’t export the same method twice (we used to do that in the compiler but it’s best to move this logic to the build system, since multiple ruby files can open the same Java class) Laurent Sansonetti 2014-08-24 16:05:26 +02:00
  • 365cc03aab sync Laurent Sansonetti 2014-08-22 19:34:08 +02:00
  • 21b9318ef8 add app.permissions’ a shortcut that allows uses-permission’ elements to be added to the manifest file Laurent Sansonetti 2014-08-22 19:32:06 +02:00
  • b5f21631c2 [test] disable an exception spec on OSX 32bit (10.6 & 10.7) Watson 2014-08-22 10:14:55 +09:00
  • 8dab11c770 [test] disable an exception spec on OSX 10.6 & 10.7 Watson 2014-08-22 09:59:10 +09:00
  • 41fc1e32b7 [vm] sync Eloy Durán 2014-08-21 20:20:04 +02:00
  • 6b56b12be7 [vm] sync Eloy Durán 2014-08-21 18:15:43 +02:00
  • 1f10ed1f89 [vm] sync Eloy Durán 2014-08-21 18:02:02 +02:00
  • 25436d2776 [NEWS] Document fix for iOS 8 sim symbolication. Eloy Durán 2014-08-21 18:00:39 +02:00
  • 75e2962dd5 [vm] sync Eloy Durán 2014-08-21 17:59:02 +02:00
  • 198a1ebfe1 [test] Add failing test for iOS backtrace symbolication. Eloy Durán 2014-08-21 17:58:20 +02:00
  • 75220b2b6e sync Laurent Sansonetti 2014-08-21 18:01:45 +02:00
  • b4ce0c9dbf sync Laurent Sansonetti 2014-08-21 17:57:27 +02:00
  • 0124980022 [NEWS] Document fix for nested symlink dirs and vendor_project. Eloy Durán 2014-08-20 14:38:18 +02:00
  • 5ddd0e4a41 [vendor] Traverse symlink dirs when finding headers. Eloy Durán 2014-08-20 14:36:56 +02:00
  • 92cba4372c fix "undefined local variable or method `embedded_frameworks'" extension Watson 2014-08-20 18:16:00 +09:00
  • f1367ced8d Added support for codesigning extensions. Mark Villacampa 2014-06-16 03:48:32 +02:00
  • c41a05ef4b further extracting methods from the builder Mark Villacampa 2014-06-16 01:34:30 +02:00
  • f15b4875da refactoring builder into reusable methods Mark Villacampa 2014-06-15 23:50:03 +02:00
  • 019d731727 Update README.rdoc Mark Villacampa 2014-06-15 20:45:09 +02:00
  • 28a766074e initial support for extensions Mark Villacampa 2014-06-15 20:41:45 +02:00
  • 6a12af1a6c [iOS8] add codesigning for embedded frameworks Watson 2014-08-20 15:17:37 +09:00
  • 9229ff7d6a pass '-Wl,-no_pie' to the linker in order to remove the 'ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _vm_gc_wb from...' message, please revert the change if it causes any problem Laurent Sansonetti 2014-08-19 17:22:06 +02:00
  • 38cdf2accf [iOS8] fix @executable_path for iOS platform Watson 2014-08-19 16:57:13 +09:00
  • cf1697e3b4 [iOS8] move embedded_frameworks configurations to xcode_config.rb in order to use OSX and iOS platform Watson 2014-08-19 16:56:43 +09:00
  • ada428997d clear xcode_version value when change xcode dir path Watson 2014-08-18 23:33:35 +09:00
  • 41c184b34a [Instruments] All instrument templates seem to work with Xcode 6. Eloy Durán 2014-08-18 14:04:28 +02:00
  • f96299978c [Instruments] Ensure we only deal with the templates part of the output. Eloy Durán 2014-08-18 13:09:26 +02:00
  • a151f34607 [Instruments] Always try to find the instrument CLI tool in the right xcode_dir. Eloy Durán 2014-08-18 13:01:51 +02:00
  • 06d072664d [iOS8] fix a bug which invalid template path would be generated Watson 2014-08-18 12:26:12 +09:00
  • a83ff8991d [iOS8] fix where Instruments does not launch Watson 2014-08-18 12:16:58 +09:00
  • d89c734de3 use absolute xcodebuild path to remove "xcodebuild: error" message Watson 2014-08-16 14:57:51 +09:00
  • c2da3957d7 add validation into app.vendor_project('xxx', :xcode, ...) because xcodebuild command fails if xcode project directory is not writable Watson 2014-08-13 19:59:20 +09:00
  • 745a3f942a fix a bug where vendor library contained in gem causes a build error with system bundled ruby Watson 2014-08-13 19:11:26 +09:00
  • 6897caa6b7 [osx] Merge all Info.plist data in one place and ensure there's always a principal class. Eloy Durán 2014-08-06 11:29:16 +02:00
  • 6f7885399a [osx] Allow the user to configure a NSApplication subclass and use that instead. Eloy Durán 2014-08-05 14:39:15 +02:00
  • 57f09234d7 [iOS8] add codesigning for embedded frameworks Watson 2014-08-20 15:17:37 +09:00
  • 3962728508 pass '-Wl,-no_pie' to the linker in order to remove the 'ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _vm_gc_wb from...' message, please revert the change if it causes any problem Laurent Sansonetti 2014-08-19 17:22:06 +02:00
  • 7edef2b5e0 [NEWS] fix RM-558 Watson 2014-08-19 17:03:15 +09:00
  • 3da04dde6e [iOS8] fix @executable_path for iOS platform Watson 2014-08-19 16:57:13 +09:00
  • a03c7bfbbd [iOS8] move embedded_frameworks configurations to xcode_config.rb in order to use OSX and iOS platform Watson 2014-08-19 16:56:43 +09:00
  • a4fa37ffec Xcode6-Beta6 Watson 2014-08-19 15:49:25 +09:00
  • e1130b32f9 [NEWS] fix RM-566 Watson 2014-08-18 23:38:55 +09:00
  • 8a4b58bf05 clear xcode_version value when change xcode dir path Watson 2014-08-18 23:33:35 +09:00
  • 4d797271e8 [Instruments] All instrument templates seem to work with Xcode 6. Eloy Durán 2014-08-18 14:04:28 +02:00
  • a5d6ea1627 [Instruments] Ensure we only deal with the templates part of the output. Eloy Durán 2014-08-18 13:09:26 +02:00
  • ce150dbab3 [Instruments] Always try to find the instrument CLI tool in the right xcode_dir. Eloy Durán 2014-08-18 13:01:51 +02:00
  • a7c8699013 [NEWS] fix RM-563 Watson 2014-08-18 12:26:30 +09:00
  • a7dd9c405b [iOS8] fix a bug which invalid template path would be generated Watson 2014-08-18 12:26:12 +09:00
  • ec3e808e3d [iOS8] fix where Instruments does not launch Watson 2014-08-18 12:16:58 +09:00
  • d06a688299 [NEWS] fix RM-562 Watson 2014-08-16 15:05:46 +09:00
  • 88293d0666 use absolute xcodebuild path to remove "xcodebuild: error" message Watson 2014-08-16 14:57:51 +09:00
  • 7f51c3ac7b [vm] sync Eloy Durán 2014-08-15 19:33:44 +02:00
  • 60c3e5659e [NEWS] Document fix for iOS 8 landscape view selection. Eloy Durán 2014-08-15 18:55:10 +02:00
  • e7df162215 [NEWS] Document fix for RM-522. Eloy Durán 2014-08-15 16:58:35 +02:00