|
11 | 11 | 8366A47D214E9D8B0060C383 /* RoundedDecimalTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A47C214E9D8B0060C383 /* RoundedDecimalTests.swift */; }; |
12 | 12 | 8366A47F214E9D8B0060C383 /* RoundedDecimal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8366A471214E9D8B0060C383 /* RoundedDecimal.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 13 | 8366A489214E9F8E0060C383 /* RoundedDecimal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A488214E9F8E0060C383 /* RoundedDecimal.swift */; }; |
14 | | - 8366A48B214EA0330060C383 /* Decimal+Rounding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A48A214EA0330060C383 /* Decimal+Rounding.swift */; }; |
15 | | - 8366A48D214EA04F0060C383 /* DecimalTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A48C214EA04F0060C383 /* DecimalTypes.swift */; }; |
| 14 | + 8366A48B214EA0330060C383 /* DecimalTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A48A214EA0330060C383 /* DecimalTypes.swift */; }; |
| 15 | + 8366A48D214EA04F0060C383 /* Decimal+Rounding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8366A48C214EA04F0060C383 /* Decimal+Rounding.swift */; }; |
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXContainerItemProxy section */ |
|
32 | 32 | 8366A477214E9D8B0060C383 /* RoundedDecimalTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RoundedDecimalTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 33 | 8366A47C214E9D8B0060C383 /* RoundedDecimalTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedDecimalTests.swift; sourceTree = "<group>"; }; |
34 | 34 | 8366A47E214E9D8B0060C383 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | | - 8366A488214E9F8E0060C383 /* RoundedDecimal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoundedDecimal.swift; sourceTree = "<group>"; }; |
36 | | - 8366A48A214EA0330060C383 /* Decimal+Rounding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Decimal+Rounding.swift"; sourceTree = "<group>"; }; |
37 | | - 8366A48C214EA04F0060C383 /* DecimalTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecimalTypes.swift; sourceTree = "<group>"; }; |
| 35 | + 8366A488214E9F8E0060C383 /* RoundedDecimal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RoundedDecimal.swift; path = implementation/RoundedDecimal.swift; sourceTree = "<group>"; }; |
| 36 | + 8366A48A214EA0330060C383 /* DecimalTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DecimalTypes.swift; path = implementation/DecimalTypes.swift; sourceTree = "<group>"; }; |
| 37 | + 8366A48C214EA04F0060C383 /* Decimal+Rounding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Decimal+Rounding.swift"; path = "implementation/Decimal+Rounding.swift"; sourceTree = "<group>"; }; |
38 | 38 | /* End PBXFileReference section */ |
39 | 39 |
|
40 | 40 | /* Begin PBXFrameworksBuildPhase section */ |
|
80 | 80 | 8366A471214E9D8B0060C383 /* RoundedDecimal.h */, |
81 | 81 | 8366A472214E9D8B0060C383 /* Info.plist */, |
82 | 82 | 8366A488214E9F8E0060C383 /* RoundedDecimal.swift */, |
83 | | - 8366A48A214EA0330060C383 /* Decimal+Rounding.swift */, |
84 | | - 8366A48C214EA04F0060C383 /* DecimalTypes.swift */, |
| 83 | + 8366A48A214EA0330060C383 /* DecimalTypes.swift */, |
| 84 | + 8366A48C214EA04F0060C383 /* Decimal+Rounding.swift */, |
85 | 85 | ); |
86 | 86 | path = RoundedDecimal; |
87 | 87 | sourceTree = "<group>"; |
|
157 | 157 | TargetAttributes = { |
158 | 158 | 8366A46D214E9D8B0060C383 = { |
159 | 159 | CreatedOnToolsVersion = 9.4.1; |
160 | | - LastSwiftMigration = 0940; |
| 160 | + LastSwiftMigration = 1030; |
161 | 161 | }; |
162 | 162 | 8366A476214E9D8B0060C383 = { |
163 | 163 | CreatedOnToolsVersion = 9.4.1; |
| 164 | + LastSwiftMigration = 1030; |
164 | 165 | }; |
165 | 166 | }; |
166 | 167 | }; |
|
170 | 171 | hasScannedForEncodings = 0; |
171 | 172 | knownRegions = ( |
172 | 173 | en, |
| 174 | + Base, |
173 | 175 | ); |
174 | 176 | mainGroup = 8366A464214E9D8B0060C383; |
175 | 177 | productRefGroup = 8366A46F214E9D8B0060C383 /* Products */; |
|
205 | 207 | buildActionMask = 2147483647; |
206 | 208 | files = ( |
207 | 209 | 8366A489214E9F8E0060C383 /* RoundedDecimal.swift in Sources */, |
208 | | - 8366A48B214EA0330060C383 /* Decimal+Rounding.swift in Sources */, |
209 | | - 8366A48D214EA04F0060C383 /* DecimalTypes.swift in Sources */, |
| 210 | + 8366A48B214EA0330060C383 /* DecimalTypes.swift in Sources */, |
| 211 | + 8366A48D214EA04F0060C383 /* Decimal+Rounding.swift in Sources */, |
210 | 212 | ); |
211 | 213 | runOnlyForDeploymentPostprocessing = 0; |
212 | 214 | }; |
|
371 | 373 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
372 | 374 | SKIP_INSTALL = YES; |
373 | 375 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
374 | | - SWIFT_VERSION = 4.0; |
| 376 | + SWIFT_VERSION = 5.0; |
375 | 377 | TARGETED_DEVICE_FAMILY = "1,2"; |
376 | 378 | }; |
377 | 379 | name = Debug; |
|
397 | 399 | PRODUCT_BUNDLE_IDENTIFIER = io.softwareengineering.RoundedDecimal; |
398 | 400 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
399 | 401 | SKIP_INSTALL = YES; |
400 | | - SWIFT_VERSION = 4.0; |
| 402 | + SWIFT_VERSION = 5.0; |
401 | 403 | TARGETED_DEVICE_FAMILY = "1,2"; |
402 | 404 | }; |
403 | 405 | name = Release; |
|
415 | 417 | ); |
416 | 418 | PRODUCT_BUNDLE_IDENTIFIER = io.softwareengineering.RoundedDecimalTests; |
417 | 419 | PRODUCT_NAME = "$(TARGET_NAME)"; |
418 | | - SWIFT_VERSION = 4.0; |
| 420 | + SWIFT_VERSION = 5.0; |
419 | 421 | TARGETED_DEVICE_FAMILY = "1,2"; |
420 | 422 | }; |
421 | 423 | name = Debug; |
|
433 | 435 | ); |
434 | 436 | PRODUCT_BUNDLE_IDENTIFIER = io.softwareengineering.RoundedDecimalTests; |
435 | 437 | PRODUCT_NAME = "$(TARGET_NAME)"; |
436 | | - SWIFT_VERSION = 4.0; |
| 438 | + SWIFT_VERSION = 5.0; |
437 | 439 | TARGETED_DEVICE_FAMILY = "1,2"; |
438 | 440 | }; |
439 | 441 | name = Release; |
|
0 commit comments