Skip to content

Commit

Permalink
SQUASH
Browse files Browse the repository at this point in the history
- xcodeTargetsIos added to multiProject1
  • Loading branch information
brunobowden committed Oct 22, 2015
1 parent d5bf25a commit c84b49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions systemTests/allPlatforms/shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ j2objcConfig {

xcodeTargetsIos 'IOS-APP', 'IOS-APPTests'
xcodeTargetsOsx 'OSX-APP', 'OSX-APPTests'
// TODO: xcodeTargetsWatchos 'WATCH-APP', 'WATCH-APPTests'

// TODO: should we fix to work on 10.5 and earlier?
// clang: error: -fobjc-arc is not supported on versions of OS X prior to 10.6
Expand Down
1 change: 1 addition & 0 deletions systemTests/multiProject1/extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {

j2objcConfig {
xcodeProjectDir '../ios'
xcodeTargetsIos 'IOS-APP', 'IOS-APPTests'

autoConfigureDeps true

Expand Down

0 comments on commit c84b49f

Please sign in to comment.