feat: 🚧 Creating the basic menu

This commit is contained in:
2023-07-06 18:56:33 +02:00
parent 808afe7ab4
commit aad0425f5f
4 changed files with 39 additions and 17 deletions

View File

@ -11,6 +11,7 @@
2C162C852A5721BA00C3F8A3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C162C842A5721BA00C3F8A3 /* ContentView.swift */; };
2C162C872A5721BB00C3F8A3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2C162C862A5721BB00C3F8A3 /* Assets.xcassets */; };
2C162C8A2A5721BB00C3F8A3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2C162C892A5721BB00C3F8A3 /* Preview Assets.xcassets */; };
2C162C922A57259B00C3F8A3 /* ApiKeyWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C162C912A57259B00C3F8A3 /* ApiKeyWindow.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -20,6 +21,8 @@
2C162C862A5721BB00C3F8A3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2C162C892A5721BB00C3F8A3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
2C162C8B2A5721BB00C3F8A3 /* shortmenu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = shortmenu.entitlements; sourceTree = "<group>"; };
2C162C912A57259B00C3F8A3 /* ApiKeyWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiKeyWindow.swift; sourceTree = "<group>"; };
2C162C932A5726A900C3F8A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -52,7 +55,9 @@
2C162C812A5721BA00C3F8A3 /* shortmenu */ = {
isa = PBXGroup;
children = (
2C162C932A5726A900C3F8A3 /* Info.plist */,
2C162C822A5721BA00C3F8A3 /* shortmenuApp.swift */,
2C162C912A57259B00C3F8A3 /* ApiKeyWindow.swift */,
2C162C842A5721BA00C3F8A3 /* ContentView.swift */,
2C162C862A5721BB00C3F8A3 /* Assets.xcassets */,
2C162C8B2A5721BB00C3F8A3 /* shortmenu.entitlements */,
@ -140,6 +145,7 @@
buildActionMask = 2147483647;
files = (
2C162C852A5721BA00C3F8A3 /* ContentView.swift in Sources */,
2C162C922A57259B00C3F8A3 /* ApiKeyWindow.swift in Sources */,
2C162C832A5721BA00C3F8A3 /* shortmenuApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -274,6 +280,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = shortmenu/Info.plist;
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
@ -302,6 +309,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = shortmenu/Info.plist;
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (