aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-02-07 15:02:39 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2024-02-07 15:02:39 -0700
commit17737dcf3961dc5bfa3ad4c9ec41db85fb1b2afe (patch)
treeb981632520182ee730eab3725ea7f695f751266b
parent6dff2cef31cc3aacc1589775d4dfbe31a79b87a2 (diff)
format
-rw-r--r--iGopherBrowser.xcodeproj/project.pbxproj14
1 files changed, 10 insertions, 4 deletions
diff --git a/iGopherBrowser.xcodeproj/project.pbxproj b/iGopherBrowser.xcodeproj/project.pbxproj
index f9dfaba..1873e43 100644
--- a/iGopherBrowser.xcodeproj/project.pbxproj
+++ b/iGopherBrowser.xcodeproj/project.pbxproj
@@ -13,6 +13,7 @@
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 */; };
+ 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 */; };
@@ -43,6 +44,7 @@
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>"; };
+ 3E6584862B7409740078C282 /* BookmarksView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookmarksView.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>"; };
@@ -106,6 +108,7 @@
3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */,
3EFB9C0E2B2E6325005EAD7C /* FileView.swift */,
3EFB9C102B2E869C005EAD7C /* BrowserView.swift */,
+ 3E6584862B7409740078C282 /* BookmarksView.swift */,
3EFB9C122B2E872A005EAD7C /* Helpers.swift */,
3E52F6412B3697B000F0921C /* SettingsView.swift */,
);
@@ -248,6 +251,7 @@
3E52F6422B3697B000F0921C /* SettingsView.swift in Sources */,
3E1BCC582B297E9B00A4CB69 /* ContentView.swift in Sources */,
3EFB9C112B2E869C005EAD7C /* BrowserView.swift in Sources */,
+ 3E6584872B7409740078C282 /* BookmarksView.swift in Sources */,
3EFB9C132B2E872A005EAD7C /* Helpers.swift in Sources */,
3E1BCC862B299E9F00A4CB69 /* SidebarView.swift in Sources */,
3E1BCC562B297E9B00A4CB69 /* iGopherBrowserApp.swift in Sources */,
@@ -397,13 +401,14 @@
CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 7;
+ CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\"";
DEVELOPMENT_TEAM = 6BS49F3GLW;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = iGopherBrowser/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -418,7 +423,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.4;
+ MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
@@ -438,13 +443,14 @@
CODE_SIGN_ENTITLEMENTS = iGopherBrowser/iGopherBrowser.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 7;
+ CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"iGopherBrowser/Preview Content\"";
DEVELOPMENT_TEAM = 6BS49F3GLW;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = iGopherBrowser/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -459,7 +465,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.4;
+ MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = com.navanchauhan.iGopherBrowser;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;