chore: come on

This commit is contained in:
Adrian Castro
2024-04-02 02:43:35 +02:00
parent 21b2dfaf94
commit 1e6e3ea9ea

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