Marino Faggiana 1 жил өмнө
parent
commit
a981df3722

+ 1 - 1
iOSClient/Utility/NCUtility.swift

@@ -121,7 +121,7 @@ class NCUtility: NSObject {
     }
 #endif
 
-    func isSimulatorOrTestFlight() -> Bool {
+    @objc func isSimulatorOrTestFlight() -> Bool {
         guard let path = Bundle.main.appStoreReceiptURL?.path else {
             return false
         }