@jwplayer/jwplayer-react-native 1.0.3 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,7 +198,7 @@
198
198
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
199
199
  GCC_WARN_UNUSED_FUNCTION = YES;
200
200
  GCC_WARN_UNUSED_VARIABLE = YES;
201
- IPHONEOS_DEPLOYMENT_TARGET = 7.0;
201
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
202
202
  MTL_ENABLE_DEBUG_INFO = YES;
203
203
  ONLY_ACTIVE_ARCH = YES;
204
204
  SDKROOT = iphoneos;
@@ -232,7 +232,7 @@
232
232
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
233
233
  GCC_WARN_UNUSED_FUNCTION = YES;
234
234
  GCC_WARN_UNUSED_VARIABLE = YES;
235
- IPHONEOS_DEPLOYMENT_TARGET = 7.0;
235
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
236
236
  MTL_ENABLE_DEBUG_INFO = NO;
237
237
  SDKROOT = iphoneos;
238
238
  VALIDATE_PRODUCT = YES;
@@ -254,6 +254,7 @@
254
254
  "$(SRCROOT)/../../react-native/React/**",
255
255
  "$(SRCROOT)/../../react-native/React",
256
256
  );
257
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
257
258
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
258
259
  LIBRARY_SEARCH_PATHS = "";
259
260
  OTHER_LDFLAGS = (
@@ -283,6 +284,7 @@
283
284
  "$(SRCROOT)/../../react-native/React/**",
284
285
  "$(SRCROOT)/../../react-native/React",
285
286
  );
287
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
286
288
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
287
289
  LIBRARY_SEARCH_PATHS = "";
288
290
  OTHER_LDFLAGS = (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jwplayer/jwplayer-react-native",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",