diff options
Diffstat (limited to 'iGopherBrowser.xcodeproj')
4 files changed, 46 insertions, 27 deletions
diff --git a/iGopherBrowser.xcodeproj/project.pbxproj b/iGopherBrowser.xcodeproj/project.pbxproj index 1873e43..ab84c8d 100644 --- a/iGopherBrowser.xcodeproj/project.pbxproj +++ b/iGopherBrowser.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ 3E6584872B7409740078C282 /* BookmarksView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E6584862B7409740078C282 /* BookmarksView.swift */; }; 3E76CF862B36AC2900979E1A /* iGopherBrowserUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E76CF852B36AC2900979E1A /* iGopherBrowserUITests.swift */; }; 3E76CF882B36AC2900979E1A /* iGopherBrowserUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E76CF872B36AC2900979E1A /* iGopherBrowserUITestsLaunchTests.swift */; }; - 3EC1DF8D2B323A1900EDD707 /* SwiftGopherClient in Frameworks */ = {isa = PBXBuildFile; productRef = 3EC1DF8C2B323A1900EDD707 /* SwiftGopherClient */; }; + 3ECC94072C56F1BC0028D64D /* SwiftGopherClient in Frameworks */ = {isa = PBXBuildFile; productRef = 3ECC94062C56F1BC0028D64D /* SwiftGopherClient */; }; 3ECFE7432B4493F300AEBAE0 /* TelemetryClient in Frameworks */ = {isa = PBXBuildFile; productRef = 3ECFE7422B4493F300AEBAE0 /* TelemetryClient */; }; 3EFB9C0D2B2E4F06005EAD7C /* SearchInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */; }; 3EFB9C0F2B2E6325005EAD7C /* FileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */; }; @@ -60,7 +60,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3EC1DF8D2B323A1900EDD707 /* SwiftGopherClient in Frameworks */, + 3ECC94072C56F1BC0028D64D /* SwiftGopherClient in Frameworks */, 3ECFE7432B4493F300AEBAE0 /* TelemetryClient in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -156,8 +156,8 @@ ); name = iGopherBrowser; packageProductDependencies = ( - 3EC1DF8C2B323A1900EDD707 /* SwiftGopherClient */, 3ECFE7422B4493F300AEBAE0 /* TelemetryClient */, + 3ECC94062C56F1BC0028D64D /* SwiftGopherClient */, ); productName = iGopherBrowser; productReference = 3E1BCC522B297E9B00A4CB69 /* iGopherBrowser.app */; @@ -189,7 +189,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1500; - LastUpgradeCheck = 1500; + LastUpgradeCheck = 1530; TargetAttributes = { 3E1BCC512B297E9B00A4CB69 = { CreatedOnToolsVersion = 15.0; @@ -210,8 +210,8 @@ ); mainGroup = 3E1BCC492B297E9B00A4CB69; packageReferences = ( - 3EC1DF8B2B323A0600EDD707 /* XCRemoteSwiftPackageReference "swift-gopher" */, 3ECFE7412B4493F300AEBAE0 /* XCRemoteSwiftPackageReference "SwiftClient" */, + 3ECC94052C56F1BC0028D64D /* XCRemoteSwiftPackageReference "swift-gopher" */, ); productRefGroup = 3E1BCC532B297E9B00A4CB69 /* Products */; projectDirPath = ""; @@ -313,6 +313,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -374,6 +375,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -398,10 +400,12 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 14; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\""; DEVELOPMENT_TEAM = 6BS49F3GLW; ENABLE_HARDENED_RUNTIME = YES; @@ -423,7 +427,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.0.8; PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; @@ -440,10 +444,12 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 14; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\""; DEVELOPMENT_TEAM = 6BS49F3GLW; ENABLE_HARDENED_RUNTIME = YES; @@ -465,7 +471,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 1.0.6; + MARKETING_VERSION = 1.0.8; PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; @@ -482,6 +488,7 @@ buildSettings = { CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 6BS49F3GLW; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; @@ -503,6 +510,7 @@ buildSettings = { CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 6BS49F3GLW; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; @@ -552,9 +560,9 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 3EC1DF8B2B323A0600EDD707 /* XCRemoteSwiftPackageReference "swift-gopher" */ = { + 3ECC94052C56F1BC0028D64D /* XCRemoteSwiftPackageReference "swift-gopher" */ = { isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/navanchauhan/swift-gopher"; + repositoryURL = "https://github.com/navanchauhan/swift-gopher.git"; requirement = { branch = master; kind = branch; @@ -571,9 +579,9 @@ /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 3EC1DF8C2B323A1900EDD707 /* SwiftGopherClient */ = { + 3ECC94062C56F1BC0028D64D /* SwiftGopherClient */ = { isa = XCSwiftPackageProductDependency; - package = 3EC1DF8B2B323A0600EDD707 /* XCRemoteSwiftPackageReference "swift-gopher" */; + package = 3ECC94052C56F1BC0028D64D /* XCRemoteSwiftPackageReference "swift-gopher" */; productName = SwiftGopherClient; }; 3ECFE7422B4493F300AEBAE0 /* TelemetryClient */ = { diff --git a/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a52fef6..92cb36a 100644 --- a/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "56c8501113dc3988ff26a73d0f37f6285ebe551a14563d31aca1e5b96fb22408", "pins" : [ { "identity" : "swift-atomics", @@ -14,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections.git", "state" : { - "revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307", - "version" : "1.0.5" + "revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d", + "version" : "1.1.2" } }, { @@ -24,7 +25,7 @@ "location" : "https://github.com/navanchauhan/swift-gopher", "state" : { "branch" : "master", - "revision" : "9fc992d316ffb2773df1a1fd352602cedadce2be" + "revision" : "bdecfea74933ecbe28af0ae77b8a5bc87e3fc445" } }, { @@ -32,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio", "state" : { - "revision" : "702cd7c56d5d44eeba73fdf83918339b26dc855c", - "version" : "2.62.0" + "revision" : "e4abde8be0e49dc7d66e6eed651254accdcd9533", + "version" : "2.69.0" } }, { @@ -41,8 +42,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio-transport-services.git", "state" : { - "revision" : "ebf8b9c365a6ce043bf6e6326a04b15589bd285e", - "version" : "1.20.0" + "revision" : "38ac8221dd20674682148d6451367f89c2652980", + "version" : "1.21.0" + } + }, + { + "identity" : "swift-system", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-system.git", + "state" : { + "revision" : "d2ba781702a1d8285419c15ee62fd734a9437ff5", + "version" : "1.3.2" } }, { @@ -50,10 +60,10 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/TelemetryDeck/SwiftClient", "state" : { - "revision" : "98500be378267abaa072ed08c2caf7da6493489e", - "version" : "1.5.0" + "revision" : "d20ccc4b8266cf739eede58cdfc7e9c6ffb41cda", + "version" : "1.5.1" } } ], - "version" : 2 + "version" : 3 } diff --git a/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowser.xcscheme b/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowser.xcscheme index 14a1259..cb290ed 100644 --- a/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowser.xcscheme +++ b/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowser.xcscheme @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "1500" + LastUpgradeVersion = "1530" version = "1.7"> <BuildAction parallelizeBuildables = "YES" diff --git a/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowserUITests.xcscheme b/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowserUITests.xcscheme index 37ba178..3e5cdad 100644 --- a/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowserUITests.xcscheme +++ b/iGopherBrowser.xcodeproj/xcshareddata/xcschemes/iGopherBrowserUITests.xcscheme @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "1500" + LastUpgradeVersion = "1530" version = "2.2"> <BuildAction parallelizeBuildables = "YES" @@ -12,8 +12,9 @@ buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES"> - <AutocreatedTestPlanReference> - </AutocreatedTestPlanReference> + <TestPlanReference + reference = "container:iGopherBrowserUITests.xctestplan"> + </TestPlanReference> </BuildActionEntry> </BuildActionEntries> </BuildAction> |