Skip to content

Commit c27e889

Browse files
committed
[AltServer] Updates LaunchAtLogin dependency
1 parent 786d1ca commit c27e889

22 files changed

+528
-38
lines changed

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "sindresorhus/LaunchAtLogin" "v3.0.2"
1+
github "sindresorhus/LaunchAtLogin" "v4.1.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github: sindresorhus
2+
open_collective: sindresorhus
3+
patreon: sindresorhus
4+
custom: https://sindresorhus.com/donate

Carthage/Checkouts/LaunchAtLogin/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.xcodeproj/project.pbxproj

+38-16
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
D92CFD2224C5D909005B91BE /* Toggle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92CFD2124C5D909005B91BE /* Toggle.swift */; };
11+
D9EF7E1D24BCF9E300A1E9AA /* copy-helper-swiftpm.sh in Resources */ = {isa = PBXBuildFile; fileRef = D9EF7E1C24BCF9E300A1E9AA /* copy-helper-swiftpm.sh */; };
1012
E32E9B681EB87D7B000FEEE9 /* LaunchAtLogin.h in Headers */ = {isa = PBXBuildFile; fileRef = E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */; settings = {ATTRIBUTES = (Public, ); }; };
1113
E32E9B6F1EB87DC5000FEEE9 /* LaunchAtLogin.swift in Sources */ = {isa = PBXBuildFile; fileRef = E32E9B6E1EB87DC5000FEEE9 /* LaunchAtLogin.swift */; };
1214
E32E9B771EB87EA3000FEEE9 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = E32E9B761EB87EA3000FEEE9 /* main.swift */; };
@@ -26,6 +28,8 @@
2628
/* End PBXContainerItemProxy section */
2729

2830
/* Begin PBXFileReference section */
31+
D92CFD2124C5D909005B91BE /* Toggle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Toggle.swift; sourceTree = "<group>"; usesTabs = 1; };
32+
D9EF7E1C24BCF9E300A1E9AA /* copy-helper-swiftpm.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "copy-helper-swiftpm.sh"; sourceTree = "<group>"; };
2933
E32E9B631EB87D7B000FEEE9 /* LaunchAtLogin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LaunchAtLogin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3034
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LaunchAtLogin.h; sourceTree = "<group>"; usesTabs = 1; };
3135
E32E9B671EB87D7B000FEEE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -34,7 +38,7 @@
3438
E32E9B761EB87EA3000FEEE9 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = main.swift; sourceTree = "<group>"; usesTabs = 1; };
3539
E32E9B7F1EB87EA3000FEEE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3640
E32E9B921EB889AE000FEEE9 /* copy-helper.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; lineEnding = 0; path = "copy-helper.sh"; sourceTree = "<group>"; usesTabs = 1; };
37-
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = LaunchAtLogin.entitlements; path = LaunchAtLogin/LaunchAtLogin.entitlements; sourceTree = "<group>"; };
41+
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchAtLogin.entitlements; sourceTree = "<group>"; };
3842
E3B8C38A20C0003300272EC0 /* LaunchAtLoginHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchAtLoginHelper.entitlements; sourceTree = "<group>"; };
3943
/* End PBXFileReference section */
4044

@@ -56,12 +60,19 @@
5660
/* End PBXFrameworksBuildPhase section */
5761

5862
/* Begin PBXGroup section */
59-
E32E9B591EB87D7B000FEEE9 = {
63+
D9CFA59424C0FB5E005BC9E9 /* Sources */ = {
6064
isa = PBXGroup;
6165
children = (
62-
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */,
6366
E32E9B651EB87D7B000FEEE9 /* LaunchAtLogin */,
6467
E32E9B751EB87EA3000FEEE9 /* LaunchAtLoginHelper */,
68+
);
69+
path = Sources;
70+
sourceTree = "<group>";
71+
};
72+
E32E9B591EB87D7B000FEEE9 = {
73+
isa = PBXGroup;
74+
children = (
75+
D9CFA59424C0FB5E005BC9E9 /* Sources */,
6576
E32E9B641EB87D7B000FEEE9 /* Products */,
6677
);
6778
sourceTree = "<group>";
@@ -79,10 +90,13 @@
7990
E32E9B651EB87D7B000FEEE9 /* LaunchAtLogin */ = {
8091
isa = PBXGroup;
8192
children = (
82-
E32E9B6E1EB87DC5000FEEE9 /* LaunchAtLogin.swift */,
83-
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */,
93+
D9EF7E1C24BCF9E300A1E9AA /* copy-helper-swiftpm.sh */,
8494
E32E9B921EB889AE000FEEE9 /* copy-helper.sh */,
8595
E32E9B671EB87D7B000FEEE9 /* Info.plist */,
96+
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */,
97+
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */,
98+
E32E9B6E1EB87DC5000FEEE9 /* LaunchAtLogin.swift */,
99+
D92CFD2124C5D909005B91BE /* Toggle.swift */,
86100
);
87101
path = LaunchAtLogin;
88102
sourceTree = "<group>";
@@ -154,7 +168,7 @@
154168
isa = PBXProject;
155169
attributes = {
156170
LastSwiftUpdateCheck = 0830;
157-
LastUpgradeCheck = 1020;
171+
LastUpgradeCheck = 1200;
158172
ORGANIZATIONNAME = "Sindre Sorhus";
159173
TargetAttributes = {
160174
E32E9B621EB87D7B000FEEE9 = {
@@ -176,7 +190,7 @@
176190
};
177191
};
178192
buildConfigurationList = E32E9B5D1EB87D7B000FEEE9 /* Build configuration list for PBXProject "LaunchAtLogin" */;
179-
compatibilityVersion = "Xcode 11.0";
193+
compatibilityVersion = "Xcode 12.0";
180194
developmentRegion = en;
181195
hasScannedForEncodings = 0;
182196
knownRegions = (
@@ -201,6 +215,7 @@
201215
files = (
202216
E32E9B861EB8845E000FEEE9 /* LaunchAtLoginHelper.app in Resources */,
203217
E32E9B931EB889AE000FEEE9 /* copy-helper.sh in Resources */,
218+
D9EF7E1D24BCF9E300A1E9AA /* copy-helper-swiftpm.sh in Resources */,
204219
E3A6EB58249009C3004D7101 /* LaunchAtLogin.entitlements in Resources */,
205220
);
206221
runOnlyForDeploymentPostprocessing = 0;
@@ -220,6 +235,7 @@
220235
buildActionMask = 2147483647;
221236
files = (
222237
E32E9B6F1EB87DC5000FEEE9 /* LaunchAtLogin.swift in Sources */,
238+
D92CFD2224C5D909005B91BE /* Toggle.swift in Sources */,
223239
);
224240
runOnlyForDeploymentPostprocessing = 0;
225241
};
@@ -267,6 +283,7 @@
267283
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
268284
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
269285
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
286+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
270287
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
271288
CLANG_WARN_STRICT_PROTOTYPES = YES;
272289
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -330,6 +347,7 @@
330347
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
331348
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
332349
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
350+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
333351
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
334352
CLANG_WARN_STRICT_PROTOTYPES = YES;
335353
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -373,14 +391,14 @@
373391
DYLIB_CURRENT_VERSION = 1;
374392
DYLIB_INSTALL_NAME_BASE = "@rpath";
375393
FRAMEWORK_VERSION = A;
376-
INFOPLIST_FILE = LaunchAtLogin/Info.plist;
394+
INFOPLIST_FILE = Sources/LaunchAtLogin/Info.plist;
377395
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
378396
LD_RUNPATH_SEARCH_PATHS = (
379397
"$(inherited)",
380398
"@executable_path/../Frameworks",
381399
"@loader_path/Frameworks",
382400
);
383-
MARKETING_VERSION = 3.0.2;
401+
MARKETING_VERSION = 4.1.0;
384402
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
385403
PRODUCT_NAME = "$(TARGET_NAME)";
386404
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -403,14 +421,14 @@
403421
DYLIB_CURRENT_VERSION = 1;
404422
DYLIB_INSTALL_NAME_BASE = "@rpath";
405423
FRAMEWORK_VERSION = A;
406-
INFOPLIST_FILE = LaunchAtLogin/Info.plist;
424+
INFOPLIST_FILE = Sources/LaunchAtLogin/Info.plist;
407425
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
408426
LD_RUNPATH_SEARCH_PATHS = (
409427
"$(inherited)",
410428
"@executable_path/../Frameworks",
411429
"@loader_path/Frameworks",
412430
);
413-
MARKETING_VERSION = 3.0.2;
431+
MARKETING_VERSION = 4.1.0;
414432
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
415433
PRODUCT_NAME = "$(TARGET_NAME)";
416434
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -421,17 +439,19 @@
421439
E32E9B811EB87EA3000FEEE9 /* Debug */ = {
422440
isa = XCBuildConfiguration;
423441
buildSettings = {
424-
CODE_SIGN_ENTITLEMENTS = LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
442+
CODE_SIGN_ENTITLEMENTS = Sources/LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
425443
CODE_SIGN_IDENTITY = "-";
426444
CODE_SIGN_STYLE = Automatic;
427445
COMBINE_HIDPI_IMAGES = YES;
446+
CURRENT_PROJECT_VERSION = 2;
428447
DEVELOPMENT_TEAM = "";
429448
ENABLE_HARDENED_RUNTIME = YES;
430-
INFOPLIST_FILE = LaunchAtLoginHelper/Info.plist;
449+
INFOPLIST_FILE = Sources/LaunchAtLoginHelper/Info.plist;
431450
LD_RUNPATH_SEARCH_PATHS = (
432451
"$(inherited)",
433452
"@executable_path/../Frameworks",
434453
);
454+
MARKETING_VERSION = 1.0.1;
435455
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLoginHelper;
436456
PRODUCT_NAME = "$(TARGET_NAME)";
437457
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -442,17 +462,19 @@
442462
E32E9B821EB87EA3000FEEE9 /* Release */ = {
443463
isa = XCBuildConfiguration;
444464
buildSettings = {
445-
CODE_SIGN_ENTITLEMENTS = LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
465+
CODE_SIGN_ENTITLEMENTS = Sources/LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
446466
CODE_SIGN_IDENTITY = "-";
447467
CODE_SIGN_STYLE = Automatic;
448468
COMBINE_HIDPI_IMAGES = YES;
469+
CURRENT_PROJECT_VERSION = 2;
449470
DEVELOPMENT_TEAM = "";
450471
ENABLE_HARDENED_RUNTIME = YES;
451-
INFOPLIST_FILE = LaunchAtLoginHelper/Info.plist;
472+
INFOPLIST_FILE = Sources/LaunchAtLoginHelper/Info.plist;
452473
LD_RUNPATH_SEARCH_PATHS = (
453474
"$(inherited)",
454475
"@executable_path/../Frameworks",
455476
);
477+
MARKETING_VERSION = 1.0.1;
456478
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLoginHelper;
457479
PRODUCT_NAME = "$(TARGET_NAME)";
458480
PROVISIONING_PROFILE_SPECIFIER = "";

Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.xcodeproj/xcshareddata/xcschemes/LaunchAtLogin.xcscheme

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:LaunchAtLogin.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.xcodeproj/xcshareddata/xcschemes/LaunchAtLoginHelper.xcscheme

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:LaunchAtLogin.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:LaunchAtLogin.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// swift-tools-version:5.3
2+
import PackageDescription
3+
4+
let package = Package(
5+
name: "LaunchAtLogin",
6+
platforms: [
7+
.macOS(.v10_12)
8+
],
9+
products: [
10+
.library(
11+
name: "LaunchAtLogin",
12+
targets: ["LaunchAtLogin"]
13+
)
14+
],
15+
targets: [
16+
.target(
17+
name: "LaunchAtLogin",
18+
exclude: [
19+
"Info.plist",
20+
"copy-helper.sh"
21+
],
22+
resources: [
23+
.copy("LaunchAtLogin.entitlements"),
24+
.copy("copy-helper-swiftpm.sh"),
25+
.copy("LaunchAtLoginHelper.zip"),
26+
.copy("LaunchAtLoginHelper-with-runtime.zip")
27+
]
28+
)
29+
]
30+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>$(EXECUTABLE_NAME)</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundleName</key>
12+
<string>$(PRODUCT_NAME)</string>
13+
<key>CFBundlePackageType</key>
14+
<string>FMWK</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>$(MARKETING_VERSION)</string>
17+
<key>CFBundleVersion</key>
18+
<string>$(CURRENT_PROJECT_VERSION)</string>
19+
<key>NSHumanReadableCopyright</key>
20+
<string>MIT © Sindre Sorhus</string>
21+
</dict>
22+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#import <Cocoa/Cocoa.h>
2+
3+
FOUNDATION_EXPORT double LaunchAtLoginVersionNumber;
4+
FOUNDATION_EXPORT const unsigned char LaunchAtLoginVersionString[];

0 commit comments

Comments
 (0)