First migration

This commit is contained in:
Max Lynch
2022-10-02 10:14:54 -05:00
parent 67890999c7
commit 2b16b043b3
16 changed files with 855 additions and 700 deletions
+8 -1
View File
@@ -1,4 +1,6 @@
platform :ios, '12.0'
require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers'
platform :ios, '13.0'
use_frameworks!
# workaround to avoid Xcode caching of Pods that requires
@@ -16,3 +18,8 @@ target 'App' do
capacitor_pods
# Add your Pods here
end
post_install do |installer|
assertDeploymentTarget(installer)
end