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

@@ -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