Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 37ad637

Browse files
committed
Remove extra static library
1 parent b159f0d commit 37ad637

File tree

4 files changed

+8
-50
lines changed

4 files changed

+8
-50
lines changed

Dynamic Dark Mode.xcodeproj/project.pbxproj

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@
4646
706D395920E3766D0079535E /* SettingsViewController + TouchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706D395820E3766D0079535E /* SettingsViewController + TouchBar.swift */; };
4747
706D395D20E377E40079535E /* Localizations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706D395B20E377E40079535E /* Localizations.swift */; };
4848
707CC24622FAC3EF002210ED /* DynamicDesktopSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707CC24522FAC3EF002210ED /* DynamicDesktopSettingsViewController.swift */; };
49-
87B3CD5A08DDE27B12711519 /* libPods-DynamicLauncher.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6156D554666DD1DDB736ADB1 /* libPods-DynamicLauncher.a */; };
5049
D264A812232A927700210DAC /* SkyLight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D264A811232A927700210DAC /* SkyLight.framework */; };
5150
D29AE33523304B2100A8B4DC /* InitialSetupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29AE33423304B2100A8B4DC /* InitialSetupViewController.swift */; };
5251
D2BAC963232790D700E56B86 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2BAC962232790D700E56B86 /* main.swift */; };
53-
D2BAC9692327932C00E56B86 /* XMLCoder in Frameworks */ = {isa = PBXBuildFile; productRef = D2BAC9682327932C00E56B86 /* XMLCoder */; };
52+
D2BAC9692327932C00E56B86 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; productRef = D2BAC9682327932C00E56B86 /* SwiftPackageProductDependency */; };
5453
/* End PBXBuildFile section */
5554

5655
/* Begin PBXCopyFilesBuildPhase section */
@@ -155,7 +154,6 @@
155154
52E3B230227BC29300D65AC6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
156155
52E3B231227BC29300D65AC6 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
157156
53A351B3F4C95911ACEAF9E2 /* Pods-Dynamic Dark Mode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dynamic Dark Mode.release.xcconfig"; path = "Target Support Files/Pods-Dynamic Dark Mode/Pods-Dynamic Dark Mode.release.xcconfig"; sourceTree = "<group>"; };
158-
6156D554666DD1DDB736ADB1 /* libPods-DynamicLauncher.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DynamicLauncher.a"; sourceTree = BUILT_PRODUCTS_DIR; };
159157
687EF500DBBFEBBE226CDD0E /* Pods-DynamicLauncher.debug masless.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DynamicLauncher.debug masless.xcconfig"; path = "Target Support Files/Pods-DynamicLauncher/Pods-DynamicLauncher.debug masless.xcconfig"; sourceTree = "<group>"; };
160158
69C9F656649617FA94C317C2 /* Pods-Dynamic Dark Mode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dynamic Dark Mode.debug.xcconfig"; path = "Target Support Files/Pods-Dynamic Dark Mode/Pods-Dynamic Dark Mode.debug.xcconfig"; sourceTree = "<group>"; };
161159
706D395820E3766D0079535E /* SettingsViewController + TouchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SettingsViewController + TouchBar.swift"; sourceTree = "<group>"; };
@@ -165,7 +163,6 @@
165163
706D396620E37A870079535E /* TouchBarPrivateAPI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TouchBarPrivateAPI.h; sourceTree = "<group>"; };
166164
707CC24522FAC3EF002210ED /* DynamicDesktopSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicDesktopSettingsViewController.swift; sourceTree = "<group>"; };
167165
9F77608674EF20F406DEA0E4 /* Pods-Dynamic Dark Mode.release masless.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dynamic Dark Mode.release masless.xcconfig"; path = "Target Support Files/Pods-Dynamic Dark Mode/Pods-Dynamic Dark Mode.release masless.xcconfig"; sourceTree = "<group>"; };
168-
AC0EC2A58FD0F8F43B582EAC /* Pods-DynamicLauncher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DynamicLauncher.debug.xcconfig"; path = "Target Support Files/Pods-DynamicLauncher/Pods-DynamicLauncher.debug.xcconfig"; sourceTree = "<group>"; };
169166
CFCD4183FA91D594A9622C59 /* libPods-Dynamic Dark Mode.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Dynamic Dark Mode.a"; sourceTree = BUILT_PRODUCTS_DIR; };
170167
D20E0E8023332D0E0058504E /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
171168
D20E0E8123332D0E0058504E /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -176,7 +173,6 @@
176173
D2BAC95B2326C02900E56B86 /* appcast.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = appcast.xml; sourceTree = "<group>"; };
177174
D2BAC960232790D700E56B86 /* Tools */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Tools; sourceTree = BUILT_PRODUCTS_DIR; };
178175
D2BAC962232790D700E56B86 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
179-
D838555BDD4861F157AE9DE6 /* Pods-DynamicLauncher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DynamicLauncher.release.xcconfig"; path = "Target Support Files/Pods-DynamicLauncher/Pods-DynamicLauncher.release.xcconfig"; sourceTree = "<group>"; };
180176
ED6A51F921772F27004DEFEA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
181177
ED6A51FB21772F28004DEFEA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
182178
ED6A51FC21772F28004DEFEA /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -199,15 +195,14 @@
199195
isa = PBXFrameworksBuildPhase;
200196
buildActionMask = 2147483647;
201197
files = (
202-
87B3CD5A08DDE27B12711519 /* libPods-DynamicLauncher.a in Frameworks */,
203198
);
204199
runOnlyForDeploymentPostprocessing = 0;
205200
};
206201
D2BAC95D232790D700E56B86 /* Frameworks */ = {
207202
isa = PBXFrameworksBuildPhase;
208203
buildActionMask = 2147483647;
209204
files = (
210-
D2BAC9692327932C00E56B86 /* XMLCoder in Frameworks */,
205+
D2BAC9692327932C00E56B86 /* BuildFile in Frameworks */,
211206
);
212207
runOnlyForDeploymentPostprocessing = 0;
213208
};
@@ -321,7 +316,6 @@
321316
706D395E20E3796A0079535E /* DFRFoundation.framework */,
322317
523CF01C227E1E44000E4173 /* DFRFoundation.framework */,
323318
CFCD4183FA91D594A9622C59 /* libPods-Dynamic Dark Mode.a */,
324-
6156D554666DD1DDB736ADB1 /* libPods-DynamicLauncher.a */,
325319
);
326320
name = Frameworks;
327321
sourceTree = "<group>";
@@ -406,9 +400,7 @@
406400
41E38B743A34DBC550D39649 /* Pods-Dynamic Dark Mode.debug masless.xcconfig */,
407401
53A351B3F4C95911ACEAF9E2 /* Pods-Dynamic Dark Mode.release.xcconfig */,
408402
9F77608674EF20F406DEA0E4 /* Pods-Dynamic Dark Mode.release masless.xcconfig */,
409-
AC0EC2A58FD0F8F43B582EAC /* Pods-DynamicLauncher.debug.xcconfig */,
410403
687EF500DBBFEBBE226CDD0E /* Pods-DynamicLauncher.debug masless.xcconfig */,
411-
D838555BDD4861F157AE9DE6 /* Pods-DynamicLauncher.release.xcconfig */,
412404
178D15FF0B9E5588D9E47D57 /* Pods-DynamicLauncher.release masless.xcconfig */,
413405
);
414406
path = Pods;
@@ -442,7 +434,6 @@
442434
isa = PBXNativeTarget;
443435
buildConfigurationList = 52C3512320CC57C80073F0CA /* Build configuration list for PBXNativeTarget "DynamicLauncher" */;
444436
buildPhases = (
445-
0FC8C90E17FF223658DCB814 /* [CP] Check Pods Manifest.lock */,
446437
52C3511420CC57B60073F0CA /* Sources */,
447438
52C3511520CC57B60073F0CA /* Frameworks */,
448439
52C3511620CC57B60073F0CA /* Resources */,
@@ -470,7 +461,7 @@
470461
);
471462
name = Tools;
472463
packageProductDependencies = (
473-
D2BAC9682327932C00E56B86 /* XMLCoder */,
464+
D2BAC9682327932C00E56B86 /* SwiftPackageProductDependency */,
474465
);
475466
productName = Tools;
476467
productReference = D2BAC960232790D700E56B86 /* Tools */;
@@ -536,7 +527,7 @@
536527
);
537528
mainGroup = 52168FAF20C8B47100869A9C;
538529
packageReferences = (
539-
D2BAC9672327932C00E56B86 /* XCRemoteSwiftPackageReference "XMLCoder" */,
530+
D2BAC9672327932C00E56B86 /* RemoteSwiftPackageReference */,
540531
);
541532
productRefGroup = 52168FB920C8B47100869A9C /* Products */;
542533
projectDirPath = "";
@@ -575,28 +566,6 @@
575566
/* End PBXResourcesBuildPhase section */
576567

577568
/* Begin PBXShellScriptBuildPhase section */
578-
0FC8C90E17FF223658DCB814 /* [CP] Check Pods Manifest.lock */ = {
579-
isa = PBXShellScriptBuildPhase;
580-
buildActionMask = 2147483647;
581-
files = (
582-
);
583-
inputFileListPaths = (
584-
);
585-
inputPaths = (
586-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
587-
"${PODS_ROOT}/Manifest.lock",
588-
);
589-
name = "[CP] Check Pods Manifest.lock";
590-
outputFileListPaths = (
591-
);
592-
outputPaths = (
593-
"$(DERIVED_FILE_DIR)/Pods-DynamicLauncher-checkManifestLockResult.txt",
594-
);
595-
runOnlyForDeploymentPostprocessing = 0;
596-
shellPath = /bin/sh;
597-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
598-
showEnvVarsInLog = 0;
599-
};
600569
589F8C922A5F4E3DC20A2060 /* [CP] Copy Pods Resources */ = {
601570
isa = PBXShellScriptBuildPhase;
602571
buildActionMask = 2147483647;
@@ -969,7 +938,6 @@
969938
};
970939
52C3512420CC57C80073F0CA /* Debug */ = {
971940
isa = XCBuildConfiguration;
972-
baseConfigurationReference = AC0EC2A58FD0F8F43B582EAC /* Pods-DynamicLauncher.debug.xcconfig */;
973941
buildSettings = {
974942
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
975943
CODE_SIGN_ENTITLEMENTS = DynamicLauncher/DynamicLauncher.entitlements;
@@ -992,7 +960,6 @@
992960
};
993961
52C3512520CC57C80073F0CA /* Release */ = {
994962
isa = XCBuildConfiguration;
995-
baseConfigurationReference = D838555BDD4861F157AE9DE6 /* Pods-DynamicLauncher.release.xcconfig */;
996963
buildSettings = {
997964
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
998965
CODE_SIGN_ENTITLEMENTS = DynamicLauncher/DynamicLauncher.entitlements;
@@ -1079,7 +1046,7 @@
10791046
/* End XCConfigurationList section */
10801047

10811048
/* Begin XCRemoteSwiftPackageReference section */
1082-
D2BAC9672327932C00E56B86 /* XCRemoteSwiftPackageReference "XMLCoder" */ = {
1049+
D2BAC9672327932C00E56B86 /* RemoteSwiftPackageReference */ = {
10831050
isa = XCRemoteSwiftPackageReference;
10841051
repositoryURL = "https://github.com/MaxDesiatov/XMLCoder.git";
10851052
requirement = {
@@ -1090,9 +1057,9 @@
10901057
/* End XCRemoteSwiftPackageReference section */
10911058

10921059
/* Begin XCSwiftPackageProductDependency section */
1093-
D2BAC9682327932C00E56B86 /* XMLCoder */ = {
1060+
D2BAC9682327932C00E56B86 /* SwiftPackageProductDependency */ = {
10941061
isa = XCSwiftPackageProductDependency;
1095-
package = D2BAC9672327932C00E56B86 /* XCRemoteSwiftPackageReference "XMLCoder" */;
1062+
package = D2BAC9672327932C00E56B86 /* RemoteSwiftPackageReference */;
10961063
productName = XMLCoder;
10971064
};
10981065
/* End XCSwiftPackageProductDependency section */

Podfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ target 'Dynamic Dark Mode' do
2020
system("codesign --force -o runtime -s 'Developer ID Application' Pods/Sparkle/Sparkle.framework/Resources/Autoupdate.app/Contents/MacOS/Autoupdate")
2121
end
2222
end
23-
24-
target 'DynamicLauncher' do
25-
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
26-
# use_frameworks!
27-
28-
# Pods for DynamicLauncher
29-
30-
end

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
3535
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
3636
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
3737

38-
PODFILE CHECKSUM: e50bcd45f5ac6a5cfd58aeb1539236e2266cefa2
38+
PODFILE CHECKSUM: 0babffe0c3b08531d56a1094c31f1175045a2cef
3939

4040
COCOAPODS: 1.7.5

Tools/main.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ struct Feed: Codable {
2222
let entry: [Entry]
2323
}
2424

25-
2625
let dateFormatter = DateFormatter()
2726
dateFormatter.dateFormat = "EEE, dd MMM yyyy HH:mm:ss ZZ"
2827

0 commit comments

Comments
 (0)