XCode project for app, moved app project to folder

This commit is contained in:
Joe Mattiello
2023-03-01 22:07:19 -05:00
parent 365cadbb31
commit 4c9c5b1a56
371 changed files with 625 additions and 39 deletions

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "Dependencies/em_proxy"]
path = Dependencies/em_proxy
path = SideStoreApp/Dependencies/em_proxy
url = https://github.com/SideStore/em_proxy.git
[submodule "Dependencies/minimuxer"]
path = Dependencies/minimuxer
path = SideStoreApp/Dependencies/minimuxer
url = https://github.com/SideStore/minimuxer.git

View File

@@ -1 +0,0 @@
#include "../Build.xcconfig"

12
Dangerfile.swift Normal file
View File

@@ -0,0 +1,12 @@
import DangerSwiftCoverage // package: https://github.com/f-meloni/danger-swift-coverage.git
import DangerSwiftLint // package: https://github.com/ashfurrow/danger-swiftlint.git
// swift run danger-swift [ci, pr] --dangerfile ./Dangerfile.swift
// xcodebuild test -scheme DangerSwiftCoverage-Package -derivedDataPath Build/ -enableCodeCoverage YES
// (Recommended) Cache the ~/.danger-swift folder
Coverage.xcodeBuildCoverage(.derivedDataFolder("Build"),
minimumCoverage: 50,
excludedTargets: ["DangerSwiftCoverageTests.xctest"])
SwiftLint.lint(directory: "SideStoreApp", configFile: ".swiftlint.yml")

2
Mintfile Normal file
View File

@@ -0,0 +1,2 @@
simorgh3196/SecretKeys@0.0.1
unsignedapps/swift-create-xcframework@2.3.0

View File

@@ -3,11 +3,33 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 53;
objects = {
/* Begin PBXBuildFile section */
B3CD301C29AF87EE00374AF8 /* SideStore in Frameworks */ = {isa = PBXBuildFile; productRef = B3CD301B29AF87EE00374AF8 /* SideStore */; };
B34AFBD529B03235000F318E /* SideStoreAppKit in Frameworks */ = {isa = PBXBuildFile; productRef = B34AFBD429B03235000F318E /* SideStoreAppKit */; };
B34AFBF829B03251000F318E /* LaunchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFBF629B0324C000F318E /* LaunchViewController.swift */; };
B34AFBF929B03251000F318E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFBF729B0324C000F318E /* SceneDelegate.swift */; };
B34AFBFA29B03251000F318E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFBF529B0324C000F318E /* AppDelegate.swift */; };
B34AFBFB29B03279000F318E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE829B0324C000F318E /* Main.storyboard */; };
B34AFBFC29B0327E000F318E /* SettingsHeaderFooterView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE329B0324C000F318E /* SettingsHeaderFooterView.xib */; };
B34AFBFD29B0327E000F318E /* BrowseCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDD29B0324C000F318E /* BrowseCollectionViewCell.xib */; };
B34AFBFE29B0327E000F318E /* AppBannerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDE29B0324C000F318E /* AppBannerView.xib */; };
B34AFBFF29B0327E000F318E /* AboutPatreonHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE029B0324C000F318E /* AboutPatreonHeaderView.xib */; };
B34AFC0029B0327E000F318E /* NewsCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE229B0324C000F318E /* NewsCollectionViewCell.xib */; };
B34AFC0129B0327E000F318E /* UpdateCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE129B0324C000F318E /* UpdateCollectionViewCell.xib */; };
B34AFC0229B0327E000F318E /* InstalledAppsCollectionHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDF29B0324C000F318E /* InstalledAppsCollectionHeaderView.xib */; };
B34AFC0329B03283000F318E /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDB29B0324C000F318E /* Settings.storyboard */; };
B34AFC0429B03288000F318E /* Silence.m4a in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBEB29B0324C000F318E /* Silence.m4a */; };
B34AFC0529B0328D000F318E /* apps.json in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBED29B0324C000F318E /* apps.json */; };
B34AFC0629B0328D000F318E /* apps-alpha.json in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBEE29B0324C000F318E /* apps-alpha.json */; };
B34AFC0729B03291000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBF229B0324C000F318E /* Assets.xcassets */; };
B34AFC1129B032DF000F318E /* Countdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFC0929B032DF000F318E /* Countdown.swift */; };
B34AFC1229B032DF000F318E /* ComplicationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFC0A29B032DF000F318E /* ComplicationView.swift */; };
B34AFC1329B032DF000F318E /* WidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFC0B29B032DF000F318E /* WidgetView.swift */; };
B34AFC1429B032DF000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFC0D29B032DF000F318E /* Assets.xcassets */; };
B34AFC1629B032DF000F318E /* SideWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34AFC1029B032DF000F318E /* SideWidget.swift */; };
B34AFC1829B03406000F318E /* Shared in Frameworks */ = {isa = PBXBuildFile; productRef = B34AFC1729B03406000F318E /* Shared */; };
BF989177250AABF4002ACF50 /* SideWidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D533E8B72727841800A9B5DD /* libAppleArchive.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D533E8B62727841800A9B5DD /* libAppleArchive.tbd */; settings = {ATTRIBUTES = (Weak, ); }; };
/* End PBXBuildFile section */
@@ -49,11 +71,43 @@
/* Begin PBXFileReference section */
191E5FB5290A5E1F001A3B7C /* libminimuxer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libminimuxer.a; path = "Dependencies/minimuxer/target/aarch64-apple-ios/debug/libminimuxer.a"; sourceTree = "<group>"; };
B343F86C295F759E002B1159 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/lib/libresolv.tbd; sourceTree = DEVELOPER_DIR; };
B347773629B0314A00201FCA /* SideStoreApp */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = SideStoreApp; sourceTree = "<group>"; };
B34AFBD929B0324C000F318E /* PatchApp.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = PatchApp.storyboard; sourceTree = "<group>"; };
B34AFBDA29B0324C000F318E /* Authentication.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Authentication.storyboard; sourceTree = "<group>"; };
B34AFBDB29B0324C000F318E /* Settings.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Settings.storyboard; sourceTree = "<group>"; };
B34AFBDD29B0324C000F318E /* BrowseCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BrowseCollectionViewCell.xib; sourceTree = "<group>"; };
B34AFBDE29B0324C000F318E /* AppBannerView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AppBannerView.xib; sourceTree = "<group>"; };
B34AFBDF29B0324C000F318E /* InstalledAppsCollectionHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = InstalledAppsCollectionHeaderView.xib; sourceTree = "<group>"; };
B34AFBE029B0324C000F318E /* AboutPatreonHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutPatreonHeaderView.xib; sourceTree = "<group>"; };
B34AFBE129B0324C000F318E /* UpdateCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = UpdateCollectionViewCell.xib; sourceTree = "<group>"; };
B34AFBE229B0324C000F318E /* NewsCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NewsCollectionViewCell.xib; sourceTree = "<group>"; };
B34AFBE329B0324C000F318E /* SettingsHeaderFooterView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SettingsHeaderFooterView.xib; sourceTree = "<group>"; };
B34AFBE429B0324C000F318E /* SideStore.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SideStore.entitlements; sourceTree = "<group>"; };
B34AFBE529B0324C000F318E /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
B34AFBE729B0324C000F318E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B34AFBE929B0324C000F318E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B34AFBEB29B0324C000F318E /* Silence.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = Silence.m4a; sourceTree = "<group>"; };
B34AFBED29B0324C000F318E /* apps.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = apps.json; sourceTree = "<group>"; };
B34AFBEE29B0324C000F318E /* apps-alpha.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "apps-alpha.json"; sourceTree = "<group>"; };
B34AFBEF29B0324C000F318E /* Info.info */ = {isa = PBXFileReference; lastKnownFileType = text; path = Info.info; sourceTree = "<group>"; };
B34AFBF029B0324C000F318E /* tempEnt.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = tempEnt.plist; sourceTree = "<group>"; };
B34AFBF229B0324C000F318E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B34AFBF329B0324C000F318E /* AltBackup.ipa */ = {isa = PBXFileReference; lastKnownFileType = file; path = AltBackup.ipa; sourceTree = "<group>"; };
B34AFBF429B0324C000F318E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B34AFBF529B0324C000F318E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B34AFBF629B0324C000F318E /* LaunchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchViewController.swift; sourceTree = "<group>"; };
B34AFBF729B0324C000F318E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
B34AFC0929B032DF000F318E /* Countdown.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Countdown.swift; sourceTree = "<group>"; };
B34AFC0A29B032DF000F318E /* ComplicationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplicationView.swift; sourceTree = "<group>"; };
B34AFC0B29B032DF000F318E /* WidgetView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WidgetView.swift; sourceTree = "<group>"; };
B34AFC0D29B032DF000F318E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B34AFC0E29B032DF000F318E /* SideWidgetExtension.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = SideWidgetExtension.entitlements; sourceTree = "<group>"; };
B34AFC0F29B032DF000F318E /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B34AFC1029B032DF000F318E /* SideWidget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SideWidget.swift; sourceTree = "<group>"; };
B39575F4284F29E20080B4FF /* Roxas.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Roxas.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B3C39606284F4C8400DA9E2F /* CodeSigning.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = CodeSigning.xcconfig; sourceTree = "<group>"; };
B3C39607284F4C8400DA9E2F /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Build.xcconfig; sourceTree = "<group>"; };
B3C39608284F4C8400DA9E2F /* CodeSigning.xcconfig.sample */ = {isa = PBXFileReference; lastKnownFileType = text; path = CodeSigning.xcconfig.sample; sourceTree = "<group>"; };
B3CD301129AF854600374AF8 /* SideStore */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = SideStore; sourceTree = "<group>"; };
B3CD301329AF876000374AF8 /* SideBackup.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SideBackup.xcconfig; sourceTree = "<group>"; };
B3CD301429AF876000374AF8 /* SideWidgetExtension.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SideWidgetExtension.xcconfig; sourceTree = "<group>"; };
B3CD301529AF876000374AF8 /* Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
@@ -75,6 +129,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFC1829B03406000F318E /* Shared in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -82,14 +137,118 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFBD529B03235000F318E /* SideStoreAppKit in Frameworks */,
D533E8B72727841800A9B5DD /* libAppleArchive.tbd in Frameworks */,
B3CD301C29AF87EE00374AF8 /* SideStore in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
B34AFBD629B0324C000F318E /* SideStore */ = {
isa = PBXGroup;
children = (
B34AFBD729B0324C000F318E /* Resources */,
B34AFBF529B0324C000F318E /* AppDelegate.swift */,
B34AFBF629B0324C000F318E /* LaunchViewController.swift */,
B34AFBF729B0324C000F318E /* SceneDelegate.swift */,
);
name = SideStore;
path = SideStoreApp/Sources/SideStore;
sourceTree = "<group>";
};
B34AFBD729B0324C000F318E /* Resources */ = {
isa = PBXGroup;
children = (
B34AFBD829B0324C000F318E /* Storyboards */,
B34AFBDC29B0324C000F318E /* XIB */,
B34AFBE429B0324C000F318E /* SideStore.entitlements */,
B34AFBE529B0324C000F318E /* Settings.bundle */,
B34AFBE629B0324C000F318E /* LaunchScreen.storyboard */,
B34AFBE829B0324C000F318E /* Main.storyboard */,
B34AFBEA29B0324C000F318E /* Sounds */,
B34AFBEC29B0324C000F318E /* JSON */,
B34AFBEF29B0324C000F318E /* Info.info */,
B34AFBF029B0324C000F318E /* tempEnt.plist */,
B34AFBF129B0324C000F318E /* Assets */,
B34AFBF329B0324C000F318E /* AltBackup.ipa */,
B34AFBF429B0324C000F318E /* Info.plist */,
);
path = Resources;
sourceTree = "<group>";
};
B34AFBD829B0324C000F318E /* Storyboards */ = {
isa = PBXGroup;
children = (
B34AFBD929B0324C000F318E /* PatchApp.storyboard */,
B34AFBDA29B0324C000F318E /* Authentication.storyboard */,
B34AFBDB29B0324C000F318E /* Settings.storyboard */,
);
path = Storyboards;
sourceTree = "<group>";
};
B34AFBDC29B0324C000F318E /* XIB */ = {
isa = PBXGroup;
children = (
B34AFBDD29B0324C000F318E /* BrowseCollectionViewCell.xib */,
B34AFBDE29B0324C000F318E /* AppBannerView.xib */,
B34AFBDF29B0324C000F318E /* InstalledAppsCollectionHeaderView.xib */,
B34AFBE029B0324C000F318E /* AboutPatreonHeaderView.xib */,
B34AFBE129B0324C000F318E /* UpdateCollectionViewCell.xib */,
B34AFBE229B0324C000F318E /* NewsCollectionViewCell.xib */,
B34AFBE329B0324C000F318E /* SettingsHeaderFooterView.xib */,
);
path = XIB;
sourceTree = "<group>";
};
B34AFBEA29B0324C000F318E /* Sounds */ = {
isa = PBXGroup;
children = (
B34AFBEB29B0324C000F318E /* Silence.m4a */,
);
path = Sounds;
sourceTree = "<group>";
};
B34AFBEC29B0324C000F318E /* JSON */ = {
isa = PBXGroup;
children = (
B34AFBED29B0324C000F318E /* apps.json */,
B34AFBEE29B0324C000F318E /* apps-alpha.json */,
);
path = JSON;
sourceTree = "<group>";
};
B34AFBF129B0324C000F318E /* Assets */ = {
isa = PBXGroup;
children = (
B34AFBF229B0324C000F318E /* Assets.xcassets */,
);
path = Assets;
sourceTree = "<group>";
};
B34AFC0829B032DF000F318E /* SideWidget */ = {
isa = PBXGroup;
children = (
B34AFC0929B032DF000F318E /* Countdown.swift */,
B34AFC0A29B032DF000F318E /* ComplicationView.swift */,
B34AFC0B29B032DF000F318E /* WidgetView.swift */,
B34AFC0C29B032DF000F318E /* Resources */,
B34AFC1029B032DF000F318E /* SideWidget.swift */,
);
name = SideWidget;
path = SideStoreApp/Sources/SideWidget;
sourceTree = "<group>";
};
B34AFC0C29B032DF000F318E /* Resources */ = {
isa = PBXGroup;
children = (
B34AFC0D29B032DF000F318E /* Assets.xcassets */,
B34AFC0E29B032DF000F318E /* SideWidgetExtension.entitlements */,
B34AFC0F29B032DF000F318E /* Info.plist */,
);
path = Resources;
sourceTree = "<group>";
};
B3CD301229AF876000374AF8 /* Configurations */ = {
isa = PBXGroup;
children = (
@@ -102,13 +261,14 @@
B3CD301929AF876000374AF8 /* Archive.xcconfig */,
B3CD301A29AF876000374AF8 /* SideStoreCore.xcconfig */,
);
path = Configurations;
name = Configurations;
path = SideStoreApp/Configurations;
sourceTree = "<group>";
};
B3E8749729AF639C00745374 /* Packages */ = {
isa = PBXGroup;
children = (
B3CD301129AF854600374AF8 /* SideStore */,
B347773629B0314A00201FCA /* SideStoreApp */,
);
name = Packages;
sourceTree = "<group>";
@@ -120,6 +280,8 @@
B3C39607284F4C8400DA9E2F /* Build.xcconfig */,
B3C39606284F4C8400DA9E2F /* CodeSigning.xcconfig */,
B3C39608284F4C8400DA9E2F /* CodeSigning.xcconfig.sample */,
B34AFBD629B0324C000F318E /* SideStore */,
B34AFC0829B032DF000F318E /* SideWidget */,
B3CD301229AF876000374AF8 /* Configurations */,
BFD247852284BB3300981D42 /* Frameworks */,
BFD2476B2284B9A500981D42 /* Products */,
@@ -165,6 +327,9 @@
dependencies = (
);
name = SideWidgetExtension;
packageProductDependencies = (
B34AFC1729B03406000F318E /* Shared */,
);
productName = AltWidgetExtension;
productReference = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */;
productType = "com.apple.product-type.app-extension";
@@ -186,7 +351,7 @@
);
name = SideStore;
packageProductDependencies = (
B3CD301B29AF87EE00374AF8 /* SideStore */,
B34AFBD429B03235000F318E /* SideStoreAppKit */,
);
productName = AltStore;
productReference = BFD2476A2284B9A500981D42 /* SideStore.app */;
@@ -198,6 +363,7 @@
BFD247622284B9A500981D42 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1400;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = SideStore;
@@ -246,6 +412,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFC1429B032DF000F318E /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -253,6 +420,19 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFBFE29B0327E000F318E /* AppBannerView.xib in Resources */,
B34AFC0129B0327E000F318E /* UpdateCollectionViewCell.xib in Resources */,
B34AFC0229B0327E000F318E /* InstalledAppsCollectionHeaderView.xib in Resources */,
B34AFBFF29B0327E000F318E /* AboutPatreonHeaderView.xib in Resources */,
B34AFC0429B03288000F318E /* Silence.m4a in Resources */,
B34AFBFB29B03279000F318E /* Main.storyboard in Resources */,
B34AFC0729B03291000F318E /* Assets.xcassets in Resources */,
B34AFC0629B0328D000F318E /* apps-alpha.json in Resources */,
B34AFBFC29B0327E000F318E /* SettingsHeaderFooterView.xib in Resources */,
B34AFC0529B0328D000F318E /* apps.json in Resources */,
B34AFC0329B03283000F318E /* Settings.storyboard in Resources */,
B34AFBFD29B0327E000F318E /* BrowseCollectionViewCell.xib in Resources */,
B34AFC0029B0327E000F318E /* NewsCollectionViewCell.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -263,6 +443,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFC1629B032DF000F318E /* SideWidget.swift in Sources */,
B34AFC1329B032DF000F318E /* WidgetView.swift in Sources */,
B34AFC1229B032DF000F318E /* ComplicationView.swift in Sources */,
B34AFC1129B032DF000F318E /* Countdown.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -270,6 +454,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B34AFBFA29B03251000F318E /* AppDelegate.swift in Sources */,
B34AFBF829B03251000F318E /* LaunchViewController.swift in Sources */,
B34AFBF929B03251000F318E /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -283,6 +470,25 @@
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
B34AFBE629B0324C000F318E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
B34AFBE729B0324C000F318E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
B34AFBE829B0324C000F318E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
B34AFBE929B0324C000F318E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
BF989179250AABF4002ACF50 /* Debug */ = {
isa = XCBuildConfiguration;
@@ -293,13 +499,13 @@
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_ENTITLEMENTS = Sources/SideWidget/Resources/SideWidgetExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = SideStoreApp/Sources/SideWidget/Resources/SideWidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/SideWidget/Resources/Info.plist;
INFOPLIST_FILE = SideStoreApp/Sources/SideWidget/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -324,12 +530,12 @@
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_ENTITLEMENTS = Sources/SideWidget/Resources/SideWidgetExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = SideStoreApp/Sources/SideWidget/Resources/SideWidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/SideWidget/Resources/Info.plist;
INFOPLIST_FILE = SideStoreApp/Sources/SideWidget/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -479,14 +685,15 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B3CD301829AF876000374AF8 /* SideStore.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Sources/SideStore/Resources/SideStore.entitlements;
CODE_SIGN_ENTITLEMENTS = SideStoreAppSources/SideStore/Resources/SideStore.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Sources/SideStore/Resources/Info.plist;
INFOPLIST_FILE = SideStoreApp/Sources/SideStore/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -511,14 +718,15 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B3CD301829AF876000374AF8 /* SideStore.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Sources/SideStore/Resources/SideStore.entitlements;
CODE_SIGN_ENTITLEMENTS = SideStoreAppSources/SideStore/Resources/SideStore.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Sources/SideStore/Resources/Info.plist;
INFOPLIST_FILE = SideStoreApp/Sources/SideStore/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -571,9 +779,13 @@
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
B3CD301B29AF87EE00374AF8 /* SideStore */ = {
B34AFBD429B03235000F318E /* SideStoreAppKit */ = {
isa = XCSwiftPackageProductDependency;
productName = SideStore;
productName = SideStoreAppKit;
};
B34AFC1729B03406000F318E /* Shared */ = {
isa = XCSwiftPackageProductDependency;
productName = Shared;
};
/* End XCSwiftPackageProductDependency section */
};

View File

@@ -2,6 +2,6 @@
<Workspace
version = "1.0">
<FileRef
location = "self:/Users/jmattiello/Workspace/Provenance/SideStoreRepos/SideStore/SideStore-SPM.xcodeproj">
location = "self:">
</FileRef>
</Workspace>

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SideStore/AltSign",
"state" : {
"branch" : "master",
"revision" : "7e0e7edcf8fbc44ac1e35da3e9030a297aa18b84"
"revision" : "9c63397f0fc6038c04b930dd2d10b030d508d6fa",
"version" : "1.0.2"
}
},
{
@@ -18,6 +18,15 @@
"version" : "4.4.3"
}
},
{
"identity" : "danger-swift-coverage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/f-meloni/danger-swift-coverage",
"state" : {
"revision" : "104ded872b6e1af1def04b897bc3a29fe04865ba",
"version" : "0.3.0"
}
},
{
"identity" : "down",
"kind" : "remoteSourceControl",
@@ -27,6 +36,33 @@
"revision" : "e754ab1c80920dd51a8e08290c912ac1c2ac8b58"
}
},
{
"identity" : "files",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/Files.git",
"state" : {
"revision" : "a84615f4558151fab52ac38df697ce2442991f93",
"version" : "2.3.0"
}
},
{
"identity" : "imobiledevice.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SideStore/iMobileDevice.swift",
"state" : {
"revision" : "74e481106dd155c0cd21bca6795fd9fe5f751654",
"version" : "1.0.5"
}
},
{
"identity" : "infomaticplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/InfomaticPlugin.git",
"state" : {
"branch" : "main",
"revision" : "735c0f1431f65977fcb3f808b74f6eeb728183ef"
}
},
{
"identity" : "keychainaccess",
"kind" : "remoteSourceControl",
@@ -37,12 +73,30 @@
}
},
{
"identity" : "launchatlogin",
"identity" : "logger",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/LaunchAtLogin.git",
"location" : "https://github.com/shibapm/Logger",
"state" : {
"revision" : "e8171b3e38a2816f579f58f3dac1522aa39efe41",
"version" : "4.2.0"
"revision" : "53c3ecca5abe8cf46697e33901ee774236d94cce",
"version" : "0.2.3"
}
},
{
"identity" : "marathon",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/Marathon",
"state" : {
"revision" : "35b672e05ac411fb104e462fbfd6541f995abc17",
"version" : "3.3.0"
}
},
{
"identity" : "matchable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Matchable.git",
"state" : {
"revision" : "d53e807009960aafbd54f6229c2542f906628b38",
"version" : "1.0.7"
}
},
{
@@ -54,6 +108,15 @@
"version" : "7.6.3"
}
},
{
"identity" : "octokit.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/nerdishbynature/octokit.swift",
"state" : {
"revision" : "f762f1566f7cd0e683b9329f169c28ab6ef993cc",
"version" : "0.12.0"
}
},
{
"identity" : "openssl",
"kind" : "remoteSourceControl",
@@ -63,6 +126,15 @@
"version" : "1.1.2000"
}
},
{
"identity" : "packagebuildinfo",
"kind" : "remoteSourceControl",
"location" : "https://github.com/DimaRU/PackageBuildInfo",
"state" : {
"branch" : "master",
"revision" : "7fe63ad12b50bad5d86e6abaef5a944f931ce765"
}
},
{
"identity" : "plcrashreporter",
"kind" : "remoteSourceControl",
@@ -72,6 +144,33 @@
"version" : "1.10.2"
}
},
{
"identity" : "releases",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/Releases.git",
"state" : {
"revision" : "ea62f33a429185b0ed21344c2355862c5bc4fcce",
"version" : "4.0.0"
}
},
{
"identity" : "requestkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/nerdishbynature/RequestKit.git",
"state" : {
"revision" : "8b0258ea2a4345cbcac90509b764faacea12efb0",
"version" : "3.2.1"
}
},
{
"identity" : "require",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/Require.git",
"state" : {
"revision" : "7cfbd0d8a2dede0e01f6f0d8ab2c7acef1df112e",
"version" : "2.0.1"
}
},
{
"identity" : "roxas",
"kind" : "remoteSourceControl",
@@ -81,6 +180,24 @@
"version" : "1.2.2"
}
},
{
"identity" : "runner",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Runner.git",
"state" : {
"revision" : "65420eb4e534a58c8fb1bf18e344bc86edb42c65",
"version" : "1.3.2"
}
},
{
"identity" : "secretsmanager",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vdka/SecretsManager.git",
"state" : {
"revision" : "7e7eb0304726a2d9788432a3b90d79817ce2f6e1",
"version" : "1.1.1"
}
},
{
"identity" : "semanticversion",
"kind" : "remoteSourceControl",
@@ -90,13 +207,148 @@
"version" : "0.3.5"
}
},
{
"identity" : "shellout",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/ShellOut",
"state" : {
"revision" : "e1577acf2b6e90086d01a6d5e2b8efdaae033568",
"version" : "2.3.0"
}
},
{
"identity" : "sidekit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SideStore/SideKit",
"state" : {
"branch" : "main",
"revision" : "7ea34a09b52c104077dea8e0b90f8dc55d43b36b"
"revision" : "7ea34a09b52c104077dea8e0b90f8dc55d43b36b",
"version" : "0.1.0"
}
},
{
"identity" : "sourcekitten",
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/SourceKitten.git",
"state" : {
"revision" : "b6dc09ee51dfb0c66e042d2328c017483a1a5d56",
"version" : "0.34.1"
}
},
{
"identity" : "swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/danger/swift.git",
"state" : {
"revision" : "33d35bf94f54155be505ffecfca745e4cc1cd0cc",
"version" : "1.6.5"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a",
"version" : "1.2.2"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "10bc670db657d11bdd561e07de30a9041311b2b1",
"version" : "1.1.0"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-secret-keys",
"kind" : "remoteSourceControl",
"location" : "https://github.com/simorgh3196/swift-secret-keys",
"state" : {
"revision" : "d156d039bea258466a2bbc0046936867db1a0915",
"version" : "0.1.0"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
"state" : {
"revision" : "f69b412a765396d44dc9f4788a5b79919c1ca9e3",
"version" : "0.2.2"
}
},
{
"identity" : "swiftpmplugins",
"kind" : "remoteSourceControl",
"location" : "https://github.com/JoeMatt/SwiftPMPlugins.git",
"state" : {
"revision" : "2e4833a3ca65d0aaa986138b8ef350b7f549ba28",
"version" : "1.0.0"
}
},
{
"identity" : "swiftsafeurl",
"kind" : "remoteSourceControl",
"location" : "https://github.com/baguio/SwiftSafeURL",
"state" : {
"revision" : "b124e5280c3fb4588db38df1047628f52f2713ac",
"version" : "0.4.2"
}
},
{
"identity" : "swxmlhash",
"kind" : "remoteSourceControl",
"location" : "https://github.com/drmohundro/SWXMLHash.git",
"state" : {
"revision" : "4d0f62f561458cbe1f732171e625f03195151b60",
"version" : "7.0.1"
}
},
{
"identity" : "versionator",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Versionator.git",
"state" : {
"revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc",
"version" : "1.0.3"
}
},
{
"identity" : "xcodeissuereporting",
"kind" : "remoteSourceControl",
"location" : "https://github.com/baguio/XcodeIssueReporting",
"state" : {
"revision" : "76165bb2c12adee23d3d9f4ed0b475c9c438d94a",
"version" : "1.4.1"
}
},
{
"identity" : "xctestextensions",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/XCTestExtensions.git",
"state" : {
"revision" : "39694671be8bea1ab0bbd87114705b2a92567a8e",
"version" : "1.5.0"
}
},
{
"identity" : "yams",
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/Yams",
"state" : {
"revision" : "f47ba4838c30dbd59998a4e4c87ab620ff959e8a",
"version" : "5.0.5"
}
}
],

View File

@@ -0,0 +1 @@
#include "../../Build.xcconfig"

View File

@@ -1,3 +1,3 @@
#include "../Build.xcconfig"
#include "../../Build.xcconfig"
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideBackup

View File

@@ -1,3 +1,3 @@
#include "../Build.xcconfig"
#include "../../Build.xcconfig"
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PRODUCT_NAME)

View File

@@ -1,3 +1,3 @@
#include "../Build.xcconfig"
#include "../../Build.xcconfig"
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideStoreCore

View File

@@ -1,3 +1,3 @@
#include "../Build.xcconfig"
#include "../../Build.xcconfig"
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideWidget

View File

@@ -19,8 +19,12 @@ let USE_CXX_MODULES = envBool("USE_CXX_MODULES")
let INHIBIT_UPSTREAM_WARNINGS = envBool("INHIBIT_UPSTREAM_WARNINGS")
let STATIC_LIBRARY = envBool("STATIC_LIBRARY")
let unsafe_flags: [String] = INHIBIT_UPSTREAM_WARNINGS ? ["-w"] : []
let unsafe_flags_cxx: [String] = INHIBIT_UPSTREAM_WARNINGS ? ["-w", "-Wno-module-import-in-extern-c"] : ["-Wno-module-import-in-extern-c"]
let unsafe_flags: [String] = INHIBIT_UPSTREAM_WARNINGS ?
["-w"] :
[]
let unsafe_flags_cxx: [String] = INHIBIT_UPSTREAM_WARNINGS ?
["-w", "-Wno-module-import-in-extern-c"] :
["-Wno-module-import-in-extern-c"]
let dependencies: [Package.Dependency] = [
@@ -40,9 +44,52 @@ let dependencies: [Package.Dependency] = [
.package(url: "https://github.com/SwiftPackageIndex/SemanticVersion", from: "0.3.5"),
// Plugins
// IntentBuilder for spm support of intents and Logger injection
.package(url: "https://github.com/JoeMatt/SwiftPMPlugins.git", .upToNextMinor(from: "1.0.0")),
// Generate swift files with git head info
.package(url: "https://github.com/elegantchaos/Versionator.git", from: "1.0.3"),
// plists from .json, including Info.plist
.package(url: "https://github.com/elegantchaos/InfomaticPlugin.git", branch: "main"),
// Swiftlint
.package(url: "https://github.com/lukepistrol/SwiftLintPlugin", from: "0.2.2"),
// git secrets from env (for adding sensative api keys via CI/CD,
// `swift package plugin --allow-writing-to-package-directory secret-keys generate`
// or `mint run secret-keys generate`
.package(url: "https://github.com/simorgh3196/swift-secret-keys", from: "0.0.1"),
// Swift docc generator
// `swift package generate-documentation` to call
// or inline creation
// `swift package --allow-writing-to-directory ./docs \
// generate-documentation --target MyFramework --output-path ./docs`
// to preview:
// `swift package --disable-sandbox preview-documentation --target MyFramework
// Hosting https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
// Generate compile time checked URLs
// This will compile
// let validUrl = URL(safeString: "https://example.tld")
// This won't
// let invalidUrl = URL(safeString: "https://example./tld")
.package(url: "https://github.com/baguio/SwiftSafeURL", from: "0.4.2"),
// Secrets manager using `.env`
.package(url: "https://github.com/vdka/SecretsManager.git", from: "1.0.0"),
// Generate `PackageBuild` struct with build time info about repo
.package(url: "https://github.com/DimaRU/PackageBuildInfo", branch: "master"),
/*
// Plugin for simply updating your Package.swift file consistently and understandably.
.package(url: "https://github.com/mackoj/PackageGeneratorPlugin.git", from: "0.3.0"),
// Plugin for quickly updating your Schemes files
.package(url: "https://github.com/mackoj/SchemeGeneratorPlugin.git", from: "0.5.5"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "0.45.0"),
*/
// Old style plugins
.package(url: "https://github.com/f-meloni/danger-swift-coverage", from: "0.1.0") // dev
] // + dependencies_cargo
@@ -57,20 +104,64 @@ let package = Package(
],
products: [
// SideWidget Executable
.executable(
name: "SideStore",
targets: ["SideStore"]
),
// SideWidget Executable
.executable(
name: "SideWidget",
targets: ["SideWidget"]
),
// SideStoreAppKit
.library(
name: "SideStoreAppKit",
targets: ["SideStoreAppKit"]),
.library(
name: "SideStoreAppKit-Static",
type: .static,
targets: ["SideStoreAppKit"]),
.library(
name: "SideStoreAppKit-Dynamic",
type: .dynamic,
targets: ["SideStoreAppKit"]),
// SideStoreCore
.library(
name: "SideStoreCore",
targets: ["SideStoreCore"]),
.library(
name: "SideStoreCore-Static",
type: .static,
targets: ["SideStoreCore"]),
.library(
name: "SideStoreCore-Dynamic",
type: .dynamic,
targets: ["SideStoreCore"]),
// Shared (for widget)
.library(
name: "Shared",
targets: ["Shared"]),
.library(
name: "Shared-Static",
type: .static,
targets: ["Shared"]),
.library(
name: "Shared-Dynamic",
type: .dynamic,
targets: ["Shared"]),
// Plugins
.plugin(name: "CargoPlugin", targets: ["CargoPlugin"]),
],
@@ -141,7 +232,10 @@ let package = Package(
.plugin(name: "IntentBuilderPlugin", package: "SwiftPMPlugins"),
.plugin(name: "LoggerPlugin", package: "SwiftPMPlugins"),
// .plugin(name: "VersionatorPlugin", package: "Versionator"),
.plugin(name: "InfomaticPlugin", package: "InfomaticPlugin")
.plugin(name: "InfomaticPlugin", package: "InfomaticPlugin"),
.plugin(name: "SafeURLPlugin", package: "SafeURLPlugin"),
.plugin(name: "packageBuildInfoPlugin", package: "PackageBuildInfo"),
.plugin(name: "SecretsManagerPlugin", package: "SecretsManager"),
]
),
@@ -188,6 +282,7 @@ let package = Package(
plugins: [
.plugin(name: "IntentBuilderPlugin", package: "SwiftPMPlugins"),
.plugin(name: "LoggerPlugin", package: "SwiftPMPlugins"),
.plugin(name: "SafeURLPlugin", package: "SafeURLPlugin"),
]
),
@@ -195,6 +290,10 @@ let package = Package(
.executableTarget(
name: "SideWidget",
dependencies: [
"Shared",
"SideStoreCore"
],
plugins: [
.plugin(name: "IntentBuilderPlugin", package: "SwiftPMPlugins"),
.plugin(name: "LoggerPlugin", package: "SwiftPMPlugins")
@@ -208,6 +307,7 @@ let package = Package(
dependencies: ["em_proxy"]
),
// For local, run `make zip`
// .binaryTarget(
// name: "em_proxy",
// path: "Dependencies/em_proxy/em_proxy.xcframework.zip"
@@ -252,6 +352,7 @@ let package = Package(
]
),
// For local, run `make zip`
// .binaryTarget(
// name: "minimuxer",
// path: "Dependencies/minimuxer/minimuxer.xcframework.zip"
@@ -278,7 +379,10 @@ let package = Package(
dependencies: [
"SideKit",
"AltSign",
]
],
plugins: [
.plugin(name: "SafeURLPlugin", package: "SafeURLPlugin"),
]
),
.testTarget(
@@ -311,7 +415,8 @@ let package = Package(
],
plugins: [
.plugin(name: "IntentBuilderPlugin", package: "SwiftPMPlugins"),
.plugin(name: "LoggerPlugin", package: "SwiftPMPlugins")
.plugin(name: "LoggerPlugin", package: "SwiftPMPlugins"),
.plugin(name: "SafeURLPlugin", package: "SafeURLPlugin"),
]
),
@@ -330,6 +435,9 @@ let package = Package(
.plugin(name: "CargoPlugin", capability: .buildTool()),
// .plugin(name: "CargoPlugin-Generate", capability: .command(intent: PluginCommandIntent)),
// MARK: Danger.swift
.target(name: "DangerDependencies", dependencies: ["Danger", "DangerSwiftCoverage"]), // dev
],
swiftLanguageVersions: [.v5],
cLanguageStandard: .gnu11,

Some files were not shown because too many files have changed in this diff Show More