@rock-js/plugin-brownfield-ios 0.12.2 → 0.12.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/plugin-brownfield-ios",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "Plugin for integrating Rock projects with existing iOS apps",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",
@@ -22,12 +22,12 @@
22
22
  "dependencies": {
23
23
  "@react-native-community/cli-config-apple": "^20.0.0",
24
24
  "@react-native-community/cli-types": "^20.0.0",
25
- "@rock-js/tools": "^0.12.2",
26
- "@rock-js/platform-apple-helpers": "^0.12.2",
25
+ "@rock-js/tools": "^0.12.3",
26
+ "@rock-js/platform-apple-helpers": "^0.12.3",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@rock-js/config": "^0.12.2"
30
+ "@rock-js/config": "^0.12.3"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -12,6 +12,8 @@ linkage = ENV['USE_FRAMEWORKS']
12
12
  if linkage != nil
13
13
  Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
14
14
  use_frameworks! :linkage => linkage.to_sym
15
+ else
16
+ use_frameworks! :linkage => :static
15
17
  end
16
18
 
17
19
  target 'HelloWorld' do
@@ -7,6 +7,6 @@
7
7
  "@callstack/react-native-brownfield": "^2.0.0"
8
8
  },
9
9
  "devDependencies": {
10
- "@rock-js/plugin-brownfield-ios": "^0.12.2"
10
+ "@rock-js/plugin-brownfield-ios": "^0.12.3"
11
11
  }
12
12
  }