mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
fix: perhaps fix compile error
This commit is contained in:
5
.github/workflows/build-mobile-comment.yml
vendored
5
.github/workflows/build-mobile-comment.yml
vendored
@@ -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:
|
||||||
|
5
.github/workflows/build-mobile.yml
vendored
5
.github/workflows/build-mobile.yml
vendored
@@ -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:
|
||||||
|
5
.github/workflows/release-mobile.yml
vendored
5
.github/workflows/release-mobile.yml
vendored
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user