|
@@ -14,7 +14,7 @@ target 'JuicePlus' do
|
|
|
pod 'Permission-Camera', :path => "#{permissions_path}/Camera" #访问相机
|
|
pod 'Permission-Camera', :path => "#{permissions_path}/Camera" #访问相机
|
|
|
#pod 'Permission-Contacts', :path => "#{permissions_path}/Contacts" #访问联系人
|
|
#pod 'Permission-Contacts', :path => "#{permissions_path}/Contacts" #访问联系人
|
|
|
#pod 'Permission-FaceID', :path => "#{permissions_path}/FaceID" #访问FaceID
|
|
#pod 'Permission-FaceID', :path => "#{permissions_path}/FaceID" #访问FaceID
|
|
|
- pod 'Permission-LocationAccuracy', :path => "#{permissions_path}/LocationAccuracy" #访问高明度定位
|
|
|
|
|
|
|
+ pod 'Permission-LocationAccuracy', :path => "#{permissions_path}/LocationAccuracy" #访问高精度定位
|
|
|
pod 'Permission-LocationAlways', :path => "#{permissions_path}/LocationAlways" #始终访问位置信息
|
|
pod 'Permission-LocationAlways', :path => "#{permissions_path}/LocationAlways" #始终访问位置信息
|
|
|
pod 'Permission-LocationWhenInUse', :path => "#{permissions_path}/LocationWhenInUse" #在使用中访问位置信息
|
|
pod 'Permission-LocationWhenInUse', :path => "#{permissions_path}/LocationWhenInUse" #在使用中访问位置信息
|
|
|
#pod 'Permission-MediaLibrary', :path => "#{permissions_path}/MediaLibrary" #使用媒体库
|
|
#pod 'Permission-MediaLibrary', :path => "#{permissions_path}/MediaLibrary" #使用媒体库
|
|
@@ -28,16 +28,16 @@ target 'JuicePlus' do
|
|
|
#pod 'Permission-SpeechRecognition', :path => "#{permissions_path}/SpeechRecognition"
|
|
#pod 'Permission-SpeechRecognition', :path => "#{permissions_path}/SpeechRecognition"
|
|
|
#pod 'Permission-StoreKit', :path => "#{permissions_path}/StoreKit"
|
|
#pod 'Permission-StoreKit', :path => "#{permissions_path}/StoreKit"
|
|
|
#谷歌通知启用
|
|
#谷歌通知启用
|
|
|
- pod 'Firebase/Core', :modular_headers => true
|
|
|
|
|
- pod 'Firebase/Analytics', :modular_headers => true
|
|
|
|
|
- pod 'Firebase/Messaging', :modular_headers => true
|
|
|
|
|
- pod 'FirebaseCoreInternal', :modular_headers => true
|
|
|
|
|
|
|
+ pod 'Firebase/Core', '9.4.0', :modular_headers => true
|
|
|
|
|
+ pod 'Firebase/Analytics', '9.4.0', :modular_headers => true
|
|
|
|
|
+ pod 'Firebase/Messaging', '9.4.0', :modular_headers => true
|
|
|
|
|
+ pod 'FirebaseCoreInternal', '9.4.0', :modular_headers => true
|
|
|
pod 'GoogleUtilities', :modular_headers => true
|
|
pod 'GoogleUtilities', :modular_headers => true
|
|
|
#微软热更新
|
|
#微软热更新
|
|
|
pod 'CodePush', :path => '../node_modules/react-native-code-push'
|
|
pod 'CodePush', :path => '../node_modules/react-native-code-push'
|
|
|
- pod 'AppCenter', :modular_headers => true
|
|
|
|
|
- pod 'AppCenter/Analytics', :modular_headers => true
|
|
|
|
|
- pod 'AppCenter/Crashes', :modular_headers => true
|
|
|
|
|
|
|
+ #pod 'AppCenter', :modular_headers => true
|
|
|
|
|
+ #pod 'AppCenter/Analytics', :modular_headers => true
|
|
|
|
|
+ #pod 'AppCenter/Crashes', :modular_headers => true
|
|
|
|
|
|
|
|
use_react_native!(
|
|
use_react_native!(
|
|
|
:path => config[:reactNativePath],
|
|
:path => config[:reactNativePath],
|
|
@@ -65,7 +65,7 @@ target 'JuicePlus' do
|
|
|
post_install do |installer|
|
|
post_install do |installer|
|
|
|
react_native_post_install(installer)
|
|
react_native_post_install(installer)
|
|
|
fix_library_search_paths(installer)
|
|
fix_library_search_paths(installer)
|
|
|
- installer.pods_project.build_configurations.each do |config|
|
|
|
|
|
|
|
+ installer.pods_project.build_configurations.each do |config|
|
|
|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
|
|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|