|
20 | 20 | CCA2651723EF73B700483329 /* CodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA2651623EF73B700483329 /* CodableTests.swift */; };
|
21 | 21 | CCA8E8111F7780C800927A41 /* FloatingPointNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA8E8101F7780C800927A41 /* FloatingPointNumber.swift */; };
|
22 | 22 | CCA8E8131F77814F00927A41 /* IntegerNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA8E8121F77814F00927A41 /* IntegerNumber.swift */; };
|
| 23 | + CCD2603D23F20F7200DFE5A4 /* NumberKit_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD2603B23F20F7200DFE5A4 /* NumberKit_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 24 | + CCD2604123F2119900DFE5A4 /* NumberUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC99F56D1B7AAAA300355E1E /* NumberUtil.swift */; }; |
| 25 | + CCD2604223F2119C00DFE5A4 /* IntegerNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA8E8121F77814F00927A41 /* IntegerNumber.swift */; }; |
| 26 | + CCD2604323F2119F00DFE5A4 /* FloatingPointNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCA8E8101F7780C800927A41 /* FloatingPointNumber.swift */; }; |
| 27 | + CCD2604423F211A200DFE5A4 /* BigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC99F56B1B7AA81500355E1E /* BigInt.swift */; }; |
| 28 | + CCD2604523F211A500DFE5A4 /* Rational.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0741561B81269200406A43 /* Rational.swift */; }; |
| 29 | + CCD2604623F211A800DFE5A4 /* Complex.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0741581B8127B600406A43 /* Complex.swift */; }; |
23 | 30 | /* End PBXBuildFile section */
|
24 | 31 |
|
25 | 32 | /* Begin PBXContainerItemProxy section */
|
|
53 | 60 | CCA8E8101F7780C800927A41 /* FloatingPointNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingPointNumber.swift; sourceTree = "<group>"; };
|
54 | 61 | CCA8E8121F77814F00927A41 /* IntegerNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerNumber.swift; sourceTree = "<group>"; };
|
55 | 62 | CCB691501EB7710700B32D55 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
| 63 | + CCD2603923F20F7200DFE5A4 /* NumberKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NumberKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 64 | + CCD2603B23F20F7200DFE5A4 /* NumberKit_iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NumberKit_iOS.h; sourceTree = "<group>"; }; |
| 65 | + CCD2603C23F20F7200DFE5A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
56 | 66 | CCE9DD301B8BB4A600340DD1 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
|
57 | 67 | /* End PBXFileReference section */
|
58 | 68 |
|
|
72 | 82 | );
|
73 | 83 | runOnlyForDeploymentPostprocessing = 0;
|
74 | 84 | };
|
| 85 | + CCD2603623F20F7200DFE5A4 /* Frameworks */ = { |
| 86 | + isa = PBXFrameworksBuildPhase; |
| 87 | + buildActionMask = 2147483647; |
| 88 | + files = ( |
| 89 | + ); |
| 90 | + runOnlyForDeploymentPostprocessing = 0; |
| 91 | + }; |
75 | 92 | /* End PBXFrameworksBuildPhase section */
|
76 | 93 |
|
77 | 94 | /* Begin PBXGroup section */
|
|
83 | 100 | CC99F5721B7AB66E00355E1E /* LICENSE */,
|
84 | 101 | CCB691501EB7710700B32D55 /* Package.swift */,
|
85 | 102 | CC99F5511B7AA6E200355E1E /* NumberKit */,
|
| 103 | + CCD2603A23F20F7200DFE5A4 /* NumberKit iOS */, |
86 | 104 | CC99F55D1B7AA6E200355E1E /* NumberKitTests */,
|
87 | 105 | CC99F5501B7AA6E200355E1E /* Products */,
|
88 | 106 | );
|
|
95 | 113 | children = (
|
96 | 114 | CC99F54F1B7AA6E200355E1E /* NumberKit.framework */,
|
97 | 115 | CC99F5591B7AA6E200355E1E /* NumberKitTests.xctest */,
|
| 116 | + CCD2603923F20F7200DFE5A4 /* NumberKit.framework */, |
98 | 117 | );
|
99 | 118 | name = Products;
|
100 | 119 | sourceTree = "<group>";
|
|
134 | 153 | sourceTree = "<group>";
|
135 | 154 | tabWidth = 2;
|
136 | 155 | };
|
| 156 | + CCD2603A23F20F7200DFE5A4 /* NumberKit iOS */ = { |
| 157 | + isa = PBXGroup; |
| 158 | + children = ( |
| 159 | + CCD2603B23F20F7200DFE5A4 /* NumberKit_iOS.h */, |
| 160 | + CCD2603C23F20F7200DFE5A4 /* Info.plist */, |
| 161 | + ); |
| 162 | + name = "NumberKit iOS"; |
| 163 | + path = "Sources/NumberKit iOS"; |
| 164 | + sourceTree = "<group>"; |
| 165 | + }; |
137 | 166 | /* End PBXGroup section */
|
138 | 167 |
|
139 | 168 | /* Begin PBXHeadersBuildPhase section */
|
|
145 | 174 | );
|
146 | 175 | runOnlyForDeploymentPostprocessing = 0;
|
147 | 176 | };
|
| 177 | + CCD2603423F20F7200DFE5A4 /* Headers */ = { |
| 178 | + isa = PBXHeadersBuildPhase; |
| 179 | + buildActionMask = 2147483647; |
| 180 | + files = ( |
| 181 | + CCD2603D23F20F7200DFE5A4 /* NumberKit_iOS.h in Headers */, |
| 182 | + ); |
| 183 | + runOnlyForDeploymentPostprocessing = 0; |
| 184 | + }; |
148 | 185 | /* End PBXHeadersBuildPhase section */
|
149 | 186 |
|
150 | 187 | /* Begin PBXNativeTarget section */
|
|
184 | 221 | productReference = CC99F5591B7AA6E200355E1E /* NumberKitTests.xctest */;
|
185 | 222 | productType = "com.apple.product-type.bundle.unit-test";
|
186 | 223 | };
|
| 224 | + CCD2603823F20F7200DFE5A4 /* NumberKit iOS */ = { |
| 225 | + isa = PBXNativeTarget; |
| 226 | + buildConfigurationList = CCD2604023F20F7200DFE5A4 /* Build configuration list for PBXNativeTarget "NumberKit iOS" */; |
| 227 | + buildPhases = ( |
| 228 | + CCD2603523F20F7200DFE5A4 /* Sources */, |
| 229 | + CCD2603623F20F7200DFE5A4 /* Frameworks */, |
| 230 | + CCD2603423F20F7200DFE5A4 /* Headers */, |
| 231 | + CCD2603723F20F7200DFE5A4 /* Resources */, |
| 232 | + ); |
| 233 | + buildRules = ( |
| 234 | + ); |
| 235 | + dependencies = ( |
| 236 | + ); |
| 237 | + name = "NumberKit iOS"; |
| 238 | + productName = "NumberKit-iOS"; |
| 239 | + productReference = CCD2603923F20F7200DFE5A4 /* NumberKit.framework */; |
| 240 | + productType = "com.apple.product-type.framework"; |
| 241 | + }; |
187 | 242 | /* End PBXNativeTarget section */
|
188 | 243 |
|
189 | 244 | /* Begin PBXProject section */
|
|
202 | 257 | CreatedOnToolsVersion = 7.0;
|
203 | 258 | LastSwiftMigration = 1020;
|
204 | 259 | };
|
| 260 | + CCD2603823F20F7200DFE5A4 = { |
| 261 | + CreatedOnToolsVersion = 11.3.1; |
| 262 | + DevelopmentTeam = C72Z63N8M5; |
| 263 | + ProvisioningStyle = Automatic; |
| 264 | + }; |
205 | 265 | };
|
206 | 266 | };
|
207 | 267 | buildConfigurationList = CC99F5491B7AA6E200355E1E /* Build configuration list for PBXProject "NumberKit" */;
|
|
218 | 278 | projectRoot = "";
|
219 | 279 | targets = (
|
220 | 280 | CC99F54E1B7AA6E200355E1E /* NumberKit */,
|
| 281 | + CCD2603823F20F7200DFE5A4 /* NumberKit iOS */, |
221 | 282 | CC99F5581B7AA6E200355E1E /* NumberKitTests */,
|
222 | 283 | );
|
223 | 284 | };
|
|
238 | 299 | );
|
239 | 300 | runOnlyForDeploymentPostprocessing = 0;
|
240 | 301 | };
|
| 302 | + CCD2603723F20F7200DFE5A4 /* Resources */ = { |
| 303 | + isa = PBXResourcesBuildPhase; |
| 304 | + buildActionMask = 2147483647; |
| 305 | + files = ( |
| 306 | + ); |
| 307 | + runOnlyForDeploymentPostprocessing = 0; |
| 308 | + }; |
241 | 309 | /* End PBXResourcesBuildPhase section */
|
242 | 310 |
|
243 | 311 | /* Begin PBXSourcesBuildPhase section */
|
|
266 | 334 | );
|
267 | 335 | runOnlyForDeploymentPostprocessing = 0;
|
268 | 336 | };
|
| 337 | + CCD2603523F20F7200DFE5A4 /* Sources */ = { |
| 338 | + isa = PBXSourcesBuildPhase; |
| 339 | + buildActionMask = 2147483647; |
| 340 | + files = ( |
| 341 | + CCD2604423F211A200DFE5A4 /* BigInt.swift in Sources */, |
| 342 | + CCD2604323F2119F00DFE5A4 /* FloatingPointNumber.swift in Sources */, |
| 343 | + CCD2604523F211A500DFE5A4 /* Rational.swift in Sources */, |
| 344 | + CCD2604123F2119900DFE5A4 /* NumberUtil.swift in Sources */, |
| 345 | + CCD2604623F211A800DFE5A4 /* Complex.swift in Sources */, |
| 346 | + CCD2604223F2119C00DFE5A4 /* IntegerNumber.swift in Sources */, |
| 347 | + ); |
| 348 | + runOnlyForDeploymentPostprocessing = 0; |
| 349 | + }; |
269 | 350 | /* End PBXSourcesBuildPhase section */
|
270 | 351 |
|
271 | 352 | /* Begin PBXTargetDependency section */
|
|
324 | 405 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
325 | 406 | GCC_WARN_UNUSED_FUNCTION = YES;
|
326 | 407 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 408 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
327 | 409 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
328 | 410 | MTL_ENABLE_DEBUG_INFO = YES;
|
329 | 411 | ONLY_ACTIVE_ARCH = YES;
|
330 | 412 | SDKROOT = macosx;
|
331 | 413 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
332 | 414 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
333 | 415 | SWIFT_VERSION = 5.0;
|
| 416 | + TARGETED_DEVICE_FAMILY = "1,2"; |
334 | 417 | VERSIONING_SYSTEM = "apple-generic";
|
335 | 418 | VERSION_INFO_PREFIX = "";
|
336 | 419 | };
|
|
377 | 460 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
378 | 461 | GCC_WARN_UNUSED_FUNCTION = YES;
|
379 | 462 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 463 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
380 | 464 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
381 | 465 | MTL_ENABLE_DEBUG_INFO = NO;
|
382 | 466 | SDKROOT = macosx;
|
383 | 467 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
384 | 468 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
385 | 469 | SWIFT_VERSION = 5.0;
|
| 470 | + TARGETED_DEVICE_FAMILY = "1,2"; |
386 | 471 | VERSIONING_SYSTEM = "apple-generic";
|
387 | 472 | VERSION_INFO_PREFIX = "";
|
388 | 473 | };
|
|
393 | 478 | buildSettings = {
|
394 | 479 | CLANG_ENABLE_MODULES = YES;
|
395 | 480 | COMBINE_HIDPI_IMAGES = YES;
|
| 481 | + CURRENT_PROJECT_VERSION = 1; |
396 | 482 | DEFINES_MODULE = YES;
|
397 | 483 | DYLIB_COMPATIBILITY_VERSION = 1;
|
398 | 484 | DYLIB_CURRENT_VERSION = 1;
|
|
401 | 487 | INFOPLIST_FILE = "$(SRCROOT)/Sources/NumberKit/Info.plist";
|
402 | 488 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
403 | 489 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
404 |
| - MARKETING_VERSION = 2.3.3; |
| 490 | + MARKETING_VERSION = 2.3.4; |
405 | 491 | PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
|
406 | 492 | PRODUCT_NAME = "$(TARGET_NAME)";
|
407 | 493 | SKIP_INSTALL = YES;
|
|
415 | 501 | buildSettings = {
|
416 | 502 | CLANG_ENABLE_MODULES = YES;
|
417 | 503 | COMBINE_HIDPI_IMAGES = YES;
|
| 504 | + CURRENT_PROJECT_VERSION = 1; |
418 | 505 | DEFINES_MODULE = YES;
|
419 | 506 | DYLIB_COMPATIBILITY_VERSION = 1;
|
420 | 507 | DYLIB_CURRENT_VERSION = 1;
|
|
423 | 510 | INFOPLIST_FILE = "$(SRCROOT)/Sources/NumberKit/Info.plist";
|
424 | 511 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
425 | 512 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
426 |
| - MARKETING_VERSION = 2.3.3; |
| 513 | + MARKETING_VERSION = 2.3.4; |
427 | 514 | PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit;
|
428 | 515 | PRODUCT_NAME = "$(TARGET_NAME)";
|
429 | 516 | SKIP_INSTALL = YES;
|
|
455 | 542 | };
|
456 | 543 | name = Release;
|
457 | 544 | };
|
| 545 | + CCD2603E23F20F7200DFE5A4 /* Debug */ = { |
| 546 | + isa = XCBuildConfiguration; |
| 547 | + buildSettings = { |
| 548 | + CLANG_ANALYZER_NONNULL = YES; |
| 549 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 550 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 551 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 552 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 553 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 554 | + CODE_SIGN_STYLE = Automatic; |
| 555 | + CURRENT_PROJECT_VERSION = 1; |
| 556 | + DEFINES_MODULE = YES; |
| 557 | + DEVELOPMENT_TEAM = C72Z63N8M5; |
| 558 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 559 | + DYLIB_CURRENT_VERSION = 1; |
| 560 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 561 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 562 | + INFOPLIST_FILE = "$(SRCROOT)/Sources/NumberKit iOS/Info.plist"; |
| 563 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 564 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 565 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 566 | + MARKETING_VERSION = 2.3.4; |
| 567 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 568 | + MTL_FAST_MATH = YES; |
| 569 | + PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit; |
| 570 | + PRODUCT_NAME = NumberKit; |
| 571 | + SDKROOT = iphoneos; |
| 572 | + SKIP_INSTALL = YES; |
| 573 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 574 | + SWIFT_VERSION = 5.0; |
| 575 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 576 | + }; |
| 577 | + name = Debug; |
| 578 | + }; |
| 579 | + CCD2603F23F20F7200DFE5A4 /* Release */ = { |
| 580 | + isa = XCBuildConfiguration; |
| 581 | + buildSettings = { |
| 582 | + CLANG_ANALYZER_NONNULL = YES; |
| 583 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 584 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 585 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 586 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 587 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 588 | + CODE_SIGN_STYLE = Automatic; |
| 589 | + CURRENT_PROJECT_VERSION = 1; |
| 590 | + DEFINES_MODULE = YES; |
| 591 | + DEVELOPMENT_TEAM = C72Z63N8M5; |
| 592 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 593 | + DYLIB_CURRENT_VERSION = 1; |
| 594 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 595 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 596 | + INFOPLIST_FILE = "$(SRCROOT)/Sources/NumberKit iOS/Info.plist"; |
| 597 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 598 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 599 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 600 | + MARKETING_VERSION = 2.3.4; |
| 601 | + MTL_FAST_MATH = YES; |
| 602 | + PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.NumberKit; |
| 603 | + PRODUCT_NAME = NumberKit; |
| 604 | + SDKROOT = iphoneos; |
| 605 | + SKIP_INSTALL = YES; |
| 606 | + SWIFT_VERSION = 5.0; |
| 607 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 608 | + VALIDATE_PRODUCT = YES; |
| 609 | + }; |
| 610 | + name = Release; |
| 611 | + }; |
458 | 612 | /* End XCBuildConfiguration section */
|
459 | 613 |
|
460 | 614 | /* Begin XCConfigurationList section */
|
|
485 | 639 | defaultConfigurationIsVisible = 0;
|
486 | 640 | defaultConfigurationName = Release;
|
487 | 641 | };
|
| 642 | + CCD2604023F20F7200DFE5A4 /* Build configuration list for PBXNativeTarget "NumberKit iOS" */ = { |
| 643 | + isa = XCConfigurationList; |
| 644 | + buildConfigurations = ( |
| 645 | + CCD2603E23F20F7200DFE5A4 /* Debug */, |
| 646 | + CCD2603F23F20F7200DFE5A4 /* Release */, |
| 647 | + ); |
| 648 | + defaultConfigurationIsVisible = 0; |
| 649 | + defaultConfigurationName = Release; |
| 650 | + }; |
488 | 651 | /* End XCConfigurationList section */
|
489 | 652 | };
|
490 | 653 | rootObject = CC99F5461B7AA6E200355E1E /* Project object */;
|
|
0 commit comments