removing playground
This commit is contained in:
parent
624357ff4d
commit
7ff6297c4f
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<playground version='3.0' sdk='iphonesimulator'>
|
||||
<sections>
|
||||
<code source-file-name='section-1.swift'/>
|
||||
</sections>
|
||||
<timeline fileName='timeline.xctimeline'/>
|
||||
</playground>
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Timeline
|
||||
version = "3.0">
|
||||
<TimelineItems>
|
||||
</TimelineItems>
|
||||
</Timeline>
|
||||
|
|
@ -66,7 +66,6 @@
|
|||
62D1AE541A1E700200E4DFF8 /* Validator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Validator.swift; sourceTree = "<group>"; };
|
||||
62D1AE551A1E700200E4DFF8 /* ZipCodeValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZipCodeValidation.swift; sourceTree = "<group>"; };
|
||||
62D1AE561A1E700200E4DFF8 /* PasswordValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordValidation.swift; sourceTree = "<group>"; };
|
||||
62D1AE5C1A1E78EE00E4DFF8 /* MyPlayground.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = MyPlayground.playground; sourceTree = "<group>"; };
|
||||
/* 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 */
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue