|
@@ -54,7 +54,7 @@ target 'Introduce' do
|
|
|
pod 'BFAnalyzeKit', :path => '../BFAnalyzeKit/'
|
|
|
pod 'BFFFmpeglib', :path => '../BFFFmpeglib/'
|
|
|
pod 'BFUploadKit', :path => '../BFUploadKit/'
|
|
|
- pod 'MLeaksFinder'
|
|
|
+# pod 'MLeaksFinder'
|
|
|
|
|
|
when "test"
|
|
|
|
|
@@ -89,9 +89,8 @@ target 'Introduce' do
|
|
|
remove_swift_ui("./Pods/Kingfisher/Sources/SwiftUI/ImageBinder.swift")
|
|
|
remove_swift_ui("./Pods/Kingfisher/Sources/SwiftUI/KFImageOptions.swift")
|
|
|
remove_swift_ui_realm("./Pods/RealmSwift/RealmSwift/SwiftUI.swift")
|
|
|
- remove_retaincyle("./Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm")
|
|
|
+# remove_retaincyle("./Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm")
|
|
|
|
|
|
-# remove_RealmSwift_swift_ui
|
|
|
installer.pods_project.targets.each do |target|
|
|
|
target.build_configurations.each do |config|
|
|
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
|