Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Installs Iconic on the watchOS target too (just in case)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Romero Zurbuchen committed Nov 6, 2016
1 parent 9dc981e commit cd1bce4
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- bundle exec danger
- sh Samples/watchOS/WatchSimulator-CoreText-Patch.sh
- cd Samples && pod deintegrate && pod install --verbose
- cat Source/FontAwesomeIcon.swift

env:
global:
- LANG=en_US.UTF-8
Expand Down
7 changes: 6 additions & 1 deletion Samples/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ target 'tvOS' do
iconic
end

target 'watchOS' do
platform :watchos, '2.0'
iconic
end

target 'watchOS Extension' do
platform :watchos, '2.0'
iconic
end

target 'Tests' do
iconic
pod 'FBSnapshotTestCase/Core'
iconic
end
Loading

0 comments on commit cd1bce4

Please sign in to comment.