Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nativescript-community/plugin-seed-demo-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d601143b85e9a34438e76bdf56d4b5d7a54cc291
Choose a base ref
...
head repository: nativescript-community/plugin-seed-demo-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb5568b4011239b680a66a8977b548f7fbf1d37e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 5, 2024

  1. chore(ios): build fix

    farfromrefug committed Feb 5, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    farfromrefug farfromrefuge
    Copy the full SHA
    fb5568b View commit details
Showing with 8 additions and 0 deletions.
  1. +8 −0 App_Resources/iOS/Podfile
8 changes: 8 additions & 0 deletions App_Resources/iOS/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "12.0"
end
end
end