Made system-tray only for this app.
This commit is contained in:
parent
3992a4f9d0
commit
b2d6f95f70
11 changed files with 80 additions and 841 deletions
|
|
@ -7,12 +7,9 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
0ED897B912F95BB51D023D21 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BC8C459FAEBF6E4430F356C /* ContentView.swift */; };
|
||||
1996632E29C85D523F161D27 /* GlassModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8A1E4DD25148C4B779DD7AB /* GlassModifiers.swift */; };
|
||||
21C59AA87880BE42C84FA5AF /* StatusIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD85A3510C05A9BCF2AE3967 /* StatusIndicator.swift */; };
|
||||
26F71842BA0787F021CAA6B2 /* SystemCommandService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F78DC8BF18792636E9816D1 /* SystemCommandService.swift */; };
|
||||
2771ADA7302CEF6100A74E0C /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 2771ADA6302CEF6100A74E0C /* Localizable.xcstrings */; };
|
||||
46B0F9471E81979738AF3B77 /* TTLControlPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F622A688DC3081B00C57AF0 /* TTLControlPanel.swift */; };
|
||||
27B058A1302E147A00DC87F2 /* appicon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 27B058A0302E147A00DC87F2 /* appicon.icon */; };
|
||||
C2D263A68C7C3715C72D43E0 /* AuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303AC637A762389B92B1789E /* AuthenticationService.swift */; };
|
||||
C6FE29A2579CCD7D90FD002A /* TetheringHiderApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF970E56192546A80A72095 /* TetheringHiderApp.swift */; };
|
||||
F85087C3ACC19F8A9811FF55 /* TTLManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10849CA4224D433EE2901B17 /* TTLManager.swift */; };
|
||||
|
|
@ -20,15 +17,12 @@
|
|||
|
||||
/* Begin PBXFileReference section */
|
||||
10849CA4224D433EE2901B17 /* TTLManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TTLManager.swift; sourceTree = "<group>"; };
|
||||
1F622A688DC3081B00C57AF0 /* TTLControlPanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TTLControlPanel.swift; sourceTree = "<group>"; };
|
||||
2771ADA6302CEF6100A74E0C /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
|
||||
27B058A0302E147A00DC87F2 /* appicon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = appicon.icon; sourceTree = "<group>"; };
|
||||
2BF970E56192546A80A72095 /* TetheringHiderApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TetheringHiderApp.swift; sourceTree = "<group>"; };
|
||||
303AC637A762389B92B1789E /* AuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
|
||||
7F78DC8BF18792636E9816D1 /* SystemCommandService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCommandService.swift; sourceTree = "<group>"; };
|
||||
8BC8C459FAEBF6E4430F356C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
A8C3A702F0D5E0791E68D310 /* TetheringHider.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TetheringHider.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E8A1E4DD25148C4B779DD7AB /* GlassModifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlassModifiers.swift; sourceTree = "<group>"; };
|
||||
FD85A3510C05A9BCF2AE3967 /* StatusIndicator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusIndicator.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
|
|
@ -60,11 +54,7 @@
|
|||
BF87D2EA1A464B929DA82A81 /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8BC8C459FAEBF6E4430F356C /* ContentView.swift */,
|
||||
2771ADA6302CEF6100A74E0C /* Localizable.xcstrings */,
|
||||
E8A1E4DD25148C4B779DD7AB /* GlassModifiers.swift */,
|
||||
FD85A3510C05A9BCF2AE3967 /* StatusIndicator.swift */,
|
||||
1F622A688DC3081B00C57AF0 /* TTLControlPanel.swift */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -72,6 +62,7 @@
|
|||
C0FBE1EA54AD5144BFFD3461 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
27B058A0302E147A00DC87F2 /* appicon.icon */,
|
||||
D61DD9130F3129C572A0794F /* TetheringHider */,
|
||||
B96BAE44BD18AD7208D3DA80 /* Products */,
|
||||
);
|
||||
|
|
@ -116,7 +107,7 @@
|
|||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
LastUpgradeCheck = 2660;
|
||||
LastUpgradeCheck = 1600;
|
||||
TargetAttributes = {
|
||||
522E0329F51D9AE0DD4F79C2 = {
|
||||
ProvisioningStyle = Manual;
|
||||
|
|
@ -149,6 +140,7 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2771ADA7302CEF6100A74E0C /* Localizable.xcstrings in Resources */,
|
||||
27B058A1302E147A00DC87F2 /* appicon.icon in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
@ -160,11 +152,7 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C2D263A68C7C3715C72D43E0 /* AuthenticationService.swift in Sources */,
|
||||
0ED897B912F95BB51D023D21 /* ContentView.swift in Sources */,
|
||||
1996632E29C85D523F161D27 /* GlassModifiers.swift in Sources */,
|
||||
21C59AA87880BE42C84FA5AF /* StatusIndicator.swift in Sources */,
|
||||
26F71842BA0787F021CAA6B2 /* SystemCommandService.swift in Sources */,
|
||||
46B0F9471E81979738AF3B77 /* TTLControlPanel.swift in Sources */,
|
||||
F85087C3ACC19F8A9811FF55 /* TTLManager.swift in Sources */,
|
||||
C6FE29A2579CCD7D90FD002A /* TetheringHiderApp.swift in Sources */,
|
||||
);
|
||||
|
|
@ -177,8 +165,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = appicon;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||||
|
|
@ -211,12 +198,10 @@
|
|||
CODE_SIGN_IDENTITY = "-";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
|
|
@ -230,7 +215,6 @@
|
|||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||||
|
|
@ -241,16 +225,16 @@
|
|||
31E4FAB6483D842FA3A3FCDE /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = appicon;
|
||||
CODE_SIGN_ENTITLEMENTS = TetheringHider/TetheringHider.entitlements;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDevelopmentRegion = es;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Tethering Hider";
|
||||
INFOPLIST_KEY_CFBundleIconName = appicon;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
@ -269,16 +253,16 @@
|
|||
7EADBBF3285DFAA6D9F296D1 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = appicon;
|
||||
CODE_SIGN_ENTITLEMENTS = TetheringHider/TetheringHider.entitlements;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDevelopmentRegion = es;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Tethering Hider";
|
||||
INFOPLIST_KEY_CFBundleIconName = appicon;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
@ -298,8 +282,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = appicon;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
||||
|
|
@ -332,12 +315,10 @@
|
|||
CODE_SIGN_IDENTITY = "-";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_APP_SANDBOX = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
|
|
@ -358,7 +339,6 @@
|
|||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
|
|
|
|||
Loading…
Reference in a new issue