This repository was archived by the owner on Apr 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 466
466
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
467
467
INFOPLIST_FILE = SpechtLiteLaunchHelper/Info.plist;
468
468
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
469
- PRODUCT_BUNDLE_IDENTIFIER = me.zhuhaow.osx.SpechtLiteLaunchHelper ;
469
+ PRODUCT_BUNDLE_IDENTIFIER = me.zhuhaow.osx.SpechtLite.LaunchHelper ;
470
470
PRODUCT_NAME = "$(TARGET_NAME)";
471
471
SKIP_INSTALL = YES;
472
472
};
482
482
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
483
483
INFOPLIST_FILE = SpechtLiteLaunchHelper/Info.plist;
484
484
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
485
- PRODUCT_BUNDLE_IDENTIFIER = me.zhuhaow.osx.SpechtLiteLaunchHelper ;
485
+ PRODUCT_BUNDLE_IDENTIFIER = me.zhuhaow.osx.SpechtLite.LaunchHelper ;
486
486
PRODUCT_NAME = "$(TARGET_NAME)";
487
487
SKIP_INSTALL = YES;
488
488
};
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Foundation
2
2
import ServiceManagement
3
3
4
4
class Autostart {
5
- static let identifier = " me.zhuhaow.osx.SpechtLiteLaunchHelper "
5
+ static let identifier = " me.zhuhaow.osx.SpechtLite.LaunchHelper "
6
6
7
7
static func enable( ) -> Bool {
8
8
return SMLoginItemSetEnabled ( identifier, true )
Original file line number Diff line number Diff line change 22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
24
<string >1 </string >
25
+ <key >LSBackgroundOnly </key >
26
+ <true />
25
27
<key >LSMinimumSystemVersion </key >
26
28
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
27
29
<key >NSHumanReadableCopyright </key >
30
32
<string >MainMenu </string >
31
33
<key >NSPrincipalClass </key >
32
34
<string >NSApplication </string >
33
- <key >LSBackgroundOnly </key >
34
- <true />
35
35
</dict >
36
36
</plist >
You can’t perform that action at this time.
0 commit comments