|
35 | 35 | 06FA0DC421935115009B4DEB /* LsbBitWriterBenchmarks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06A81B0E2177947600B6B7BB /* LsbBitWriterBenchmarks.swift */; }; |
36 | 36 | 06FA0DC521935115009B4DEB /* MsbBitWriterBenchmarks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06A81B102177955500B6B7BB /* MsbBitWriterBenchmarks.swift */; }; |
37 | 37 | E608AB16253740C60036626D /* TestHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E608AB15253740C60036626D /* TestHelper.swift */; }; |
| 38 | + E62333132BD3ED6B005469A8 /* PrivacyInfo.xcprivacy in CopyFiles */ = {isa = PBXBuildFile; fileRef = E62333112BD3ECC2005469A8 /* PrivacyInfo.xcprivacy */; }; |
38 | 39 | E6425642267FA97E002D75D8 /* SignedNumberRepresentationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6425641267FA97E002D75D8 /* SignedNumberRepresentationTests.swift */; }; |
39 | 40 | /* End PBXBuildFile section */ |
40 | 41 |
|
|
55 | 56 | }; |
56 | 57 | /* End PBXContainerItemProxy section */ |
57 | 58 |
|
| 59 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 60 | + E62333122BD3ED52005469A8 /* CopyFiles */ = { |
| 61 | + isa = PBXCopyFilesBuildPhase; |
| 62 | + buildActionMask = 2147483647; |
| 63 | + dstPath = ""; |
| 64 | + dstSubfolderSpec = 7; |
| 65 | + files = ( |
| 66 | + E62333132BD3ED6B005469A8 /* PrivacyInfo.xcprivacy in CopyFiles */, |
| 67 | + ); |
| 68 | + runOnlyForDeploymentPostprocessing = 0; |
| 69 | + }; |
| 70 | +/* End PBXCopyFilesBuildPhase section */ |
| 71 | + |
58 | 72 | /* Begin PBXFileReference section */ |
59 | 73 | 0602483B225A0416006143B1 /* ByteReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteReader.swift; sourceTree = "<group>"; }; |
60 | 74 | 060F68312176024400688683 /* LsbBitReaderBenchmarks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LsbBitReaderBenchmarks.swift; sourceTree = "<group>"; }; |
61 | 75 | 060F6833217604E800688683 /* MsbBitReaderBenchmarks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MsbBitReaderBenchmarks.swift; sourceTree = "<group>"; }; |
62 | | - 062BE3301FFBB9E300343CAD /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxMain.swift; sourceTree = "<group>"; }; |
63 | 76 | 064344992259F88C00D8EB57 /* BigEndianByteReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigEndianByteReader.swift; sourceTree = "<group>"; }; |
64 | 77 | 0643449B2259FB2200D8EB57 /* BigEndianByteReaderBenchmarks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigEndianByteReaderBenchmarks.swift; sourceTree = "<group>"; }; |
65 | 78 | 0643449D2259FB2F00D8EB57 /* BigEndianByteReaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigEndianByteReaderTests.swift; sourceTree = "<group>"; }; |
|
86 | 99 | 06F0656C1FFAEA4B00312A82 /* BitByteData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BitByteData.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
87 | 100 | 06F065811FFAEAA000312A82 /* TestBitByteData.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestBitByteData.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
88 | 101 | E608AB15253740C60036626D /* TestHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHelper.swift; sourceTree = "<group>"; }; |
| 102 | + E62333112BD3ECC2005469A8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
89 | 103 | E6425641267FA97E002D75D8 /* SignedNumberRepresentationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignedNumberRepresentationTests.swift; sourceTree = "<group>"; }; |
90 | 104 | E6C168EA28DF190200E7345D /* BitByteData.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = BitByteData.xctestplan; path = BitByteData.xcodeproj/BitByteData.xctestplan; sourceTree = "<group>"; }; |
91 | 105 | /* End PBXFileReference section */ |
|
149 | 163 | 06F0655D1FFAEA1F00312A82 /* BitWriter.swift */, |
150 | 164 | 06F0655E1FFAEA1F00312A82 /* LsbBitWriter.swift */, |
151 | 165 | 06F0655C1FFAEA1F00312A82 /* MsbBitWriter.swift */, |
| 166 | + E62333112BD3ECC2005469A8 /* PrivacyInfo.xcprivacy */, |
152 | 167 | ); |
153 | 168 | path = Sources; |
154 | 169 | sourceTree = "<group>"; |
|
158 | 173 | children = ( |
159 | 174 | 065DD5E021673BC100704028 /* BitByteDataBenchmarks */, |
160 | 175 | 06F065611FFAEA1F00312A82 /* BitByteDataTests */, |
161 | | - 062BE3301FFBB9E300343CAD /* LinuxMain.swift */, |
162 | 176 | ); |
163 | 177 | path = Tests; |
164 | 178 | sourceTree = "<group>"; |
|
213 | 227 | buildConfigurationList = 06F065721FFAEA4C00312A82 /* Build configuration list for PBXNativeTarget "BitByteData" */; |
214 | 228 | buildPhases = ( |
215 | 229 | 06F065671FFAEA4B00312A82 /* Sources */, |
| 230 | + E62333122BD3ED52005469A8 /* CopyFiles */, |
216 | 231 | ); |
217 | 232 | buildRules = ( |
218 | 233 | ); |
|
249 | 264 | BuildIndependentTargetsInParallel = YES; |
250 | 265 | DefaultBuildSystemTypeForWorkspace = Latest; |
251 | 266 | LastSwiftUpdateCheck = 1000; |
252 | | - LastUpgradeCheck = 1430; |
| 267 | + LastUpgradeCheck = 1530; |
253 | 268 | ORGANIZATIONNAME = "Timofey Solomko"; |
254 | 269 | TargetAttributes = { |
255 | 270 | 065DD5DE21673BC100704028 = { |
|
390 | 405 | isa = XCBuildConfiguration; |
391 | 406 | buildSettings = { |
392 | 407 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 408 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
393 | 409 | CLANG_ENABLE_OBJC_WEAK = YES; |
394 | 410 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
395 | 411 | CLANG_WARN_BOOL_CONVERSION = YES; |
|
409 | 425 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
410 | 426 | CLANG_WARN_UNREACHABLE_CODE = YES; |
411 | 427 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
412 | | - CURRENT_PROJECT_VERSION = 29; |
| 428 | + CURRENT_PROJECT_VERSION = 30; |
413 | 429 | DEAD_CODE_STRIPPING = YES; |
414 | 430 | DEBUG_INFORMATION_FORMAT = dwarf; |
415 | 431 | EAGER_LINKING = YES; |
416 | 432 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
417 | 433 | ENABLE_TESTABILITY = YES; |
| 434 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
418 | 435 | GCC_NO_COMMON_BLOCKS = YES; |
419 | 436 | GCC_OPTIMIZATION_LEVEL = 0; |
420 | 437 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
428 | 445 | ONLY_ACTIVE_ARCH = YES; |
429 | 446 | OTHER_CODE_SIGN_FLAGS = "--deep"; |
430 | 447 | SDKROOT = macosx; |
431 | | - SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos"; |
| 448 | + SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos xrsimulator xros"; |
432 | 449 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
433 | 450 | SWIFT_VERSION = 5.0; |
434 | 451 | TVOS_DEPLOYMENT_TARGET = 11.0; |
435 | 452 | VERSIONING_SYSTEM = "apple-generic"; |
436 | 453 | WATCHOS_DEPLOYMENT_TARGET = 4.0; |
| 454 | + XROS_DEPLOYMENT_TARGET = 1.0; |
437 | 455 | }; |
438 | 456 | name = Debug; |
439 | 457 | }; |
440 | 458 | 06F065551FFAE9EC00312A82 /* Release */ = { |
441 | 459 | isa = XCBuildConfiguration; |
442 | 460 | buildSettings = { |
443 | 461 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 462 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
444 | 463 | CLANG_ENABLE_OBJC_WEAK = YES; |
445 | 464 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
446 | 465 | CLANG_WARN_BOOL_CONVERSION = YES; |
|
460 | 479 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
461 | 480 | CLANG_WARN_UNREACHABLE_CODE = YES; |
462 | 481 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
463 | | - CURRENT_PROJECT_VERSION = 29; |
| 482 | + CURRENT_PROJECT_VERSION = 30; |
464 | 483 | DEAD_CODE_STRIPPING = YES; |
465 | 484 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
466 | 485 | EAGER_LINKING = YES; |
467 | 486 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 487 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
468 | 488 | GCC_NO_COMMON_BLOCKS = YES; |
469 | 489 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
470 | 490 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
|
476 | 496 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
477 | 497 | OTHER_CODE_SIGN_FLAGS = "--deep"; |
478 | 498 | SDKROOT = macosx; |
479 | | - SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos"; |
| 499 | + SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos xrsimulator xros"; |
480 | 500 | SWIFT_COMPILATION_MODE = wholemodule; |
481 | 501 | SWIFT_VERSION = 5.0; |
482 | 502 | TVOS_DEPLOYMENT_TARGET = 11.0; |
483 | 503 | VERSIONING_SYSTEM = "apple-generic"; |
484 | 504 | WATCHOS_DEPLOYMENT_TARGET = 4.0; |
| 505 | + XROS_DEPLOYMENT_TARGET = 1.0; |
485 | 506 | }; |
486 | 507 | name = Release; |
487 | 508 | }; |
|
491 | 512 | APPLICATION_EXTENSION_API_ONLY = YES; |
492 | 513 | DEFINES_MODULE = YES; |
493 | 514 | DYLIB_COMPATIBILITY_VERSION = 1; |
494 | | - DYLIB_CURRENT_VERSION = 29; |
| 515 | + DYLIB_CURRENT_VERSION = 30; |
495 | 516 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
496 | 517 | ENABLE_MODULE_VERIFIER = YES; |
497 | 518 | INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist; |
|
518 | 539 | APPLICATION_EXTENSION_API_ONLY = YES; |
519 | 540 | DEFINES_MODULE = YES; |
520 | 541 | DYLIB_COMPATIBILITY_VERSION = 1; |
521 | | - DYLIB_CURRENT_VERSION = 29; |
| 542 | + DYLIB_CURRENT_VERSION = 30; |
522 | 543 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
523 | 544 | ENABLE_MODULE_VERIFIER = YES; |
524 | 545 | INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist; |
|
0 commit comments