Skip to content

Commit

Permalink
Merge pull request #544 from brunobowden/refactor
Browse files Browse the repository at this point in the history
i386 build for allPlatforms
  • Loading branch information
brunobowden committed Oct 25, 2015
2 parents 8cc139f + ec71f1a commit 2b97e8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions systemTests/allPlatforms/shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ j2objcConfig {
// This should eventually become the default but doesn't have any use within this example
autoConfigureDeps true

// Required to modify Xcode project
// Xcode
xcodeProjectDir '../ios'

xcodeTargetsIos 'IOS-APP', 'IOS-APPTests'
xcodeTargetsOsx 'OSX-APP', 'OSX-APPTests'

// TODO: minVersionWatchos '2.0' // min version for native app
// TODO: xcodeTargetsWatchos 'WATCH-APP', 'WATCH-APPTests'

// For testing on the iPhone 5 simulator
supportedArchs += ['ios_i386']

finalConfigure()
}

0 comments on commit 2b97e8e

Please sign in to comment.