diff --git a/MyPlayground.playground/contents.xcplayground b/MyPlayground.playground/contents.xcplayground
deleted file mode 100644
index 8e39341..0000000
--- a/MyPlayground.playground/contents.xcplayground
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MyPlayground.playground/section-1.swift b/MyPlayground.playground/section-1.swift
deleted file mode 100644
index b31d259..0000000
--- a/MyPlayground.playground/section-1.swift
+++ /dev/null
@@ -1,10 +0,0 @@
-// Playground - noun: a place where people can play
-
-import UIKit
-
-var str = "Hello, playground"
-
-var errors[String:Int] = ["This":1, "Is": 2, "A": 3, "Test": 4]
-
-println(errors.values)
-
diff --git a/MyPlayground.playground/timeline.xctimeline b/MyPlayground.playground/timeline.xctimeline
deleted file mode 100644
index bf468af..0000000
--- a/MyPlayground.playground/timeline.xctimeline
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
diff --git a/Validator.xcodeproj/project.pbxproj b/Validator.xcodeproj/project.pbxproj
index 45990de..01e5edc 100644
--- a/Validator.xcodeproj/project.pbxproj
+++ b/Validator.xcodeproj/project.pbxproj
@@ -66,7 +66,6 @@
62D1AE541A1E700200E4DFF8 /* Validator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Validator.swift; sourceTree = ""; };
62D1AE551A1E700200E4DFF8 /* ZipCodeValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZipCodeValidation.swift; sourceTree = ""; };
62D1AE561A1E700200E4DFF8 /* PasswordValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordValidation.swift; sourceTree = ""; };
- 62D1AE5C1A1E78EE00E4DFF8 /* MyPlayground.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = MyPlayground.playground; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -90,7 +89,6 @@
62D1AE0E1A1E6D4400E4DFF8 = {
isa = PBXGroup;
children = (
- 62D1AE5C1A1E78EE00E4DFF8 /* MyPlayground.playground */,
62D1AE191A1E6D4400E4DFF8 /* Validator */,
62D1AE2F1A1E6D4500E4DFF8 /* ValidatorTests */,
62D1AE181A1E6D4400E4DFF8 /* Products */,
@@ -483,6 +481,7 @@
62D1AE381A1E6D4500E4DFF8 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
62D1AE391A1E6D4500E4DFF8 /* Build configuration list for PBXNativeTarget "ValidatorTests" */ = {
isa = XCConfigurationList;
@@ -491,6 +490,7 @@
62D1AE3B1A1E6D4500E4DFF8 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
diff --git a/Validator.xcodeproj/project.xcworkspace/xcuserdata/jpotts18.xcuserdatad/UserInterfaceState.xcuserstate b/Validator.xcodeproj/project.xcworkspace/xcuserdata/jpotts18.xcuserdatad/UserInterfaceState.xcuserstate
index 3203fde..2159eb2 100644
Binary files a/Validator.xcodeproj/project.xcworkspace/xcuserdata/jpotts18.xcuserdatad/UserInterfaceState.xcuserstate and b/Validator.xcodeproj/project.xcworkspace/xcuserdata/jpotts18.xcuserdatad/UserInterfaceState.xcuserstate differ