summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2014-08-02 19:31:52 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2014-08-02 19:31:52 -0700
commit71ab3954414487c4eb42684238234c0ead53f168 (patch)
tree45253a34fba49bd36fd11ad6338f1997fbdd2855
parentfba04468b124da659a455d53a73eeab3e6e863b5 (diff)
removed punctuation from module name
Xcode doesn’t seem to like that :\
-rw-r--r--System.Collections.Generic/System.Collections.Generic/System.Collections.Generic.h19
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.pbxproj (renamed from System.Collections.Generic/System.Collections.Generic.xcodeproj/project.pbxproj)250
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.xcworkspace/contents.xcworkspacedata (renamed from System.Collections.Generic/System.Collections.Generic.xcodeproj/project.xcworkspace/contents.xcworkspacedata)2
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerable.swift (renamed from System.Collections.Generic/System.Collections.Generic/Enumerable.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerator.swift (renamed from System.Collections.Generic/System.Collections.Generic/Enumerator.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/ICollection.swift (renamed from System.Collections.Generic/System.Collections.Generic/ICollection.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerable.swift (renamed from System.Collections.Generic/System.Collections.Generic/IEnumerable.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerator.swift (renamed from System.Collections.Generic/System.Collections.Generic/IEnumerator.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/IList.swift (renamed from System.Collections.Generic/System.Collections.Generic/IList.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/Info.plist (renamed from System.Collections.Generic/System.Collections.Generic/Info.plist)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/List.swift (renamed from System.Collections.Generic/System.Collections.Generic/List.swift)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGeneric/SystemCollectionsGeneric.h19
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGenericTests/Info.plist (renamed from System.Collections.Generic/System.Collections.GenericTests/Info.plist)0
-rw-r--r--SystemCollectionsGeneric/SystemCollectionsGenericTests/SystemCollectionsGenericTests.swift (renamed from System.Collections.Generic/System.Collections.GenericTests/System_Collections_GenericTests.swift)6
14 files changed, 149 insertions, 147 deletions
diff --git a/System.Collections.Generic/System.Collections.Generic/System.Collections.Generic.h b/System.Collections.Generic/System.Collections.Generic/System.Collections.Generic.h
deleted file mode 100644
index facdb78..0000000
--- a/System.Collections.Generic/System.Collections.Generic/System.Collections.Generic.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// System.Collections.Generic.h
-// System.Collections.Generic
-//
-// Created by Matthew S on 8/2/14.
-// Copyright (c) 2014 Matthew S. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-//! Project version number for System.Collections.Generic.
-FOUNDATION_EXPORT double System_Collections_GenericVersionNumber;
-
-//! Project version string for System.Collections.Generic.
-FOUNDATION_EXPORT const unsigned char System_Collections_GenericVersionString[];
-
-// In this header, you should import all the public headers of your framework using statements like #import <System_Collections_Generic/PublicHeader.h>
-
-
diff --git a/System.Collections.Generic/System.Collections.Generic.xcodeproj/project.pbxproj b/SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.pbxproj
index 5071967..53af3e4 100644
--- a/System.Collections.Generic/System.Collections.Generic.xcodeproj/project.pbxproj
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.pbxproj
@@ -7,122 +7,122 @@
objects = {
/* Begin PBXBuildFile section */
- C901392A198DCE3900D6EE29 /* System.Collections.Generic.h in Headers */ = {isa = PBXBuildFile; fileRef = C9013929198DCE3900D6EE29 /* System.Collections.Generic.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C9013930198DCE3900D6EE29 /* System.Collections.Generic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9013924198DCE3900D6EE29 /* System.Collections.Generic.framework */; };
- C9013937198DCE3900D6EE29 /* System_Collections_GenericTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013936198DCE3900D6EE29 /* System_Collections_GenericTests.swift */; };
- C9013941198DCE5100D6EE29 /* DNSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9013940198DCE5100D6EE29 /* DNSwift.framework */; };
- C9013945198DCEAB00D6EE29 /* IEnumerable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013944198DCEAB00D6EE29 /* IEnumerable.swift */; };
- C9013947198DCECA00D6EE29 /* IEnumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013946198DCECA00D6EE29 /* IEnumerator.swift */; };
- C9013949198DD05700D6EE29 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013948198DD05700D6EE29 /* List.swift */; };
- C901394D198DD15100D6EE29 /* ICollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C901394C198DD15100D6EE29 /* ICollection.swift */; };
- C901394F198DD17300D6EE29 /* IList.swift in Sources */ = {isa = PBXBuildFile; fileRef = C901394E198DD17300D6EE29 /* IList.swift */; };
- C9013951198DD1C700D6EE29 /* Enumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013950198DD1C700D6EE29 /* Enumerator.swift */; };
- C9013953198DD21700D6EE29 /* Enumerable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9013952198DD21700D6EE29 /* Enumerable.swift */; };
+ C926BF0B198DD64E00909816 /* Enumerable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF04198DD64E00909816 /* Enumerable.swift */; };
+ C926BF0C198DD64E00909816 /* Enumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF05198DD64E00909816 /* Enumerator.swift */; };
+ C926BF0D198DD64E00909816 /* ICollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF06198DD64E00909816 /* ICollection.swift */; };
+ C926BF0E198DD64E00909816 /* IEnumerable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF07198DD64E00909816 /* IEnumerable.swift */; };
+ C926BF0F198DD64E00909816 /* IEnumerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF08198DD64E00909816 /* IEnumerator.swift */; };
+ C926BF10198DD64E00909816 /* IList.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF09198DD64E00909816 /* IList.swift */; };
+ C926BF11198DD64E00909816 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = C926BF0A198DD64E00909816 /* List.swift */; };
+ C926BF13198DD66E00909816 /* DNSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C926BF12198DD66E00909816 /* DNSwift.framework */; };
+ C9BCE2F8198DD60600ED1993 /* SystemCollectionsGeneric.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BCE2F7198DD60600ED1993 /* SystemCollectionsGeneric.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ C9BCE2FE198DD60600ED1993 /* SystemCollectionsGeneric.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9BCE2F2198DD60600ED1993 /* SystemCollectionsGeneric.framework */; };
+ C9BCE305198DD60600ED1993 /* SystemCollectionsGenericTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9BCE304198DD60600ED1993 /* SystemCollectionsGenericTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- C9013931198DCE3900D6EE29 /* PBXContainerItemProxy */ = {
+ C9BCE2FF198DD60600ED1993 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = C901391B198DCE3900D6EE29 /* Project object */;
+ containerPortal = C9BCE2E9198DD60600ED1993 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = C9013923198DCE3900D6EE29;
- remoteInfo = System.Collections.Generic;
+ remoteGlobalIDString = C9BCE2F1198DD60600ED1993;
+ remoteInfo = SystemCollectionsGeneric;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
- C9013924198DCE3900D6EE29 /* System.Collections.Generic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = System.Collections.Generic.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- C9013928198DCE3900D6EE29 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- C9013929198DCE3900D6EE29 /* System.Collections.Generic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = System.Collections.Generic.h; sourceTree = "<group>"; };
- C901392F198DCE3900D6EE29 /* System.Collections.GenericTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = System.Collections.GenericTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- C9013935198DCE3900D6EE29 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- C9013936198DCE3900D6EE29 /* System_Collections_GenericTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = System_Collections_GenericTests.swift; sourceTree = "<group>"; };
- C9013940198DCE5100D6EE29 /* DNSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DNSwift.framework; path = "../DNSwift/DerivedData/DNSwift/Build/Products/Debug-iphonesimulator/DNSwift.framework"; sourceTree = "<group>"; };
- C9013944198DCEAB00D6EE29 /* IEnumerable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IEnumerable.swift; sourceTree = "<group>"; };
- C9013946198DCECA00D6EE29 /* IEnumerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IEnumerator.swift; sourceTree = "<group>"; };
- C9013948198DD05700D6EE29 /* List.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = List.swift; sourceTree = "<group>"; };
- C901394C198DD15100D6EE29 /* ICollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ICollection.swift; sourceTree = "<group>"; };
- C901394E198DD17300D6EE29 /* IList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IList.swift; sourceTree = "<group>"; };
- C9013950198DD1C700D6EE29 /* Enumerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Enumerator.swift; sourceTree = "<group>"; };
- C9013952198DD21700D6EE29 /* Enumerable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Enumerable.swift; sourceTree = "<group>"; };
+ C926BF04198DD64E00909816 /* Enumerable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Enumerable.swift; sourceTree = "<group>"; };
+ C926BF05198DD64E00909816 /* Enumerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Enumerator.swift; sourceTree = "<group>"; };
+ C926BF06198DD64E00909816 /* ICollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ICollection.swift; sourceTree = "<group>"; };
+ C926BF07198DD64E00909816 /* IEnumerable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IEnumerable.swift; sourceTree = "<group>"; };
+ C926BF08198DD64E00909816 /* IEnumerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IEnumerator.swift; sourceTree = "<group>"; };
+ C926BF09198DD64E00909816 /* IList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IList.swift; sourceTree = "<group>"; };
+ C926BF0A198DD64E00909816 /* List.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = List.swift; sourceTree = "<group>"; };
+ C926BF12198DD66E00909816 /* DNSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DNSwift.framework; path = "../DNSwift/DerivedData/DNSwift/Build/Products/Debug-iphonesimulator/DNSwift.framework"; sourceTree = "<group>"; };
+ C9BCE2F2198DD60600ED1993 /* SystemCollectionsGeneric.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SystemCollectionsGeneric.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ C9BCE2F6198DD60600ED1993 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ C9BCE2F7198DD60600ED1993 /* SystemCollectionsGeneric.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemCollectionsGeneric.h; sourceTree = "<group>"; };
+ C9BCE2FD198DD60600ED1993 /* SystemCollectionsGenericTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SystemCollectionsGenericTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ C9BCE303198DD60600ED1993 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ C9BCE304198DD60600ED1993 /* SystemCollectionsGenericTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCollectionsGenericTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- C9013920198DCE3900D6EE29 /* Frameworks */ = {
+ C9BCE2EE198DD60600ED1993 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C9013941198DCE5100D6EE29 /* DNSwift.framework in Frameworks */,
+ C926BF13198DD66E00909816 /* DNSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C901392C198DCE3900D6EE29 /* Frameworks */ = {
+ C9BCE2FA198DD60600ED1993 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- C9013930198DCE3900D6EE29 /* System.Collections.Generic.framework in Frameworks */,
+ C9BCE2FE198DD60600ED1993 /* SystemCollectionsGeneric.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- C901391A198DCE3900D6EE29 = {
+ C9BCE2E8198DD60600ED1993 = {
isa = PBXGroup;
children = (
- C9013940198DCE5100D6EE29 /* DNSwift.framework */,
- C9013926198DCE3900D6EE29 /* System.Collections.Generic */,
- C9013933198DCE3900D6EE29 /* System.Collections.GenericTests */,
- C9013925198DCE3900D6EE29 /* Products */,
+ C926BF12198DD66E00909816 /* DNSwift.framework */,
+ C9BCE2F4198DD60600ED1993 /* SystemCollectionsGeneric */,
+ C9BCE301198DD60600ED1993 /* SystemCollectionsGenericTests */,
+ C9BCE2F3198DD60600ED1993 /* Products */,
);
sourceTree = "<group>";
};
- C9013925198DCE3900D6EE29 /* Products */ = {
+ C9BCE2F3198DD60600ED1993 /* Products */ = {
isa = PBXGroup;
children = (
- C9013924198DCE3900D6EE29 /* System.Collections.Generic.framework */,
- C901392F198DCE3900D6EE29 /* System.Collections.GenericTests.xctest */,
+ C9BCE2F2198DD60600ED1993 /* SystemCollectionsGeneric.framework */,
+ C9BCE2FD198DD60600ED1993 /* SystemCollectionsGenericTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
- C9013926198DCE3900D6EE29 /* System.Collections.Generic */ = {
+ C9BCE2F4198DD60600ED1993 /* SystemCollectionsGeneric */ = {
isa = PBXGroup;
children = (
- C9013929198DCE3900D6EE29 /* System.Collections.Generic.h */,
- C9013927198DCE3900D6EE29 /* Supporting Files */,
- C9013944198DCEAB00D6EE29 /* IEnumerable.swift */,
- C9013946198DCECA00D6EE29 /* IEnumerator.swift */,
- C9013948198DD05700D6EE29 /* List.swift */,
- C901394C198DD15100D6EE29 /* ICollection.swift */,
- C901394E198DD17300D6EE29 /* IList.swift */,
- C9013950198DD1C700D6EE29 /* Enumerator.swift */,
- C9013952198DD21700D6EE29 /* Enumerable.swift */,
+ C926BF04198DD64E00909816 /* Enumerable.swift */,
+ C926BF05198DD64E00909816 /* Enumerator.swift */,
+ C926BF06198DD64E00909816 /* ICollection.swift */,
+ C926BF07198DD64E00909816 /* IEnumerable.swift */,
+ C926BF08198DD64E00909816 /* IEnumerator.swift */,
+ C926BF09198DD64E00909816 /* IList.swift */,
+ C926BF0A198DD64E00909816 /* List.swift */,
+ C9BCE2F7198DD60600ED1993 /* SystemCollectionsGeneric.h */,
+ C9BCE2F5198DD60600ED1993 /* Supporting Files */,
);
- path = System.Collections.Generic;
+ path = SystemCollectionsGeneric;
sourceTree = "<group>";
};
- C9013927198DCE3900D6EE29 /* Supporting Files */ = {
+ C9BCE2F5198DD60600ED1993 /* Supporting Files */ = {
isa = PBXGroup;
children = (
- C9013928198DCE3900D6EE29 /* Info.plist */,
+ C9BCE2F6198DD60600ED1993 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
- C9013933198DCE3900D6EE29 /* System.Collections.GenericTests */ = {
+ C9BCE301198DD60600ED1993 /* SystemCollectionsGenericTests */ = {
isa = PBXGroup;
children = (
- C9013936198DCE3900D6EE29 /* System_Collections_GenericTests.swift */,
- C9013934198DCE3900D6EE29 /* Supporting Files */,
+ C9BCE304198DD60600ED1993 /* SystemCollectionsGenericTests.swift */,
+ C9BCE302198DD60600ED1993 /* Supporting Files */,
);
- path = System.Collections.GenericTests;
+ path = SystemCollectionsGenericTests;
sourceTree = "<group>";
};
- C9013934198DCE3900D6EE29 /* Supporting Files */ = {
+ C9BCE302198DD60600ED1993 /* Supporting Files */ = {
isa = PBXGroup;
children = (
- C9013935198DCE3900D6EE29 /* Info.plist */,
+ C9BCE303198DD60600ED1993 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
@@ -130,98 +130,98 @@
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
- C9013921198DCE3900D6EE29 /* Headers */ = {
+ C9BCE2EF198DD60600ED1993 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- C901392A198DCE3900D6EE29 /* System.Collections.Generic.h in Headers */,
+ C9BCE2F8198DD60600ED1993 /* SystemCollectionsGeneric.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
- C9013923198DCE3900D6EE29 /* System.Collections.Generic */ = {
+ C9BCE2F1198DD60600ED1993 /* SystemCollectionsGeneric */ = {
isa = PBXNativeTarget;
- buildConfigurationList = C901393A198DCE3900D6EE29 /* Build configuration list for PBXNativeTarget "System.Collections.Generic" */;
+ buildConfigurationList = C9BCE308198DD60600ED1993 /* Build configuration list for PBXNativeTarget "SystemCollectionsGeneric" */;
buildPhases = (
- C901391F198DCE3900D6EE29 /* Sources */,
- C9013920198DCE3900D6EE29 /* Frameworks */,
- C9013921198DCE3900D6EE29 /* Headers */,
- C9013922198DCE3900D6EE29 /* Resources */,
+ C9BCE2ED198DD60600ED1993 /* Sources */,
+ C9BCE2EE198DD60600ED1993 /* Frameworks */,
+ C9BCE2EF198DD60600ED1993 /* Headers */,
+ C9BCE2F0198DD60600ED1993 /* Resources */,
);
buildRules = (
);
dependencies = (
);
- name = System.Collections.Generic;
- productName = System.Collections.Generic;
- productReference = C9013924198DCE3900D6EE29 /* System.Collections.Generic.framework */;
+ name = SystemCollectionsGeneric;
+ productName = SystemCollectionsGeneric;
+ productReference = C9BCE2F2198DD60600ED1993 /* SystemCollectionsGeneric.framework */;
productType = "com.apple.product-type.framework";
};
- C901392E198DCE3900D6EE29 /* System.Collections.GenericTests */ = {
+ C9BCE2FC198DD60600ED1993 /* SystemCollectionsGenericTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = C901393D198DCE3900D6EE29 /* Build configuration list for PBXNativeTarget "System.Collections.GenericTests" */;
+ buildConfigurationList = C9BCE30B198DD60600ED1993 /* Build configuration list for PBXNativeTarget "SystemCollectionsGenericTests" */;
buildPhases = (
- C901392B198DCE3900D6EE29 /* Sources */,
- C901392C198DCE3900D6EE29 /* Frameworks */,
- C901392D198DCE3900D6EE29 /* Resources */,
+ C9BCE2F9198DD60600ED1993 /* Sources */,
+ C9BCE2FA198DD60600ED1993 /* Frameworks */,
+ C9BCE2FB198DD60600ED1993 /* Resources */,
);
buildRules = (
);
dependencies = (
- C9013932198DCE3900D6EE29 /* PBXTargetDependency */,
+ C9BCE300198DD60600ED1993 /* PBXTargetDependency */,
);
- name = System.Collections.GenericTests;
- productName = System.Collections.GenericTests;
- productReference = C901392F198DCE3900D6EE29 /* System.Collections.GenericTests.xctest */;
+ name = SystemCollectionsGenericTests;
+ productName = SystemCollectionsGenericTests;
+ productReference = C9BCE2FD198DD60600ED1993 /* SystemCollectionsGenericTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
- C901391B198DCE3900D6EE29 /* Project object */ = {
+ C9BCE2E9198DD60600ED1993 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = "Matthew S";
TargetAttributes = {
- C9013923198DCE3900D6EE29 = {
+ C9BCE2F1198DD60600ED1993 = {
CreatedOnToolsVersion = 6.0;
};
- C901392E198DCE3900D6EE29 = {
+ C9BCE2FC198DD60600ED1993 = {
CreatedOnToolsVersion = 6.0;
- TestTargetID = C9013923198DCE3900D6EE29;
+ TestTargetID = C9BCE2F1198DD60600ED1993;
};
};
};
- buildConfigurationList = C901391E198DCE3900D6EE29 /* Build configuration list for PBXProject "System.Collections.Generic" */;
+ buildConfigurationList = C9BCE2EC198DD60600ED1993 /* Build configuration list for PBXProject "SystemCollectionsGeneric" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
- mainGroup = C901391A198DCE3900D6EE29;
- productRefGroup = C9013925198DCE3900D6EE29 /* Products */;
+ mainGroup = C9BCE2E8198DD60600ED1993;
+ productRefGroup = C9BCE2F3198DD60600ED1993 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
- C9013923198DCE3900D6EE29 /* System.Collections.Generic */,
- C901392E198DCE3900D6EE29 /* System.Collections.GenericTests */,
+ C9BCE2F1198DD60600ED1993 /* SystemCollectionsGeneric */,
+ C9BCE2FC198DD60600ED1993 /* SystemCollectionsGenericTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
- C9013922198DCE3900D6EE29 /* Resources */ = {
+ C9BCE2F0198DD60600ED1993 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- C901392D198DCE3900D6EE29 /* Resources */ = {
+ C9BCE2FB198DD60600ED1993 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -231,40 +231,40 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
- C901391F198DCE3900D6EE29 /* Sources */ = {
+ C9BCE2ED198DD60600ED1993 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C9013945198DCEAB00D6EE29 /* IEnumerable.swift in Sources */,
- C901394D198DD15100D6EE29 /* ICollection.swift in Sources */,
- C9013947198DCECA00D6EE29 /* IEnumerator.swift in Sources */,
- C901394F198DD17300D6EE29 /* IList.swift in Sources */,
- C9013949198DD05700D6EE29 /* List.swift in Sources */,
- C9013951198DD1C700D6EE29 /* Enumerator.swift in Sources */,
- C9013953198DD21700D6EE29 /* Enumerable.swift in Sources */,
+ C926BF0D198DD64E00909816 /* ICollection.swift in Sources */,
+ C926BF10198DD64E00909816 /* IList.swift in Sources */,
+ C926BF11198DD64E00909816 /* List.swift in Sources */,
+ C926BF0E198DD64E00909816 /* IEnumerable.swift in Sources */,
+ C926BF0F198DD64E00909816 /* IEnumerator.swift in Sources */,
+ C926BF0B198DD64E00909816 /* Enumerable.swift in Sources */,
+ C926BF0C198DD64E00909816 /* Enumerator.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- C901392B198DCE3900D6EE29 /* Sources */ = {
+ C9BCE2F9198DD60600ED1993 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- C9013937198DCE3900D6EE29 /* System_Collections_GenericTests.swift in Sources */,
+ C9BCE305198DD60600ED1993 /* SystemCollectionsGenericTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- C9013932198DCE3900D6EE29 /* PBXTargetDependency */ = {
+ C9BCE300198DD60600ED1993 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = C9013923198DCE3900D6EE29 /* System.Collections.Generic */;
- targetProxy = C9013931198DCE3900D6EE29 /* PBXContainerItemProxy */;
+ target = C9BCE2F1198DD60600ED1993 /* SystemCollectionsGeneric */;
+ targetProxy = C9BCE2FF198DD60600ED1993 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
- C9013938198DCE3900D6EE29 /* Debug */ = {
+ C9BCE306198DD60600ED1993 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -310,7 +310,7 @@
};
name = Debug;
};
- C9013939198DCE3900D6EE29 /* Release */ = {
+ C9BCE307198DD60600ED1993 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -349,7 +349,7 @@
};
name = Release;
};
- C901393B198DCE3900D6EE29 /* Debug */ = {
+ C9BCE309198DD60600ED1993 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
@@ -361,7 +361,7 @@
"$(inherited)",
"/Users/matt/Repos/DNSwift/DNSwift/DerivedData/DNSwift/Build/Products/Debug-iphonesimulator",
);
- INFOPLIST_FILE = System.Collections.Generic/Info.plist;
+ INFOPLIST_FILE = SystemCollectionsGeneric/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -370,7 +370,7 @@
};
name = Debug;
};
- C901393C198DCE3900D6EE29 /* Release */ = {
+ C9BCE30A198DD60600ED1993 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
@@ -382,7 +382,7 @@
"$(inherited)",
"/Users/matt/Repos/DNSwift/DNSwift/DerivedData/DNSwift/Build/Products/Debug-iphonesimulator",
);
- INFOPLIST_FILE = System.Collections.Generic/Info.plist;
+ INFOPLIST_FILE = SystemCollectionsGeneric/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -390,7 +390,7 @@
};
name = Release;
};
- C901393E198DCE3900D6EE29 /* Debug */ = {
+ C9BCE30C198DD60600ED1993 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
@@ -401,20 +401,20 @@
"DEBUG=1",
"$(inherited)",
);
- INFOPLIST_FILE = System.Collections.GenericTests/Info.plist;
+ INFOPLIST_FILE = SystemCollectionsGenericTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
- C901393F198DCE3900D6EE29 /* Release */ = {
+ C9BCE30D198DD60600ED1993 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
- INFOPLIST_FILE = System.Collections.GenericTests/Info.plist;
+ INFOPLIST_FILE = SystemCollectionsGenericTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -423,32 +423,34 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- C901391E198DCE3900D6EE29 /* Build configuration list for PBXProject "System.Collections.Generic" */ = {
+ C9BCE2EC198DD60600ED1993 /* Build configuration list for PBXProject "SystemCollectionsGeneric" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- C9013938198DCE3900D6EE29 /* Debug */,
- C9013939198DCE3900D6EE29 /* Release */,
+ C9BCE306198DD60600ED1993 /* Debug */,
+ C9BCE307198DD60600ED1993 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- C901393A198DCE3900D6EE29 /* Build configuration list for PBXNativeTarget "System.Collections.Generic" */ = {
+ C9BCE308198DD60600ED1993 /* Build configuration list for PBXNativeTarget "SystemCollectionsGeneric" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- C901393B198DCE3900D6EE29 /* Debug */,
- C901393C198DCE3900D6EE29 /* Release */,
+ C9BCE309198DD60600ED1993 /* Debug */,
+ C9BCE30A198DD60600ED1993 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
- C901393D198DCE3900D6EE29 /* Build configuration list for PBXNativeTarget "System.Collections.GenericTests" */ = {
+ C9BCE30B198DD60600ED1993 /* Build configuration list for PBXNativeTarget "SystemCollectionsGenericTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- C901393E198DCE3900D6EE29 /* Debug */,
- C901393F198DCE3900D6EE29 /* Release */,
+ C9BCE30C198DD60600ED1993 /* Debug */,
+ C9BCE30D198DD60600ED1993 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
- rootObject = C901391B198DCE3900D6EE29 /* Project object */;
+ rootObject = C9BCE2E9198DD60600ED1993 /* Project object */;
}
diff --git a/System.Collections.Generic/System.Collections.Generic.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.xcworkspace/contents.xcworkspacedata
index dfd5ec4..2b3d785 100644
--- a/System.Collections.Generic/System.Collections.Generic.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -2,6 +2,6 @@
<Workspace
version = "1.0">
<FileRef
- location = "self:System.Collections.Generic.xcodeproj">
+ location = "self:SystemCollectionsGeneric.xcodeproj">
</FileRef>
</Workspace>
diff --git a/System.Collections.Generic/System.Collections.Generic/Enumerable.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerable.swift
index 08054ee..08054ee 100644
--- a/System.Collections.Generic/System.Collections.Generic/Enumerable.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerable.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/Enumerator.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerator.swift
index b5f8c91..b5f8c91 100644
--- a/System.Collections.Generic/System.Collections.Generic/Enumerator.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/Enumerator.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/ICollection.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/ICollection.swift
index eb892d5..eb892d5 100644
--- a/System.Collections.Generic/System.Collections.Generic/ICollection.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/ICollection.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/IEnumerable.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerable.swift
index 35db353..35db353 100644
--- a/System.Collections.Generic/System.Collections.Generic/IEnumerable.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerable.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/IEnumerator.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerator.swift
index 8cc5dd1..8cc5dd1 100644
--- a/System.Collections.Generic/System.Collections.Generic/IEnumerator.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/IEnumerator.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/IList.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/IList.swift
index 990da26..990da26 100644
--- a/System.Collections.Generic/System.Collections.Generic/IList.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/IList.swift
diff --git a/System.Collections.Generic/System.Collections.Generic/Info.plist b/SystemCollectionsGeneric/SystemCollectionsGeneric/Info.plist
index d589e23..d589e23 100644
--- a/System.Collections.Generic/System.Collections.Generic/Info.plist
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/Info.plist
diff --git a/System.Collections.Generic/System.Collections.Generic/List.swift b/SystemCollectionsGeneric/SystemCollectionsGeneric/List.swift
index 3630462..3630462 100644
--- a/System.Collections.Generic/System.Collections.Generic/List.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/List.swift
diff --git a/SystemCollectionsGeneric/SystemCollectionsGeneric/SystemCollectionsGeneric.h b/SystemCollectionsGeneric/SystemCollectionsGeneric/SystemCollectionsGeneric.h
new file mode 100644
index 0000000..e7b597f
--- /dev/null
+++ b/SystemCollectionsGeneric/SystemCollectionsGeneric/SystemCollectionsGeneric.h
@@ -0,0 +1,19 @@
+//
+// SystemCollectionsGeneric.h
+// SystemCollectionsGeneric
+//
+// Created by Matthew S on 8/2/14.
+// Copyright (c) 2014 Matthew S. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+//! Project version number for SystemCollectionsGeneric.
+FOUNDATION_EXPORT double SystemCollectionsGenericVersionNumber;
+
+//! Project version string for SystemCollectionsGeneric.
+FOUNDATION_EXPORT const unsigned char SystemCollectionsGenericVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import <SystemCollectionsGeneric/PublicHeader.h>
+
+
diff --git a/System.Collections.Generic/System.Collections.GenericTests/Info.plist b/SystemCollectionsGeneric/SystemCollectionsGenericTests/Info.plist
index d126ae6..d126ae6 100644
--- a/System.Collections.Generic/System.Collections.GenericTests/Info.plist
+++ b/SystemCollectionsGeneric/SystemCollectionsGenericTests/Info.plist
diff --git a/System.Collections.Generic/System.Collections.GenericTests/System_Collections_GenericTests.swift b/SystemCollectionsGeneric/SystemCollectionsGenericTests/SystemCollectionsGenericTests.swift
index e9c13b2..12fb07d 100644
--- a/System.Collections.Generic/System.Collections.GenericTests/System_Collections_GenericTests.swift
+++ b/SystemCollectionsGeneric/SystemCollectionsGenericTests/SystemCollectionsGenericTests.swift
@@ -1,6 +1,6 @@
//
-// System_Collections_GenericTests.swift
-// System.Collections.GenericTests
+// SystemCollectionsGenericTests.swift
+// SystemCollectionsGenericTests
//
// Created by Matthew S on 8/2/14.
// Copyright (c) 2014 Matthew S. All rights reserved.
@@ -9,7 +9,7 @@
import UIKit
import XCTest
-class System_Collections_GenericTests: XCTestCase {
+class SystemCollectionsGenericTests: XCTestCase {
override func setUp() {
super.setUp()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback