Skip to content

fix(apple): allow platform deployment target to be overridden - #560

Merged
Tommy Nguyen (tido64) merged 1 commit into
trunkfrom
tido/consolidate-deployment-target
Oct 18, 2021
Merged

fix(apple): allow platform deployment target to be overridden#560
Tommy Nguyen (tido64) merged 1 commit into
trunkfrom
tido/consolidate-deployment-target

Conversation

@tido64

Copy link
Copy Markdown
Member

Description

Allows users to override platform deployment target.

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

Specifying deployment target should not fail pod install:

diff --git a/example/ios/Podfile b/example/ios/Podfile
index 03911b5..f46ebe0 100644
--- a/example/ios/Podfile
+++ b/example/ios/Podfile
@@ -1,3 +1,4 @@
+platform :ios, '14.0'
 require_relative '../node_modules/react-native-test-app/test_app'

 workspace 'Example.xcworkspace'

@kelset Lorenzo Sciandra (kelset) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@tido64 Tommy Nguyen (tido64) mentioned this pull request Oct 18, 2021
31 tasks
@tido64 Tommy Nguyen (tido64) added this to the 1.0 milestone Oct 18, 2021
@tido64
Tommy Nguyen (tido64) enabled auto-merge (squash) October 18, 2021 09:40
@tido64
Tommy Nguyen (tido64) merged commit 5a74110 into trunk Oct 18, 2021
@tido64
Tommy Nguyen (tido64) deleted the tido/consolidate-deployment-target branch October 18, 2021 09:54
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.9.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: iOS This affects iOS platform: macOS This affects macOS released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants