Skip to content

Commit 79607cb

Browse files
committed
chore: carthage update
1 parent 7649214 commit 79607cb

19 files changed

Lines changed: 555 additions & 70 deletions

File tree

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "SwiftyJSON/SwiftyJSON" "5.0.0"
22
github "acheronfail/MASShortcut" "2.3.6-custom"
33
github "emaloney/CleanroomLogger" "6.0.2"
4-
github "sindresorhus/LaunchAtLogin" "v2.5.0"
4+
github "sindresorhus/LaunchAtLogin" "v4.0.0"
Lines changed: 4 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 47 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
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 */; };
1315
E32E9B861EB8845E000FEEE9 /* LaunchAtLoginHelper.app in Resources */ = {isa = PBXBuildFile; fileRef = E32E9B741EB87EA3000FEEE9 /* LaunchAtLoginHelper.app */; };
1416
E32E9B931EB889AE000FEEE9 /* copy-helper.sh in Resources */ = {isa = PBXBuildFile; fileRef = E32E9B921EB889AE000FEEE9 /* copy-helper.sh */; };
17+
E3A6EB58249009C3004D7101 /* LaunchAtLogin.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */; };
1518
/* End PBXBuildFile section */
1619

1720
/* Begin PBXContainerItemProxy section */
@@ -25,6 +28,8 @@
2528
/* End PBXContainerItemProxy section */
2629

2730
/* 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>"; };
2833
E32E9B631EB87D7B000FEEE9 /* LaunchAtLogin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LaunchAtLogin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2934
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LaunchAtLogin.h; sourceTree = "<group>"; usesTabs = 1; };
3035
E32E9B671EB87D7B000FEEE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -33,6 +38,7 @@
3338
E32E9B761EB87EA3000FEEE9 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = main.swift; sourceTree = "<group>"; usesTabs = 1; };
3439
E32E9B7F1EB87EA3000FEEE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3540
E32E9B921EB889AE000FEEE9 /* copy-helper.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; lineEnding = 0; path = "copy-helper.sh"; sourceTree = "<group>"; usesTabs = 1; };
41+
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchAtLogin.entitlements; sourceTree = "<group>"; };
3642
E3B8C38A20C0003300272EC0 /* LaunchAtLoginHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchAtLoginHelper.entitlements; sourceTree = "<group>"; };
3743
/* End PBXFileReference section */
3844

@@ -54,11 +60,19 @@
5460
/* End PBXFrameworksBuildPhase section */
5561

5662
/* Begin PBXGroup section */
57-
E32E9B591EB87D7B000FEEE9 = {
63+
D9CFA59424C0FB5E005BC9E9 /* Sources */ = {
5864
isa = PBXGroup;
5965
children = (
6066
E32E9B651EB87D7B000FEEE9 /* LaunchAtLogin */,
6167
E32E9B751EB87EA3000FEEE9 /* LaunchAtLoginHelper */,
68+
);
69+
path = Sources;
70+
sourceTree = "<group>";
71+
};
72+
E32E9B591EB87D7B000FEEE9 = {
73+
isa = PBXGroup;
74+
children = (
75+
D9CFA59424C0FB5E005BC9E9 /* Sources */,
6276
E32E9B641EB87D7B000FEEE9 /* Products */,
6377
);
6478
sourceTree = "<group>";
@@ -76,10 +90,13 @@
7690
E32E9B651EB87D7B000FEEE9 /* LaunchAtLogin */ = {
7791
isa = PBXGroup;
7892
children = (
79-
E32E9B6E1EB87DC5000FEEE9 /* LaunchAtLogin.swift */,
80-
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */,
93+
D9EF7E1C24BCF9E300A1E9AA /* copy-helper-swiftpm.sh */,
8194
E32E9B921EB889AE000FEEE9 /* copy-helper.sh */,
8295
E32E9B671EB87D7B000FEEE9 /* Info.plist */,
96+
E3A6EB57249009C3004D7101 /* LaunchAtLogin.entitlements */,
97+
E32E9B661EB87D7B000FEEE9 /* LaunchAtLogin.h */,
98+
E32E9B6E1EB87DC5000FEEE9 /* LaunchAtLogin.swift */,
99+
D92CFD2124C5D909005B91BE /* Toggle.swift */,
83100
);
84101
path = LaunchAtLogin;
85102
sourceTree = "<group>";
@@ -151,16 +168,16 @@
151168
isa = PBXProject;
152169
attributes = {
153170
LastSwiftUpdateCheck = 0830;
154-
LastUpgradeCheck = 0940;
171+
LastUpgradeCheck = 1200;
155172
ORGANIZATIONNAME = "Sindre Sorhus";
156173
TargetAttributes = {
157174
E32E9B621EB87D7B000FEEE9 = {
158175
CreatedOnToolsVersion = 8.3.2;
159-
LastSwiftMigration = "";
176+
LastSwiftMigration = 1020;
160177
};
161178
E32E9B731EB87EA3000FEEE9 = {
162179
CreatedOnToolsVersion = 8.3.2;
163-
LastSwiftMigration = "";
180+
LastSwiftMigration = 1020;
164181
SystemCapabilities = {
165182
com.apple.HardenedRuntime = {
166183
enabled = 1;
@@ -173,8 +190,8 @@
173190
};
174191
};
175192
buildConfigurationList = E32E9B5D1EB87D7B000FEEE9 /* Build configuration list for PBXProject "LaunchAtLogin" */;
176-
compatibilityVersion = "Xcode 10.0";
177-
developmentRegion = English;
193+
compatibilityVersion = "Xcode 12.0";
194+
developmentRegion = en;
178195
hasScannedForEncodings = 0;
179196
knownRegions = (
180197
en,
@@ -198,6 +215,8 @@
198215
files = (
199216
E32E9B861EB8845E000FEEE9 /* LaunchAtLoginHelper.app in Resources */,
200217
E32E9B931EB889AE000FEEE9 /* copy-helper.sh in Resources */,
218+
D9EF7E1D24BCF9E300A1E9AA /* copy-helper-swiftpm.sh in Resources */,
219+
E3A6EB58249009C3004D7101 /* LaunchAtLogin.entitlements in Resources */,
201220
);
202221
runOnlyForDeploymentPostprocessing = 0;
203222
};
@@ -216,6 +235,7 @@
216235
buildActionMask = 2147483647;
217236
files = (
218237
E32E9B6F1EB87DC5000FEEE9 /* LaunchAtLogin.swift in Sources */,
238+
D92CFD2224C5D909005B91BE /* Toggle.swift in Sources */,
219239
);
220240
runOnlyForDeploymentPostprocessing = 0;
221241
};
@@ -263,6 +283,7 @@
263283
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
264284
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
265285
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
286+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
266287
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
267288
CLANG_WARN_STRICT_PROTOTYPES = YES;
268289
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -295,7 +316,7 @@
295316
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
296317
SWIFT_COMPILATION_MODE = singlefile;
297318
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
298-
VALID_ARCHS = x86_64;
319+
SWIFT_VERSION = 5.0;
299320
VERSIONING_SYSTEM = "apple-generic";
300321
VERSION_INFO_PREFIX = "";
301322
};
@@ -326,6 +347,7 @@
326347
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
327348
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
328349
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
350+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
329351
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
330352
CLANG_WARN_STRICT_PROTOTYPES = YES;
331353
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -350,7 +372,7 @@
350372
SDKROOT = macosx;
351373
SWIFT_COMPILATION_MODE = wholemodule;
352374
SWIFT_OPTIMIZATION_LEVEL = "-O";
353-
VALID_ARCHS = x86_64;
375+
SWIFT_VERSION = 5.0;
354376
VERSIONING_SYSTEM = "apple-generic";
355377
VERSION_INFO_PREFIX = "";
356378
};
@@ -364,25 +386,25 @@
364386
CODE_SIGN_STYLE = Automatic;
365387
COMBINE_HIDPI_IMAGES = YES;
366388
DEFINES_MODULE = YES;
367-
DEVELOPMENT_TEAM = YG56YK5RN5;
389+
DEVELOPMENT_TEAM = "";
368390
DYLIB_COMPATIBILITY_VERSION = 1;
369391
DYLIB_CURRENT_VERSION = 1;
370392
DYLIB_INSTALL_NAME_BASE = "@rpath";
371393
FRAMEWORK_VERSION = A;
372-
INFOPLIST_FILE = LaunchAtLogin/Info.plist;
394+
INFOPLIST_FILE = Sources/LaunchAtLogin/Info.plist;
373395
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
374396
LD_RUNPATH_SEARCH_PATHS = (
375397
"$(inherited)",
376398
"@executable_path/../Frameworks",
377399
"@loader_path/Frameworks",
378400
);
401+
MARKETING_VERSION = 4.0.0;
379402
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
380403
PRODUCT_NAME = "$(TARGET_NAME)";
381404
PROVISIONING_PROFILE_SPECIFIER = "";
382405
SKIP_INSTALL = YES;
383406
SWIFT_COMPILATION_MODE = singlefile;
384407
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
385-
SWIFT_VERSION = 4.2;
386408
};
387409
name = Debug;
388410
};
@@ -394,36 +416,36 @@
394416
CODE_SIGN_STYLE = Automatic;
395417
COMBINE_HIDPI_IMAGES = YES;
396418
DEFINES_MODULE = YES;
397-
DEVELOPMENT_TEAM = YG56YK5RN5;
419+
DEVELOPMENT_TEAM = "";
398420
DYLIB_COMPATIBILITY_VERSION = 1;
399421
DYLIB_CURRENT_VERSION = 1;
400422
DYLIB_INSTALL_NAME_BASE = "@rpath";
401423
FRAMEWORK_VERSION = A;
402-
INFOPLIST_FILE = LaunchAtLogin/Info.plist;
424+
INFOPLIST_FILE = Sources/LaunchAtLogin/Info.plist;
403425
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
404426
LD_RUNPATH_SEARCH_PATHS = (
405427
"$(inherited)",
406428
"@executable_path/../Frameworks",
407429
"@loader_path/Frameworks",
408430
);
431+
MARKETING_VERSION = 4.0.0;
409432
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
410433
PRODUCT_NAME = "$(TARGET_NAME)";
411434
PROVISIONING_PROFILE_SPECIFIER = "";
412435
SKIP_INSTALL = YES;
413-
SWIFT_VERSION = 4.2;
414436
};
415437
name = Release;
416438
};
417439
E32E9B811EB87EA3000FEEE9 /* Debug */ = {
418440
isa = XCBuildConfiguration;
419441
buildSettings = {
420-
CODE_SIGN_ENTITLEMENTS = LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
421-
CODE_SIGN_IDENTITY = "Mac Developer";
442+
CODE_SIGN_ENTITLEMENTS = Sources/LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
443+
CODE_SIGN_IDENTITY = "-";
422444
CODE_SIGN_STYLE = Automatic;
423445
COMBINE_HIDPI_IMAGES = YES;
424-
DEVELOPMENT_TEAM = YG56YK5RN5;
446+
DEVELOPMENT_TEAM = "";
425447
ENABLE_HARDENED_RUNTIME = YES;
426-
INFOPLIST_FILE = LaunchAtLoginHelper/Info.plist;
448+
INFOPLIST_FILE = Sources/LaunchAtLoginHelper/Info.plist;
427449
LD_RUNPATH_SEARCH_PATHS = (
428450
"$(inherited)",
429451
"@executable_path/../Frameworks",
@@ -432,20 +454,19 @@
432454
PRODUCT_NAME = "$(TARGET_NAME)";
433455
PROVISIONING_PROFILE_SPECIFIER = "";
434456
SKIP_INSTALL = YES;
435-
SWIFT_VERSION = 4.2;
436457
};
437458
name = Debug;
438459
};
439460
E32E9B821EB87EA3000FEEE9 /* Release */ = {
440461
isa = XCBuildConfiguration;
441462
buildSettings = {
442-
CODE_SIGN_ENTITLEMENTS = LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
443-
CODE_SIGN_IDENTITY = "Mac Developer";
463+
CODE_SIGN_ENTITLEMENTS = Sources/LaunchAtLoginHelper/LaunchAtLoginHelper.entitlements;
464+
CODE_SIGN_IDENTITY = "-";
444465
CODE_SIGN_STYLE = Automatic;
445466
COMBINE_HIDPI_IMAGES = YES;
446-
DEVELOPMENT_TEAM = YG56YK5RN5;
467+
DEVELOPMENT_TEAM = "";
447468
ENABLE_HARDENED_RUNTIME = YES;
448-
INFOPLIST_FILE = LaunchAtLoginHelper/Info.plist;
469+
INFOPLIST_FILE = Sources/LaunchAtLoginHelper/Info.plist;
449470
LD_RUNPATH_SEARCH_PATHS = (
450471
"$(inherited)",
451472
"@executable_path/../Frameworks",
@@ -454,7 +475,6 @@
454475
PRODUCT_NAME = "$(TARGET_NAME)";
455476
PROVISIONING_PROFILE_SPECIFIER = "";
456477
SKIP_INSTALL = YES;
457-
SWIFT_VERSION = 4.2;
458478
};
459479
name = Release;
460480
};

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
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"
Lines changed: 30 additions & 0 deletions
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+
)
Lines changed: 22 additions & 0 deletions
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>

0 commit comments

Comments
 (0)