@hot-updater/react-native 0.5.9 → 0.6.0

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.
@@ -14,6 +14,13 @@ Pod::Spec.new do |s|
14
14
  s.platforms = { :ios => min_ios_version_supported }
15
15
  s.source = { :git => "https://github.com/gronxb/hot-updater.git", :tag => "#{s.version}" }
16
16
 
17
+ s.pod_target_xcconfig = {
18
+ 'SWIFT_VERSION' => '5.0',
19
+ 'DEFINES_MODULE' => 'YES'
20
+ }
21
+
22
+ s.module_map = 'ios/HotUpdater/HotUpdater.modulemap'
23
+
17
24
  s.source_files = "ios/**/*.{h,m,mm}"
18
25
  if ENV['RCT_NEW_ARCH_ENABLED'] != '1' then
19
26
  s.exclude_files = "ios/generated/**/*"
@@ -0,0 +1,6 @@
1
+ framework module HotUpdater {
2
+ umbrella header "HotUpdater.h"
3
+
4
+ export *
5
+ module * { export * }
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/react-native",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "description": "React Native OTA solution for self-hosted",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -75,8 +75,8 @@
75
75
  "react-native-builder-bob": "^0.33.1"
76
76
  },
77
77
  "dependencies": {
78
- "@hot-updater/js": "0.5.9",
79
- "@hot-updater/core": "0.5.9"
78
+ "@hot-updater/js": "0.6.0",
79
+ "@hot-updater/core": "0.6.0"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "rslib build",