diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-01-03 01:03:50 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-01-03 01:03:50 +0530 |
commit | 4166d82875dcb224d3d67b9e5d01f58f7c7d22d2 (patch) | |
tree | 08564cfcdefe357ac7943ed7bcd123f07f37b1a2 /iGopherBrowser.xcodeproj/project.pbxproj | |
parent | 7c3e626b0ae69d6ef686ba1c06175ded5d346eea (diff) |
add telemetrydeck and format
Diffstat (limited to 'iGopherBrowser.xcodeproj/project.pbxproj')
-rw-r--r-- | iGopherBrowser.xcodeproj/project.pbxproj | 162 |
1 files changed, 158 insertions, 4 deletions
diff --git a/iGopherBrowser.xcodeproj/project.pbxproj b/iGopherBrowser.xcodeproj/project.pbxproj index c75763c..e200c0c 100644 --- a/iGopherBrowser.xcodeproj/project.pbxproj +++ b/iGopherBrowser.xcodeproj/project.pbxproj @@ -12,13 +12,27 @@ 3E1BCC5C2B297E9C00A4CB69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E1BCC5B2B297E9C00A4CB69 /* Assets.xcassets */; }; 3E1BCC602B297E9C00A4CB69 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E1BCC5F2B297E9C00A4CB69 /* Preview Assets.xcassets */; }; 3E1BCC862B299E9F00A4CB69 /* SidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1BCC852B299E9F00A4CB69 /* SidebarView.swift */; }; + 3E52F6422B3697B000F0921C /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E52F6412B3697B000F0921C /* SettingsView.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 */; }; + 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 */; }; 3EFB9C112B2E869C005EAD7C /* BrowserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C102B2E869C005EAD7C /* BrowserView.swift */; }; 3EFB9C132B2E872A005EAD7C /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C122B2E872A005EAD7C /* Helpers.swift */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 3E76CF892B36AC2900979E1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 3E1BCC4A2B297E9B00A4CB69 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3E1BCC512B297E9B00A4CB69; + remoteInfo = iGopherBrowser; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ 3E1BCC522B297E9B00A4CB69 /* iGopherBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iGopherBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3E1BCC552B297E9B00A4CB69 /* iGopherBrowserApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iGopherBrowserApp.swift; sourceTree = "<group>"; }; @@ -28,6 +42,11 @@ 3E1BCC5F2B297E9C00A4CB69 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 3E1BCC612B297E9C00A4CB69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 3E1BCC852B299E9F00A4CB69 /* SidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarView.swift; sourceTree = "<group>"; }; + 3E52F6412B3697B000F0921C /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; + 3E76CF832B36AC2900979E1A /* iGopherBrowserUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iGopherBrowserUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 3E76CF852B36AC2900979E1A /* iGopherBrowserUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iGopherBrowserUITests.swift; sourceTree = "<group>"; }; + 3E76CF872B36AC2900979E1A /* iGopherBrowserUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iGopherBrowserUITestsLaunchTests.swift; sourceTree = "<group>"; }; + 3EA9102E2B399F150078150C /* iGopherBrowserUITests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = iGopherBrowserUITests.xctestplan; sourceTree = "<group>"; }; 3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchInputView.swift; sourceTree = "<group>"; }; 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileView.swift; sourceTree = "<group>"; }; 3EFB9C102B2E869C005EAD7C /* BrowserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserView.swift; sourceTree = "<group>"; }; @@ -40,6 +59,14 @@ buildActionMask = 2147483647; files = ( 3EC1DF8D2B323A1900EDD707 /* SwiftGopherClient in Frameworks */, + 3ECFE7432B4493F300AEBAE0 /* TelemetryClient in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3E76CF802B36AC2900979E1A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( ); runOnlyForDeploymentPostprocessing = 0; }; @@ -49,7 +76,9 @@ 3E1BCC492B297E9B00A4CB69 = { isa = PBXGroup; children = ( + 3EA9102E2B399F150078150C /* iGopherBrowserUITests.xctestplan */, 3E1BCC542B297E9B00A4CB69 /* iGopherBrowser */, + 3E76CF842B36AC2900979E1A /* iGopherBrowserUITests */, 3E1BCC532B297E9B00A4CB69 /* Products */, 3E1BCC7A2B29885900A4CB69 /* Frameworks */, ); @@ -59,6 +88,7 @@ isa = PBXGroup; children = ( 3E1BCC522B297E9B00A4CB69 /* iGopherBrowser.app */, + 3E76CF832B36AC2900979E1A /* iGopherBrowserUITests.xctest */, ); name = Products; sourceTree = "<group>"; @@ -77,6 +107,7 @@ 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */, 3EFB9C102B2E869C005EAD7C /* BrowserView.swift */, 3EFB9C122B2E872A005EAD7C /* Helpers.swift */, + 3E52F6412B3697B000F0921C /* SettingsView.swift */, ); path = iGopherBrowser; sourceTree = "<group>"; @@ -96,6 +127,15 @@ name = Frameworks; sourceTree = "<group>"; }; + 3E76CF842B36AC2900979E1A /* iGopherBrowserUITests */ = { + isa = PBXGroup; + children = ( + 3E76CF852B36AC2900979E1A /* iGopherBrowserUITests.swift */, + 3E76CF872B36AC2900979E1A /* iGopherBrowserUITestsLaunchTests.swift */, + ); + path = iGopherBrowserUITests; + sourceTree = "<group>"; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -114,11 +154,30 @@ name = iGopherBrowser; packageProductDependencies = ( 3EC1DF8C2B323A1900EDD707 /* SwiftGopherClient */, + 3ECFE7422B4493F300AEBAE0 /* TelemetryClient */, ); productName = iGopherBrowser; productReference = 3E1BCC522B297E9B00A4CB69 /* iGopherBrowser.app */; productType = "com.apple.product-type.application"; }; + 3E76CF822B36AC2900979E1A /* iGopherBrowserUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E76CF8B2B36AC2900979E1A /* Build configuration list for PBXNativeTarget "iGopherBrowserUITests" */; + buildPhases = ( + 3E76CF7F2B36AC2900979E1A /* Sources */, + 3E76CF802B36AC2900979E1A /* Frameworks */, + 3E76CF812B36AC2900979E1A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 3E76CF8A2B36AC2900979E1A /* PBXTargetDependency */, + ); + name = iGopherBrowserUITests; + productName = iGopherBrowserUITests; + productReference = 3E76CF832B36AC2900979E1A /* iGopherBrowserUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -132,6 +191,10 @@ 3E1BCC512B297E9B00A4CB69 = { CreatedOnToolsVersion = 15.0; }; + 3E76CF822B36AC2900979E1A = { + CreatedOnToolsVersion = 15.0; + TestTargetID = 3E1BCC512B297E9B00A4CB69; + }; }; }; buildConfigurationList = 3E1BCC4D2B297E9B00A4CB69 /* Build configuration list for PBXProject "iGopherBrowser" */; @@ -145,12 +208,14 @@ mainGroup = 3E1BCC492B297E9B00A4CB69; packageReferences = ( 3EC1DF8B2B323A0600EDD707 /* XCRemoteSwiftPackageReference "swift-gopher" */, + 3ECFE7412B4493F300AEBAE0 /* XCRemoteSwiftPackageReference "SwiftClient" */, ); productRefGroup = 3E1BCC532B297E9B00A4CB69 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 3E1BCC512B297E9B00A4CB69 /* iGopherBrowser */, + 3E76CF822B36AC2900979E1A /* iGopherBrowserUITests */, ); }; /* End PBXProject section */ @@ -165,6 +230,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3E76CF812B36AC2900979E1A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -173,6 +245,7 @@ buildActionMask = 2147483647; files = ( 3EFB9C0F2B2E6325005EAD7C /* FileView.swift in Sources */, + 3E52F6422B3697B000F0921C /* SettingsView.swift in Sources */, 3E1BCC582B297E9B00A4CB69 /* ContentView.swift in Sources */, 3EFB9C112B2E869C005EAD7C /* BrowserView.swift in Sources */, 3EFB9C132B2E872A005EAD7C /* Helpers.swift in Sources */, @@ -182,8 +255,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3E76CF7F2B36AC2900979E1A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3E76CF882B36AC2900979E1A /* iGopherBrowserUITestsLaunchTests.swift in Sources */, + 3E76CF862B36AC2900979E1A /* iGopherBrowserUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 3E76CF8A2B36AC2900979E1A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3E1BCC512B297E9B00A4CB69 /* iGopherBrowser */; + targetProxy = 3E76CF892B36AC2900979E1A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ 3E1BCC622B297E9C00A4CB69 /* Debug */ = { isa = XCBuildConfiguration; @@ -307,7 +397,7 @@ CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\""; DEVELOPMENT_TEAM = 6BS49F3GLW; ENABLE_HARDENED_RUNTIME = YES; @@ -328,7 +418,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; + MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; @@ -348,7 +438,7 @@ CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\""; DEVELOPMENT_TEAM = 6BS49F3GLW; ENABLE_HARDENED_RUNTIME = YES; @@ -369,7 +459,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; + MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; @@ -381,6 +471,48 @@ }; name = Release; }; + 3E76CF8C2B36AC2900979E1A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6BS49F3GLW; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowserUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = iGopherBrowser; + }; + name = Debug; + }; + 3E76CF8D2B36AC2900979E1A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6BS49F3GLW; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowserUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = iGopherBrowser; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -402,6 +534,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3E76CF8B2B36AC2900979E1A /* Build configuration list for PBXNativeTarget "iGopherBrowserUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E76CF8C2B36AC2900979E1A /* Debug */, + 3E76CF8D2B36AC2900979E1A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ @@ -413,6 +554,14 @@ kind = branch; }; }; + 3ECFE7412B4493F300AEBAE0 /* XCRemoteSwiftPackageReference "SwiftClient" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/TelemetryDeck/SwiftClient"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 1.5.0; + }; + }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ @@ -421,6 +570,11 @@ package = 3EC1DF8B2B323A0600EDD707 /* XCRemoteSwiftPackageReference "swift-gopher" */; productName = SwiftGopherClient; }; + 3ECFE7422B4493F300AEBAE0 /* TelemetryClient */ = { + isa = XCSwiftPackageProductDependency; + package = 3ECFE7412B4493F300AEBAE0 /* XCRemoteSwiftPackageReference "SwiftClient" */; + productName = TelemetryClient; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 3E1BCC4A2B297E9B00A4CB69 /* Project object */; |