Skip to content

Commit

Permalink
temperarily switch default platform to osx due to iOS env issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Oct 9, 2015
1 parent 3d604ca commit 08d4106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ osx_image: xcode7
xcode_workspace: Volkswagen.xcworkspace
xcode_scheme: VolksWagen-iOS

script: xcodebuild -workspace VolksWagen.xcworkspace -scheme VolksWagen-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
script: xcodebuild -workspace VolksWagen.xcworkspace -scheme Volkswagen-OSX -sdk macosx test
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ Pure Objective-C projects using Cocoapods should have lower requirements since t
### Manually include the source
- I have tested this yet, but this should work with almost all versions of OS in recent years
> Currently using `Volkswagen-Xcode` on iOS has some problems detecting the enviroment variables from the outside shell. I'm working to resolve this problem.
#Installation
##CocoaPods
You can use [Cocoapods](http://cocoapods.org/) to install `Volkswagen-Xcode` by adding it to your to your `Podfile`:
```ruby
platform :ios, '8.0'
platform :osx, '10.9'
use_frameworks!
target 'MyTestTarget' do
Expand Down

0 comments on commit 08d4106

Please sign in to comment.