Skip to content

Commit

Permalink
refactor: Support ios
Browse files Browse the repository at this point in the history
  • Loading branch information
manse committed Oct 21, 2019
1 parent 7ffbd93 commit d4d15db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
platform :ios, '9.0'
# ====================================
# Add Source and
source 'https://github.com/brightcove/BrightcoveSpecs.git'

# change version to 10.0
platform :ios, '10.0'
# ====================================


require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'example' do
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ SPEC CHECKSUMS:
ReactCommon: 5848032ed2f274fcb40f6b9ec24067787c42d479
Yoga: 14927e37bd25376d216b150ab2a561773d57911f

PODFILE CHECKSUM: 79310af6b976c356911a8a833e9b99c3399fdda3
PODFILE CHECKSUM: 65ad9d78f2ffbb0eaa33be7e873cf89f69bb61ee

COCOAPODS: 1.8.4

0 comments on commit d4d15db

Please sign in to comment.