chore: that probably works

This commit is contained in:
Adrian Castro
2024-04-02 02:53:58 +02:00
parent 1e6e3ea9ea
commit 21169c6caa

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") { () -> Any in
#if targetEnvironment(simulator) #if targetEnvironment(simulator)
// Running on the Simulator // Running on the Simulator
return true return true