Skip to content

Commit cebd134

Browse files
[MOB-6111] Use CocoaPods for the iOS SDK (#639)
* Add Instabug iOS SDK as dependency * Set iOS deployment target * Add Instabug iOS SDK as dependency * Remove iOS xcframework * Remove unnecessary pod config * Update CHANGELOG Co-authored-by: Youssef Raafat <yraafat@instabug.com>
1 parent 1a36b45 commit cebd134

File tree

265 files changed

+7
-103599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+7
-103599
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
* Uses Cocoapods for Instabug iOS SDK
4+
15
## 11.2.0 (2022-09-19)
26

37
* Bumps Instabug Android SDK to v11.4.1

RNInstabug.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Pod::Spec.new do |s|
99
s.license = package["license"]
1010
s.homepage = package["homepage"]
1111
s.source = { :git => "https://github.com/Instabug/Instabug-React-Native.git", :tag => 'v' + package["version"] }
12-
s.source_files = 'ios/RNInstabug/*'
13-
s.platform = :ios, "9.0"
1412

15-
s.static_framework = true
16-
s.ios.vendored_frameworks = 'ios/Instabug.xcframework'
13+
s.platform = :ios, "9.0"
14+
s.source_files = "ios/**/*.{h,m,mm}"
1715

1816
s.dependency 'React'
17+
s.dependency 'Instabug', '11.2.0'
1918
end

ios/Instabug.xcframework/Info.plist

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)