|
403 | 403 | B94B063C23FDE2BD00B244E8 /* SwiftFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B5D885D1BBC938800234F36 /* SwiftFoundation.framework */; };
|
404 | 404 | B951B5EC1F4E2A2000D8B332 /* TestNSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */; };
|
405 | 405 | B95FC97622B84B0A005DEA0A /* TestNSSortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152EF3932283457B001E1269 /* TestNSSortDescriptor.swift */; };
|
| 406 | + B96C10F625BA1EFD00985A32 /* NSURLComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C10F525BA1EFD00985A32 /* NSURLComponents.swift */; }; |
| 407 | + B96C110025BA20A600985A32 /* NSURLQueryItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C10FF25BA20A600985A32 /* NSURLQueryItem.swift */; }; |
| 408 | + B96C110A25BA215800985A32 /* URLResourceKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C110925BA215800985A32 /* URLResourceKey.swift */; }; |
| 409 | + B96C112525BA2CE700985A32 /* URLQueryItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C112425BA2CE700985A32 /* URLQueryItem.swift */; }; |
| 410 | + B96C113725BA376D00985A32 /* NSDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96C113625BA376D00985A32 /* NSDateComponents.swift */; }; |
406 | 411 | B983E32C23F0C69600D9C402 /* Docs in Resources */ = {isa = PBXBuildFile; fileRef = B983E32B23F0C69600D9C402 /* Docs */; };
|
407 | 412 | B983E32E23F0C6E200D9C402 /* CONTRIBUTING.md in Resources */ = {isa = PBXBuildFile; fileRef = B983E32D23F0C6E200D9C402 /* CONTRIBUTING.md */; };
|
408 | 413 | B98E33DD2136AA740044EBE9 /* TestFileWithZeros.txt in Resources */ = {isa = PBXBuildFile; fileRef = B98E33DC2136AA740044EBE9 /* TestFileWithZeros.txt */; };
|
|
1108 | 1113 | B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNSLock.swift; sourceTree = "<group>"; };
|
1109 | 1114 | B95FC97222AF0050005DEA0A /* SwiftXCTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftXCTest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
1110 | 1115 | B95FC97422AF051B005DEA0A /* xcode-build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "xcode-build.sh"; sourceTree = "<group>"; };
|
| 1116 | + B96C10F525BA1EFD00985A32 /* NSURLComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSURLComponents.swift; sourceTree = "<group>"; }; |
| 1117 | + B96C10FF25BA20A600985A32 /* NSURLQueryItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSURLQueryItem.swift; sourceTree = "<group>"; }; |
| 1118 | + B96C110925BA215800985A32 /* URLResourceKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLResourceKey.swift; sourceTree = "<group>"; }; |
| 1119 | + B96C112425BA2CE700985A32 /* URLQueryItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLQueryItem.swift; sourceTree = "<group>"; }; |
| 1120 | + B96C113625BA376D00985A32 /* NSDateComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSDateComponents.swift; sourceTree = "<group>"; }; |
1111 | 1121 | B983E32B23F0C69600D9C402 /* Docs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Docs; sourceTree = "<group>"; };
|
1112 | 1122 | B983E32D23F0C6E200D9C402 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
|
1113 | 1123 | B98E33DC2136AA740044EBE9 /* TestFileWithZeros.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestFileWithZeros.txt; sourceTree = "<group>"; };
|
|
2095 | 2105 | 5BC1B9AB21F275D500524D8C /* NSData+DataProtocol.swift */,
|
2096 | 2106 | 5BDC3F331BCC5DCB00ED97BB /* NSData.swift */,
|
2097 | 2107 | 5BDC3F341BCC5DCB00ED97BB /* NSDate.swift */,
|
| 2108 | + B96C113625BA376D00985A32 /* NSDateComponents.swift */, |
2098 | 2109 | EADE0B5A1BD15DFF00C49C64 /* NSDecimalNumber.swift */,
|
2099 | 2110 | 5BDC3F361BCC5DCB00ED97BB /* NSDictionary.swift */,
|
2100 | 2111 | 5BDC3F371BCC5DCB00ED97BB /* NSEnumerator.swift */,
|
|
2133 | 2144 | EADE0B7B1BD15DFF00C49C64 /* NSTextCheckingResult.swift */,
|
2134 | 2145 | 5BDC3F491BCC5DCB00ED97BB /* NSTimeZone.swift */,
|
2135 | 2146 | 5BDC3F4A1BCC5DCB00ED97BB /* NSURL.swift */,
|
| 2147 | + B96C10F525BA1EFD00985A32 /* NSURLComponents.swift */, |
| 2148 | + B96C10FF25BA20A600985A32 /* NSURLQueryItem.swift */, |
2136 | 2149 | EADE0B811BD15DFF00C49C64 /* NSURLError.swift */,
|
2137 | 2150 | 5BDC3F4B1BCC5DCB00ED97BB /* NSUUID.swift */,
|
2138 | 2151 | 5BDC3F4C1BCC5DCB00ED97BB /* NSValue.swift */,
|
|
2163 | 2176 | 5BECBA3B1D1CAF8800B39B1F /* Unit.swift */,
|
2164 | 2177 | 5B23AB8C1CE63228000DB898 /* URL.swift */,
|
2165 | 2178 | 5BCCA8D81CE6697F0059B963 /* URLComponents.swift */,
|
| 2179 | + B96C112425BA2CE700985A32 /* URLQueryItem.swift */, |
| 2180 | + B96C110925BA215800985A32 /* URLResourceKey.swift */, |
2166 | 2181 | EADE0B871BD15DFF00C49C64 /* UserDefaults.swift */,
|
2167 | 2182 | 6EB768271D18C12C00D4B719 /* UUID.swift */,
|
2168 | 2183 | );
|
|
2857 | 2872 | 5BF7AEBE1BCD51F9008F214A /* NSTimeZone.swift in Sources */,
|
2858 | 2873 | EADE0B951BD15DFF00C49C64 /* DateComponentsFormatter.swift in Sources */,
|
2859 | 2874 | 5BC1B9AE21F275E900524D8C /* Pointers+DataProtocol.swift in Sources */,
|
| 2875 | + B96C10F625BA1EFD00985A32 /* NSURLComponents.swift in Sources */, |
2860 | 2876 | EADE0BA21BD15E0000C49C64 /* JSONSerialization.swift in Sources */,
|
2861 | 2877 | 5BF7AEBA1BCD51F9008F214A /* NSString.swift in Sources */,
|
2862 | 2878 | 5BF7AEB81BCD51F9008F214A /* NSRange.swift in Sources */,
|
|
2900 | 2916 | EADE0BB51BD15E0000C49C64 /* Scanner.swift in Sources */,
|
2901 | 2917 | EADE0BA01BD15DFF00C49C64 /* NSIndexPath.swift in Sources */,
|
2902 | 2918 | 5BF7AEB51BCD51F9008F214A /* NSPathUtilities.swift in Sources */,
|
| 2919 | + B96C113725BA376D00985A32 /* NSDateComponents.swift in Sources */, |
2903 | 2920 | EADE0B9D1BD15DFF00C49C64 /* NSGeometry.swift in Sources */,
|
2904 | 2921 | 5BF7AEAA1BCD51F9008F214A /* DateFormatter.swift in Sources */,
|
2905 | 2922 | 5BECBA361D1CACC500B39B1F /* MeasurementFormatter.swift in Sources */,
|
|
2935 | 2952 | D3BCEBA01C2F6DDB00295652 /* NSKeyedCoderOldStyleArray.swift in Sources */,
|
2936 | 2953 | 5B8BA1621D0B773A00938C27 /* IndexSet.swift in Sources */,
|
2937 | 2954 | EADE0BA71BD15E0000C49C64 /* NSNotification.swift in Sources */,
|
| 2955 | + B96C110A25BA215800985A32 /* URLResourceKey.swift in Sources */, |
2938 | 2956 | 5BF7AEB41BCD51F9008F214A /* NSObject.swift in Sources */,
|
2939 | 2957 | EADE0B521BD09F2F00C49C64 /* ByteCountFormatter.swift in Sources */,
|
2940 | 2958 | 5BA0106E1DF212B300E56898 /* NSPlatform.swift in Sources */,
|
2941 | 2959 | D3BCEB9E1C2EDED800295652 /* NSLog.swift in Sources */,
|
2942 | 2960 | 15CA750A24F8336A007DF6C1 /* NSCFTypeShims.swift in Sources */,
|
2943 | 2961 | 61E0117D1C1B5590000037DD /* RunLoop.swift in Sources */,
|
| 2962 | + B96C110025BA20A600985A32 /* NSURLQueryItem.swift in Sources */, |
2944 | 2963 | 5B23AB8B1CE62F9B000DB898 /* PersonNameComponents.swift in Sources */,
|
2945 | 2964 | EADE0BA61BD15E0000C49C64 /* MassFormatter.swift in Sources */,
|
2946 | 2965 | 5BECBA3A1D1CAE9A00B39B1F /* NSMeasurement.swift in Sources */,
|
2947 | 2966 | 5BF7AEB21BCD51F9008F214A /* NSNumber.swift in Sources */,
|
2948 | 2967 | 1513A8432044893F00539722 /* FileManager+XDG.swift in Sources */,
|
2949 | 2968 | 91B668A52252B3E7001487A1 /* FileManager+Win32.swift in Sources */,
|
2950 | 2969 | 5BCD03821D3EE35C00E3FF9B /* TimeZone.swift in Sources */,
|
| 2970 | + B96C112525BA2CE700985A32 /* URLQueryItem.swift in Sources */, |
2951 | 2971 | 5BC1B9AC21F275D500524D8C /* NSData+DataProtocol.swift in Sources */,
|
2952 | 2972 | 5B4092121D1B30B40022B067 /* ExtraStringAPIs.swift in Sources */,
|
2953 | 2973 | 5BC46D541D05D6D900005853 /* DateInterval.swift in Sources */,
|
|
0 commit comments