mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
fix: perhaps fix compile error
This commit is contained in:
@@ -11,7 +11,7 @@ public class CheckIosCertificateModule: Module {
|
||||
Name("CheckIosCertificate")
|
||||
|
||||
// Defines a JavaScript synchronous function that runs the native code on the JavaScript thread.
|
||||
Function("isDevelopmentProvisioningProfile") {
|
||||
Function("isDevelopmentProvisioningProfile") -> Bool {
|
||||
#if targetEnvironment(simulator)
|
||||
// Running on the Simulator
|
||||
return true
|
||||
|
Reference in New Issue
Block a user