Skip to content

Commit bcd3be6

Browse files
author
Michael Kuczera
committed
Build adjustments
1 parent 5bbfbb9 commit bcd3be6

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ jobs:
160160
-scheme HapticFeedbackExample \
161161
-sdk iphonesimulator \
162162
-configuration Debug \
163-
-destination 'platform=iOS Simulator,name=iPhone 16' \
163+
-destination 'platform=iOS Simulator,name=iPhone 17' \
164164
CODE_SIGNING_ALLOWED=NO

.github/workflows/docs.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
27-
with:
28-
fetch-depth: 0
29-
30-
- name: Setup Node
31-
uses: actions/setup-node@v4
32-
with:
33-
node-version: 22
34-
cache: npm
35-
36-
- name: Install dependencies
37-
run: npm ci
27+
- name: Setup
28+
uses: ./.github/actions/setup
3829

3930
- name: Build docs for VitePress
4031
run: npm run docs:build

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
android:name=".MainApplication"
77
android:label="@string/app_name"
88
android:icon="@mipmap/ic_launcher"
9-
android:roundIcon="@mipmap/ic_launcher_round"
109
android:allowBackup="false"
1110
android:theme="@style/AppTheme"
1211
android:usesCleartextTraffic="${usesCleartextTraffic}"

0 commit comments

Comments
 (0)