Explorar o código

Update comment

Evgenii Neumerzhitckii %!s(int64=10) %!d(string=hai) anos
pai
achega
753a880b13

+ 8 - 2
Distrib/KeychainSwiftDistrib.swift

@@ -1,4 +1,10 @@
-//
// Keychain helper for iOS/Swift.
//
// https://github.com/exchangegroup/keychain-swift
//
// This file was automatically generated by combining multiple Swift source files.
//
+//
+// Keychain helper for iOS/Swift.
+//
+// https://github.com/exchangegroup/keychain-swift
+//
+// This file was automatically generated by combining multiple Swift source files.
+//
 
 
 // ----------------------------
@@ -18,7 +24,7 @@ A collection of helper functions for saving text and data in the keychain.
 */
 public class KeychainSwift {
   
-  static var lastQueryParameters: [String: NSObject]? // Used by unit tests
+  static var lastQueryParameters: [String: NSObject]? // Used by the unit tests
   
   /**
   

+ 2 - 1
KeychainSwift.xcodeproj/project.pbxproj

@@ -230,7 +230,7 @@
 /* Begin PBXLegacyTarget section */
 		7ED51A751B7734AF005B39C2 /* ConcatenateSwiftFiles */ = {
 			isa = PBXLegacyTarget;
-			buildArgumentsString = "$PROJECT_DIR/KeychainSwift $PROJECT_DIR/Distrib/KeychainSwiftDistrib.swift \"//
// Keychain helper for iOS/Swift.
//
// https://github.com/exchangegroup/keychain-swift
//
// This file was automatically generated by combining multiple Swift source files.
//\"";
+			buildArgumentsString = "$PROJECT_DIR/KeychainSwift $PROJECT_DIR/Distrib/KeychainSwiftDistrib.swift \"//\n// Keychain helper for iOS/Swift.\n//\n// https://github.com/exchangegroup/keychain-swift\n//\n// This file was automatically generated by combining multiple Swift source files.\n//\"";
 			buildConfigurationList = 7ED51A781B7734AF005B39C2 /* Build configuration list for PBXLegacyTarget "ConcatenateSwiftFiles" */;
 			buildPhases = (
 			);
@@ -650,6 +650,7 @@
 				7ED51A771B7734AF005B39C2 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
 		};
 		7ED6C9661B1C118F00FE8090 /* Build configuration list for PBXProject "KeychainSwift" */ = {
 			isa = XCConfigurationList;

+ 1 - 1
KeychainSwift/KeychainSwift.swift

@@ -9,7 +9,7 @@ A collection of helper functions for saving text and data in the keychain.
 */
 public class KeychainSwift {
   
-  static var lastQueryParameters: [String: NSObject]? // Used by unit tests
+  static var lastQueryParameters: [String: NSObject]? // Used by the unit tests
   
   /**