Skip to content

Commit 988c825

Browse files
author
Chris Brody
authored
Update minimum iOS version to 9.0 (#92)
1 parent a850c19 commit 988c825

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

templates/ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.license = "MIT"
1616
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
1717
s.authors = { "${authorName}" => "${authorEmail}" }
18-
s.platforms = { :ios => "7.0", :tvos => "10.0" }
18+
s.platforms = { :ios => "9.0", :tvos => "10.0" }
1919
s.source = { :git => "https://github.com/${githubAccount}/${moduleName}.git", :tag => "#{s.version}" }
2020
2121
s.source_files = "ios/**/*.{h,m,swift}"

tests/with-injection/create/view/with-defaults/__snapshots__/create-view-with-defaults.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Pod::Spec.new do |s|
441441
s.license = \\"MIT\\"
442442
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
443443
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
444-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
444+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
445445
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
446446
447447
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/view/with-example/with-defaults/__snapshots__/create-view-with-example-with-defaults.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Pod::Spec.new do |s|
446446
s.license = \\"MIT\\"
447447
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
448448
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
449-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
449+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
450450
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
451451
452452
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/view/with-example/with-options/__snapshots__/create-view-with-example-with-options.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Pod::Spec.new do |s|
446446
s.license = \\"MIT\\"
447447
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
448448
s.authors = { \\"Alice\\" => \\"[email protected]\\" }
449-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
449+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
450450
s.source = { :git => \\"https://github.com/alicebits/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
451451
452452
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/view/with-options/for-ios/__snapshots__/create-view-with-options-for-ios.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Pod::Spec.new do |s|
176176
s.license = \\"MIT\\"
177177
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
178178
s.authors = { \\"Alice\\" => \\"[email protected]\\" }
179-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
179+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
180180
s.source = { :git => \\"https://github.com/alicebits/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
181181
182182
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/with-defaults/__snapshots__/create-with-defaults.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Pod::Spec.new do |s|
439439
s.license = \\"MIT\\"
440440
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
441441
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
442-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
442+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
443443
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
444444
445445
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/with-example/with-defaults/__snapshots__/create-with-example-with-defaults.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Pod::Spec.new do |s|
444444
s.license = \\"MIT\\"
445445
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
446446
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
447-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
447+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
448448
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
449449
450450
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/with-example/with-missing-package-scripts/__snapshots__/recover-from-missing-package-scripts.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Pod::Spec.new do |s|
444444
s.license = \\"MIT\\"
445445
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
446446
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
447-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
447+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
448448
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
449449
450450
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/with-example/with-options/__snapshots__/create-with-example-with-options.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Pod::Spec.new do |s|
444444
s.license = \\"MIT\\"
445445
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
446446
s.authors = { \\"Alice\\" => \\"[email protected]\\" }
447-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
447+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
448448
s.source = { :git => \\"https://github.com/alicebits/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
449449
450450
s.source_files = \\"ios/**/*.{h,m,swift}\\"

tests/with-injection/create/with-name-in-camel-case/__snapshots__/create-with-name-in-camel-case.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Pod::Spec.new do |s|
439439
s.license = \\"MIT\\"
440440
# s.license = { :type => \\"MIT\\", :file => \\"FILE_LICENSE\\" }
441441
s.authors = { \\"Your Name\\" => \\"[email protected]\\" }
442-
s.platforms = { :ios => \\"7.0\\", :tvos => \\"10.0\\" }
442+
s.platforms = { :ios => \\"9.0\\", :tvos => \\"10.0\\" }
443443
s.source = { :git => \\"https://github.com/github_account/react-native-alice-bobbi.git\\", :tag => \\"#{s.version}\\" }
444444
445445
s.source_files = \\"ios/**/*.{h,m,swift}\\"

0 commit comments

Comments
 (0)