Skip to content

Commit eaff9d6

Browse files
Update xcframework references in package linking files
1 parent 458eb10 commit eaff9d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

autolink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project_location = "./ios/#{file_name}.xcodeproj"
1818
default_target_name = file_name
1919
framework_root = '../node_modules/instabug-reactnative/ios'
20-
framework_name = 'Instabug.framework'
20+
framework_name = 'Instabug.xcframework'
2121

2222
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
2323

autounlink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
file_name = File.basename(project_path, ".xcodeproj")
1313
project_location = "./ios/#{file_name}.xcodeproj"
1414
framework_root = '../node_modules/instabug-reactnative/ios'
15-
framework_name = 'Instabug.framework'
15+
framework_name = 'Instabug.xcframework'
1616

1717
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1818

instabug-reactnative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1818
end

link.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project_location = "./ios/#{file_name}.xcodeproj"
1414
default_target_name = file_name
1515
framework_root = '../node_modules/instabug-reactnative/ios'
16-
framework_name = 'Instabug.framework'
16+
framework_name = 'Instabug.xcframework'
1717

1818
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1919

unlink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
file_name = File.basename(project_path, ".xcodeproj")
1313
project_location = "./ios/#{file_name}.xcodeproj"
1414
framework_root = '../node_modules/instabug-reactnative/ios'
15-
framework_name = 'Instabug.framework'
15+
framework_name = 'Instabug.xcframework'
1616

1717
INSTABUG_UPLOAD_NAME = "Upload Sourcemap"
1818

0 commit comments

Comments
 (0)