Skip to content

Commit f884e1f

Browse files
committed
Add OS X test target
1 parent b14d3a1 commit f884e1f

File tree

40 files changed

+5501
-2201
lines changed

40 files changed

+5501
-2201
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: objective-c
22
xcode_workspace: Examples/SZNZoteroDemo/SZNZoteroDemo.xcworkspace
3-
xcode_scheme: SZNZoteroDemo
3+
xcode_scheme: SZNZoteroDemoOSX
44
osx_image: xcode7

Examples/SZNZoteroDemo/Podfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33

4-
target 'SZNZoteroDemo', :exclusive => false do
4+
target 'SZNZoteroDemo' do
55
platform :ios, '6.0'
66
pod 'SZNZotero', :path => '../../'
77
end
88

9-
target 'SZNZoteroTests', :exclusive => false do
9+
target 'SZNZoteroTests' do
1010
platform :ios, '6.0'
1111
pod 'SZNZotero', :path => '../../'
1212
end
1313

14-
target 'SZNZoteroDemoOSX', :exclusive => false do
14+
target 'SZNZoteroDemoOSX' do
15+
platform :osx, '10.8'
16+
pod 'SZNZotero', :path => '../../'
17+
end
18+
19+
target 'SZNZoteroTestsOSX' do
1520
platform :osx, '10.8'
1621
pod 'SZNZotero', :path => '../../'
1722
end

0 commit comments

Comments
 (0)