Skip to content

Commit cafc428

Browse files
authored
Merge pull request #659 from alblue/nsdecimal
2 parents d32f2e1 + fe9982a commit cafc428

File tree

4 files changed

+2111
-86
lines changed

4 files changed

+2111
-86
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
0383A1751D2E558A0052E5D1 /* TestNSStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0383A1741D2E558A0052E5D1 /* TestNSStream.swift */; };
1111
1520469B1D8AEABE00D02E36 /* HTTPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1520469A1D8AEABE00D02E36 /* HTTPServer.swift */; };
12+
231503DB1D8AEE5D0061694D /* TestNSDecimal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231503DA1D8AEE5D0061694D /* TestNSDecimal.swift */; };
1213
294E3C1D1CC5E19300E4F44C /* TestNSAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */; };
1314
2EBE67A51C77BF0E006583D5 /* TestNSDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */; };
1415
528776141BF2629700CB0090 /* FoundationErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 522C253A1BF16E1600804FC6 /* FoundationErrors.swift */; };
@@ -455,6 +456,7 @@
455456
0383A1741D2E558A0052E5D1 /* TestNSStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSStream.swift; sourceTree = "<group>"; };
456457
1520469A1D8AEABE00D02E36 /* HTTPServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPServer.swift; sourceTree = "<group>"; };
457458
22B9C1E01C165D7A00DECFF9 /* TestNSDate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDate.swift; sourceTree = "<group>"; };
459+
231503DA1D8AEE5D0061694D /* TestNSDecimal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDecimal.swift; sourceTree = "<group>"; };
458460
294E3C1C1CC5E19300E4F44C /* TestNSAttributedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSAttributedString.swift; sourceTree = "<group>"; };
459461
2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSDateFormatter.swift; sourceTree = "<group>"; };
460462
400E22641C1A4E58007C5933 /* TestNSProcessInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSProcessInfo.swift; sourceTree = "<group>"; };
@@ -1324,6 +1326,7 @@
13241326
DCDBB8321C1768AC00313299 /* TestNSData.swift */,
13251327
22B9C1E01C165D7A00DECFF9 /* TestNSDate.swift */,
13261328
2EBE67A31C77BF05006583D5 /* TestNSDateFormatter.swift */,
1329+
231503DA1D8AEE5D0061694D /* TestNSDecimal.swift */,
13271330
EA66F63D1BF1619600136161 /* TestNSDictionary.swift */,
13281331
D512D17B1CD883F00032E6A5 /* TestNSFileHandle.swift */,
13291332
525AECEB1BF2C96400D15BB0 /* TestNSFileManager.swift */,
@@ -2216,6 +2219,7 @@
22162219
5B13B33E1C582D4C00651CE2 /* TestNSProcessInfo.swift in Sources */,
22172220
5B13B33F1C582D4C00651CE2 /* TestNSPropertyList.swift in Sources */,
22182221
5B13B32C1C582D4C00651CE2 /* TestNSDate.swift in Sources */,
2222+
231503DB1D8AEE5D0061694D /* TestNSDecimal.swift in Sources */,
22192223
7900433C1CACD33E00ECCBF1 /* TestNSPredicate.swift in Sources */,
22202224
5B13B33B1C582D4C00651CE2 /* TestNSNumberFormatter.swift in Sources */,
22212225
5B13B3301C582D4C00651CE2 /* TestNSHTTPCookie.swift in Sources */,

0 commit comments

Comments
 (0)