Browse Source

pre building

marinofaggiana 5 years ago
parent
commit
1a29ebc934
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Cartfile
  2. 1 1
      Cartfile.resolved
  3. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
Cartfile

@@ -1,4 +1,4 @@
-github "nextcloud/ios-communication-library" "develop"
+github "nextcloud/ios-communication-library" "v0.3"
 github "tilltue/TLPhotoPicker" "2.0.7"
 github "kishikawakatsumi/UICKeyChainStore" "v2.1.2"
 github "danielsaidi/Sheeeeeeeeet" "3.0.9"

+ 1 - 1
Cartfile.resolved

@@ -16,7 +16,7 @@ github "krzyzanowskim/OpenSSL" "1.0.218"
 github "malcommac/SwiftRichString" "3.0.4"
 github "marinofaggiana/AFNetworking" "2967678c3e0e98c9b8d7e06222ad12d1f49c26f2"
 github "marinofaggiana/FastScroll" "81967c2309d29bc2c330d422da612160a30bade8"
-github "nextcloud/ios-communication-library" "a591f003e7257d9496921c09932251fdf2fe436a"
+github "nextcloud/ios-communication-library" "v0.3"
 github "realm/realm-cocoa" "v4.1.1"
 github "rechsteiner/Parchment" "v1.7.0"
 github "tilltue/TLPhotoPicker" "2.0.7"

+ 1 - 1
iOSClient/AppDelegate.m

@@ -1396,7 +1396,7 @@ PKPushRegistry *pushRegistry;
                 sizeUpload = sizeUpload + metadata.size;
                 
                 // IMI -> MODIFY
-                if ([metadata .fileName.pathExtension.lowercaseString isEqualToString:@"imi"]) {
+                if ([metadata.fileName.pathExtension.lowercaseString isEqualToString:@"imi"]) {
                     break;
                 }