mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: that probably works
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user