Browse Source

remove Intro_no_cryptocloud

Marino Faggiana 7 years ago
parent
commit
0d248824b4

+ 1 - 1
iOSClient/Brand/Picker.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.19.0</string>
 	<key>CFBundleVersion</key>
-	<string>00002</string>
+	<string>00003</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/PickerFileProvider.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.19.0</string>
 	<key>CFBundleVersion</key>
-	<string>00002</string>
+	<string>00003</string>
 	<key>NSExtension</key>
 	<dict>
 		<key>NSExtensionFileProviderDocumentGroup</key>

+ 1 - 1
iOSClient/Brand/Share.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.19.0</string>
 	<key>CFBundleVersion</key>
-	<string>00002</string>
+	<string>00003</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/iOSClient.plist

@@ -69,7 +69,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>00002</string>
+	<string>00003</string>
 	<key>Fabric</key>
 	<dict>
 		<key>APIKey</key>

+ 7 - 4
iOSClient/Main/CCSplit.m

@@ -117,11 +117,13 @@
         }
         
         // -2-
+        /*
         else if ([CCUtility getIntroMessage:k_Intro_no_cryptocloud] == NO) {
             
             _intro = [[CCIntro alloc] initWithDelegate:self delegateView:self.view type:k_Intro_no_cryptocloud];
             [_intro show];
         }
+        */
         
         // NO INTRO
         else {
@@ -138,18 +140,19 @@
         
         [CCUtility setIntroMessage:k_Intro set:YES];
         // next
-        _intro = [[CCIntro alloc] initWithDelegate:self delegateView:self.view type:k_Intro_no_cryptocloud];
-        [_intro show];
+        //_intro = [[CCIntro alloc] initWithDelegate:self delegateView:self.view type:k_Intro_no_cryptocloud];
+        //[_intro show];
         //
-        return;
+        //return;
     }
     
     // -2-
+    /*
     if ([type isEqualToString:k_Intro_no_cryptocloud]) {
         
         [CCUtility setIntroMessage:k_Intro_no_cryptocloud set:YES];
     }
-    
+    */
     // check account
     [self performSelector:@selector(newAccount) withObject:nil afterDelay:0.1];
 }