fix: perhaps fix compile error

This commit is contained in:
Adrian Castro
2024-04-02 02:26:52 +02:00
parent f272187ba4
commit 21b2dfaf94
4 changed files with 1 additions and 16 deletions

View File

@@ -75,11 +75,6 @@ jobs:
with: with:
ref: ${{ steps.comment-branch.outputs.head_ref }} ref: ${{ steps.comment-branch.outputs.head_ref }}
- name: Xcode Select Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.1.0"
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:

View File

@@ -66,11 +66,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Xcode Select Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.1.0"
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:

View File

@@ -92,11 +92,6 @@ jobs:
- name: Pull version bump - name: Pull version bump
run: git pull --all run: git pull --all
- name: Xcode Select Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.1.0"
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
name: Install pnpm name: Install pnpm
with: with:

View File

@@ -11,7 +11,7 @@ public class CheckIosCertificateModule: Module {
Name("CheckIosCertificate") Name("CheckIosCertificate")
// Defines a JavaScript synchronous function that runs the native code on the JavaScript thread. // Defines a JavaScript synchronous function that runs the native code on the JavaScript thread.
Function("isDevelopmentProvisioningProfile") { Function("isDevelopmentProvisioningProfile") -> Bool {
#if targetEnvironment(simulator) #if targetEnvironment(simulator)
// Running on the Simulator // Running on the Simulator
return true return true