Skip to content

Commit 3a77e1e

Browse files
authored
Merge branch 'antonis/remove_cocoa_flags' into antonis/revert_breadcrumb_data_workaround
2 parents ad95440 + 5124b3c commit 3a77e1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+541
-168
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @antonis @lucas-zimerman
1+
* @alwx @antonis @lucas-zimerman

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🐞 Bug Report'
22
description: "Tell us about something that's not working the way we (probably) intend."
3-
labels: ['Platform: React-Native', 'Type: 🪲 Bug']
4-
type: Bug
3+
labels: ['React-Native', 'Bug']
54
body:
65
- type: dropdown
76
id: environment
@@ -53,11 +52,11 @@ body:
5352
'Output of the command `npx react-native@latest info` or manully describe your development environment?'
5453
value: |-
5554
````
56-
⬇ Place the `npx react-native@latest info` output here. ⬇
57-
58-
59-
60-
55+
⬇ Place the `npx react-native@latest info` output here. ⬇
56+
57+
58+
59+
6160
````
6261
6362
- type: textarea

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
3-
labels: ['Platform: React-Native', 'enhancement']
4-
type: Feature
3+
labels: ['React-Native', 'Feature']
54
body:
65
- type: textarea
76
id: problem

.github/ISSUE_TEMPLATE/maintainer-blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Blank Issue
22
description: Blank Issue. Reserved for maintainers.
3-
labels: ["Platform: React-Native"]
3+
labels: ['React-Native']
44
body:
55
- type: textarea
66
id: description

.github/workflows/add-platform-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
steps:
1414
- uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # [email protected]
1515
with:
16-
add-labels: 'Platform: React-Native'
16+
add-labels: 'React-Native'
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/buildandtest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
- name: Install Dependencies
135135
run: yarn install
136136
- name: Download dist
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
name: dist
140140
path: packages/core/dist
141141
- name: Download ts3.8
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
name: ts3.8
145145
path: packages/core/ts3.8
@@ -164,12 +164,12 @@ jobs:
164164
- name: Install Dependencies
165165
run: yarn install
166166
- name: Download dist
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
with:
169169
name: dist
170170
path: packages/core/dist
171171
- name: Download Expo Plugin
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: expo-plugin
175175
path: packages/core/plugin/build

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
47+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
58+
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
69+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5

.github/workflows/e2e-v2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- platform: ios
174174
rn-version: '0.80.2'
175175
xcode-version: '16.2'
176-
runs-on: macos-15
176+
runs-on: macos-14
177177
- platform: ios
178178
rn-version: '0.65.3'
179179
xcode-version: '14.2'
@@ -310,7 +310,7 @@ jobs:
310310
include:
311311
- platform: ios
312312
rn-version: '0.80.2'
313-
runs-on: macos-15
313+
runs-on: macos-14
314314
- platform: ios
315315
rn-version: '0.65.3'
316316
runs-on: macos-15
@@ -347,7 +347,7 @@ jobs:
347347

348348
- name: Download App Package
349349
if: matrix.build-type == 'production'
350-
uses: actions/download-artifact@v4
350+
uses: actions/download-artifact@v5
351351
with:
352352
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
353353
path: dev-packages/e2e-tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Get auth token
2121
id: token
22-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
2323
with:
2424
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/sample-application-expo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
build-type: ['dev', 'production']
3636
include:
3737
- platform: ios
38-
runs-on: macos-15
38+
xcode-version: '16.2'
39+
runs-on: macos-14
3940
- platform: android
4041
runs-on: ubuntu-latest
4142
- platform: web
@@ -70,6 +71,9 @@ jobs:
7071
- name: Gradle cache
7172
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
7273

74+
- run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
75+
if: ${{ matrix.platform == 'ios' }}
76+
7377
- name: Setup Global Xcode Tools
7478
if: ${{ matrix.platform == 'ios' }}
7579
run: which xcbeautify || brew install xcbeautify

0 commit comments

Comments
 (0)