Преглед на файлове

remove Intro_no_cryptocloud

Marino Faggiana преди 7 години
родител
ревизия
0d248824b4
променени са 5 файла, в които са добавени 11 реда и са изтрити 8 реда
  1. 1 1
      iOSClient/Brand/Picker.plist
  2. 1 1
      iOSClient/Brand/PickerFileProvider.plist
  3. 1 1
      iOSClient/Brand/Share.plist
  4. 1 1
      iOSClient/Brand/iOSClient.plist
  5. 7 4
      iOSClient/Main/CCSplit.m

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