Skip to content

Commit 544f839

Browse files
authored
Merge pull request #129 from proyecto26/hotfix/ios13-build-issues
Hotfix iOS 13 build issues
2 parents c51cff4 + 78ab34f commit 544f839

File tree

6 files changed

+92
-116
lines changed

6 files changed

+92
-116
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25+
## [3.3.3] - 2019-11-25
26+
27+
### Fixed
28+
- Remove build warnings with **iOS** 13 using [Pragmas](https://clang.llvm.org/docs/UsersManual.html#controlling-diagnostics-via-pragmas).
29+
2530
## [3.3.2] - 2019-11-15
2631

2732
### Fixed
@@ -135,7 +140,8 @@ Missing tags for previous versions 🤷‍♂
135140
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
136141

137142

138-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.2...HEAD
143+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...HEAD
144+
[3.3.3]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.2...v3.3.3
139145
[3.3.2]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...v3.3.2
140146
[3.3.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.0...v3.3.1
141147
[3.3.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.2.0...v3.3.0

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ PODS:
8181
- React-RCTWebSocket (0.60.0):
8282
- React-Core (= 0.60.0)
8383
- React-fishhook (= 0.60.0)
84-
- RNInAppBrowser (3.0.0):
84+
- RNInAppBrowser (3.3.3):
8585
- React
8686
- yoga (0.60.0.React)
8787

@@ -111,7 +111,7 @@ DEPENDENCIES:
111111
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
112112

113113
SPEC REPOS:
114-
https://github.com/cocoapods/specs.git:
114+
https://github.com/CocoaPods/Specs.git:
115115
- boost-for-react-native
116116

117117
EXTERNAL SOURCES:
@@ -185,9 +185,9 @@ SPEC CHECKSUMS:
185185
React-RCTText: 685fca2e13b024271048e7e247ef24476f28a41e
186186
React-RCTVibration: 4ee1cf208ab17a50fafb1c16ffe28fe594a64e4f
187187
React-RCTWebSocket: fca087d583724aa0e5fef7d911f0f2a28d0f2736
188-
RNInAppBrowser: 5bf209eafe43a1de18b81125ed1f9f5702b2ec1a
188+
RNInAppBrowser: 0800f17fd7ed9fc503eb68e427befebb41ee719b
189189
yoga: 616fde658be980aa60a2158835170f3f9c2d04b4
190190

191191
PODFILE CHECKSUM: e6321daab2a139195c1bcaad4b674c568140b44a
192192

193-
COCOAPODS: 1.7.3
193+
COCOAPODS: 1.8.0

0 commit comments

Comments
 (0)