Browse Source

Update NCUtility.swift

Marino Faggiana 1 year ago
parent
commit
a981df3722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Utility/NCUtility.swift

+ 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
         }