Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Generate Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 12, 2024
1 parent a53f640 commit 35a4ba7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 68 deletions.
16 changes: 8 additions & 8 deletions Aware.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
036EBD181C1408C200121D0B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
036EBD1A1C1408C200121D0B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
036EBD1D1C1408C200121D0B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
036EBD1F1C1408C200121D0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
038D0B381C4DDD5600040C44 /* Aware.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Aware.entitlements; sourceTree = "<group>"; };
03F9E2261C24CAD3001DBE86 /* AwareTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AwareTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
03F9E22A1C24CAD3001DBE86 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
03F9E2301C24CCA8001DBE86 /* NSTimeIntervalFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSTimeIntervalFormatter.swift; sourceTree = "<group>"; };
03F9E2321C24CD2E001DBE86 /* NSTimeIntervalFormatterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSTimeIntervalFormatterTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -84,7 +82,6 @@
036EBD1A1C1408C200121D0B /* Assets.xcassets */,
036EBD1C1C1408C200121D0B /* MainMenu.xib */,
038D0B381C4DDD5600040C44 /* Aware.entitlements */,
036EBD1F1C1408C200121D0B /* Info.plist */,
);
path = Aware;
sourceTree = "<group>";
Expand All @@ -93,7 +90,6 @@
isa = PBXGroup;
children = (
03F9E2321C24CD2E001DBE86 /* NSTimeIntervalFormatterTests.swift */,
03F9E22A1C24CAD3001DBE86 /* Info.plist */,
);
path = AwareTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -362,7 +358,9 @@
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 5SW9VUVYKC;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Aware/Info.plist;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSUIElement = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.Aware;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -382,7 +380,9 @@
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 5SW9VUVYKC;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Aware/Info.plist;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSUIElement = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.Aware;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -400,7 +400,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 5SW9VUVYKC;
INFOPLIST_FILE = AwareTests/Info.plist;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.AwareTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -418,7 +418,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 5SW9VUVYKC;
INFOPLIST_FILE = AwareTests/Info.plist;
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.AwareTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
36 changes: 0 additions & 36 deletions Aware/Info.plist

This file was deleted.

24 changes: 0 additions & 24 deletions AwareTests/Info.plist

This file was deleted.

0 comments on commit 35a4ba7

Please sign in to comment.