Saúl Ibarra Corretgé
a378ba7827
feat(ios) Xcode 14 compatibility
Bitcode is no longer supported, so remove it. The M106 WebRTC version no
longer contains bitcode either, but it embeds dSYMs.
2 years ago
Saúl Ibarra Corretgé
ede97584f2
fix(ios) fix lite SDK release process
2 years ago
Saúl Ibarra Corretgé
2ae4ba3875
feat(ios) add lite SDK target
2 years ago
Saúl Ibarra Corretgé
a7abe84479
fix(ios) download WebRTC with bitcode when making an SDK release
3 years ago
Saúl Ibarra Corretgé
0d0edc05e7
fix(ios) build SDK releases with bitcode
Also, stop bundling WebRTC, it's now a dependency in CocoaPods.
3 years ago
Doug
c8895b2d04
feat(ios) Add support to the iOS SDK for the Simulator on M1
3 years ago
Saúl Ibarra Corretgé
99ac60ed74
feat(ios) rename SDK target to JitsiMeetSDK
Swift has a longstanding bug where a framework and a type cannot be named the
same. We have somehow managed to not run into this, but it now seems to be
hitting us.
Since this is a breaking change, this starts the road for SDK 3.0.
4 years ago
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
4 years ago
Saúl Ibarra Corretgé
5d40a8992a
ios: disable bitcode when building the SDK for a release
This makes it possible to compile the SDK with Xcode 10 and 11. The problem is
that the Google SDK (used for sign-in) is compiled with Xcode 11. This avoids
the issue.
5 years ago
Saúl Ibarra Corretgé
47d5163c52
rn: don't tag builds by default
People run these in their own checkout and will run into problems because
tagging will fail.
6 years ago
Saúl Ibarra Corretgé
1c809eb428
ios: strip bitcode when releasing the SDK
6 years ago
Saúl Ibarra Corretgé
e66b596a0d
ios: add ability to override SDK version when releasing
6 years ago
Saúl Ibarra Corretgé
6f320f463d
rn: don't use annotated tags when building the SDKs
6 years ago
Saúl Ibarra Corretgé
f73d3a4063
ios: add SDK release script
6 years ago