File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717project_location = "./ios/#{ file_name } .xcodeproj"
1818default_target_name = file_name
1919framework_root = '../node_modules/instabug-reactnative/ios'
20- framework_name = 'Instabug.framework '
20+ framework_name = 'Instabug.xcframework '
2121
2222INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
2323
Original file line number Diff line number Diff line change 1212file_name = File . basename ( project_path , ".xcodeproj" )
1313project_location = "./ios/#{ file_name } .xcodeproj"
1414framework_root = '../node_modules/instabug-reactnative/ios'
15- framework_name = 'Instabug.framework '
15+ framework_name = 'Instabug.xcframework '
1616
1717INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1818
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313 s . source_files = 'ios/RNInstabug/*'
1414 s . platform = :ios , "9.0"
1515 s . static_framework = true
16- s . ios . vendored_frameworks = 'ios/Instabug.framework '
16+ s . ios . vendored_frameworks = 'ios/Instabug.xcframework '
1717 s . dependency 'React'
1818end
Original file line number Diff line number Diff line change 1313project_location = "./ios/#{ file_name } .xcodeproj"
1414default_target_name = file_name
1515framework_root = '../node_modules/instabug-reactnative/ios'
16- framework_name = 'Instabug.framework '
16+ framework_name = 'Instabug.xcframework '
1717
1818INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1919
Original file line number Diff line number Diff line change 1212file_name = File . basename ( project_path , ".xcodeproj" )
1313project_location = "./ios/#{ file_name } .xcodeproj"
1414framework_root = '../node_modules/instabug-reactnative/ios'
15- framework_name = 'Instabug.framework '
15+ framework_name = 'Instabug.xcframework '
1616
1717INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1818
You can’t perform that action at this time.
0 commit comments