Marino 8 years ago
parent
commit
df4efe18e2
3 changed files with 21 additions and 2 deletions
  1. 0 1
      .gitignore
  2. 20 0
      Nextcloud.xcodeproj/project.pbxproj
  3. 1 1
      iOSClient/InfoPlist/InfoNextcloud.plist

+ 0 - 1
.gitignore

@@ -19,7 +19,6 @@ iOSClient/Crypto Cloud.entitlements
 iOSClient/LaunchScreen.xib
 iOSClient/Networking/DB*.*
 iOSClient/InfoPlist/InfoCryptoCloud.plist
-iOSClient/InfoPlist/InfoNextcloud.plist
 Share Ext/Share Ext.entitlements
 
 ########### OSX ###########

+ 20 - 0
Nextcloud.xcodeproj/project.pbxproj

@@ -80,6 +80,10 @@
 		F7145A241D12E3B700CAFEEC /* CCCellShareExt.xib in Resources */ = {isa = PBXBuildFile; fileRef = F7296A621C8880C9001A7809 /* CCCellShareExt.xib */; };
 		F71E68001DC1F792003BA52B /* libownCloudiOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F71E67FC1DC1F76F003BA52B /* libownCloudiOS.a */; };
 		F71E68021DC1F79D003BA52B /* libownCloudiOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F71E67FC1DC1F76F003BA52B /* libownCloudiOS.a */; };
+		F7229B381DF7187F00E8C4E7 /* InfoCryptoCloud.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7229B361DF7187F00E8C4E7 /* InfoCryptoCloud.plist */; };
+		F7229B391DF7187F00E8C4E7 /* InfoCryptoCloud.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7229B361DF7187F00E8C4E7 /* InfoCryptoCloud.plist */; };
+		F7229B3A1DF7187F00E8C4E7 /* InfoNextcloud.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7229B371DF7187F00E8C4E7 /* InfoNextcloud.plist */; };
+		F7229B3B1DF7187F00E8C4E7 /* InfoNextcloud.plist in Resources */ = {isa = PBXBuildFile; fileRef = F7229B371DF7187F00E8C4E7 /* InfoNextcloud.plist */; };
 		F72764651DB8FE2A002334CD /* CCSynchronization.m in Sources */ = {isa = PBXBuildFile; fileRef = F72764631DB8FE2A002334CD /* CCSynchronization.m */; };
 		F72C63891DC14B0400FA5ED5 /* libMagicalRecord.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F7B61E9B1DC13C20009E938F /* libMagicalRecord.a */; };
 		F732BA061D76CE1500E9878B /* CCNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = F732BA041D76CE1500E9878B /* CCNetworking.m */; };
@@ -1007,6 +1011,8 @@
 		F721372E1BAFF0920012B613 /* CCPatenteGuida.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPatenteGuida.m; sourceTree = "<group>"; };
 		F721372F1BAFF0920012B613 /* CCTemplates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTemplates.h; sourceTree = "<group>"; };
 		F72137301BAFF0920012B613 /* CCTemplates.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTemplates.m; sourceTree = "<group>"; };
+		F7229B361DF7187F00E8C4E7 /* InfoCryptoCloud.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = InfoCryptoCloud.plist; sourceTree = "<group>"; };
+		F7229B371DF7187F00E8C4E7 /* InfoNextcloud.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = InfoNextcloud.plist; sourceTree = "<group>"; };
 		F722CEE41A40361A00C40606 /* OFL.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OFL.txt; sourceTree = "<group>"; };
 		F722CEE51A40361A00C40606 /* Raleway-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Raleway-Bold.ttf"; sourceTree = "<group>"; };
 		F722CEE61A40361A00C40606 /* Raleway-ExtraBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Raleway-ExtraBold.ttf"; sourceTree = "<group>"; };
@@ -2239,6 +2245,15 @@
 			path = Templates;
 			sourceTree = "<group>";
 		};
+		F7229B351DF7187F00E8C4E7 /* InfoPlist */ = {
+			isa = PBXGroup;
+			children = (
+				F7229B361DF7187F00E8C4E7 /* InfoCryptoCloud.plist */,
+				F7229B371DF7187F00E8C4E7 /* InfoNextcloud.plist */,
+			);
+			path = InfoPlist;
+			sourceTree = "<group>";
+		};
 		F722CEE31A40361A00C40606 /* Raleway */ = {
 			isa = PBXGroup;
 			children = (
@@ -3034,6 +3049,7 @@
 				F76344761BF259A800188725 /* synchronizedcrypto.gif */,
 				F7F0617A1BAACDD300846525 /* CryptoCloud.pch */,
 				F7F67BAD1A24D27800EE80DA /* main.m */,
+				F7229B351DF7187F00E8C4E7 /* InfoPlist */,
 				F72B60941A24F04E004EF66F /* Localizzazione */,
 				F722CEE31A40361A00C40606 /* Raleway */,
 			);
@@ -3265,8 +3281,10 @@
 				F7DCA1C81D32BD4100E48D39 /* Share Ext Nextcloud.entitlements in Resources */,
 				F7145A1A1D12E3B700CAFEEC /* Images.xcassets in Resources */,
 				F7145A1C1D12E3B700CAFEEC /* CCMove.storyboard in Resources */,
+				F7229B3B1DF7187F00E8C4E7 /* InfoNextcloud.plist in Resources */,
 				F7145A1D1D12E3B700CAFEEC /* BKPasscodeView.strings in Resources */,
 				F7145A211D12E3B700CAFEEC /* Error.strings in Resources */,
+				F7229B391DF7187F00E8C4E7 /* InfoCryptoCloud.plist in Resources */,
 				F7145A231D12E3B700CAFEEC /* Localizable.strings in Resources */,
 				F7145A241D12E3B700CAFEEC /* CCCellShareExt.xib in Resources */,
 			);
@@ -3343,6 +3361,7 @@
 				F7676A7D1D5CB2A400DF734C /* icon-info.png in Resources */,
 				F77B0F281D118A16002130FE /* Main.storyboard in Resources */,
 				F77B0F291D118A16002130FE /* ZSSleftjustify.png in Resources */,
+				F7229B381DF7187F00E8C4E7 /* InfoCryptoCloud.plist in Resources */,
 				F77B0F2A1D118A16002130FE /* ImageSelectedSmallOff@3x.png in Resources */,
 				F77B0F2B1D118A16002130FE /* ZSSclearstyle@2x.png in Resources */,
 				F77B0F2C1D118A16002130FE /* ZSSlink.png in Resources */,
@@ -3374,6 +3393,7 @@
 				F77B0F431D118A16002130FE /* Raleway-ExtraBold.ttf in Resources */,
 				F73CCE2C1DC13798007E38D8 /* Info.plist in Resources */,
 				F77B0F441D118A16002130FE /* Reader-Button-N@2x.png in Resources */,
+				F7229B3A1DF7187F00E8C4E7 /* InfoNextcloud.plist in Resources */,
 				F77B0F461D118A16002130FE /* Reader-Button-H@2x.png in Resources */,
 				F77B0F471D118A16002130FE /* ZSSbgcolor@2x.png in Resources */,
 				F77B0F481D118A16002130FE /* synchronized.gif in Resources */,

+ 1 - 1
iOSClient/InfoPlist/InfoNextcloud.plist

@@ -73,7 +73,7 @@
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<true/>
 	<key>ITSEncryptionExportComplianceCode</key>
-	<string>3b2bb0b1-fa12-43cb-a78f-0f7e1afd33df</string>
+	<string>00000000000</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>dbapi-1</string>