@rock-js/platform-ios 0.11.0 → 0.11.2

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/platform-ios",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@react-native-community/cli-config-apple": "^20.0.0",
23
23
  "@react-native-community/cli-types": "^20.0.0",
24
- "@rock-js/platform-apple-helpers": "^0.11.0",
25
- "@rock-js/tools": "^0.11.0",
24
+ "@rock-js/platform-apple-helpers": "^0.11.2",
25
+ "@rock-js/tools": "^0.11.2",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@rock-js/config": "^0.11.0"
29
+ "@rock-js/config": "^0.11.2"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/callstack/rock.git",
36
+ "url": "git+https://github.com/callstack/rock.git",
37
37
  "directory": "packages/platform-ios"
38
38
  },
39
39
  "homepage": "https://rockjs.dev",
@@ -30,11 +30,11 @@ jobs:
30
30
  run: npm install
31
31
 
32
32
  - name: Rock Remote Build - iOS device
33
- uses: callstackincubator/ios@v2
33
+ uses: callstackincubator/ios@v3
34
34
  with:
35
35
  destination: device
36
36
  github-token: ${{ secrets.GITHUB_TOKEN }}
37
- scheme: SCHEME_FOR_DEVICES # replace with preferred scheme
37
+ scheme: HelloWorld
38
38
  configuration: Release # replace with preferred configuration
39
39
  certificate-base64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
40
40
  certificate-password: ${{ secrets.APPLE_BUILD_CERTIFICATE_PASSWORD }}
@@ -59,9 +59,9 @@ jobs:
59
59
  run: npm install
60
60
 
61
61
  - name: Rock Remote Build - iOS simulator
62
- uses: callstackincubator/ios@v2
62
+ uses: callstackincubator/ios@v3
63
63
  with:
64
64
  destination: simulator
65
65
  github-token: ${{ secrets.GITHUB_TOKEN }}
66
- scheme: SCHEME_FOR_SIMULATORS # replace with preferred scheme
66
+ scheme: HelloWorld
67
67
  configuration: Debug # replace with preferred configuration
@@ -4,6 +4,6 @@
4
4
  "ios": "rock run:ios"
5
5
  },
6
6
  "devDependencies": {
7
- "@rock-js/platform-ios": "^0.11.0"
7
+ "@rock-js/platform-ios": "^0.11.2"
8
8
  }
9
9
  }