Skip to content

Commit

Permalink
Fix scheme name
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Dec 9, 2013
1 parent 10b0198 commit 0a1e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
script:
#- pod lib lint
- xctool -project framework/GPUImage.xcodeproj -scheme 'GPUImage' -configuration Release -sdk iphonesimulator -arch i386 build
- xctool -project framework/GPUImageMac.xcodeproj -scheme 'GPUImageMac'
- xctool -project framework/GPUImageMac.xcodeproj -scheme 'GPUImage'
- xctool -project examples/Mac/FilterShowcase/FilterShowcase.xcodeproj -scheme 'FilterShowcase'
- xctool -project examples/Mac/MultiViewFilterExample/MultiViewFilterExample.xcodeproj -scheme 'MultiViewFilterExample'
- xctool -project examples/Mac/SimplePhotoFilter/SimplePhotoFilter.xcodeproj -scheme 'SimplePhotoFilter'
Expand Down

0 comments on commit 0a1e73b

Please sign in to comment.