This commit is contained in:
Alin
2024-07-18 13:33:13 -06:00
parent 72da0ba1fd
commit 76e32acc9b
2 changed files with 32 additions and 14 deletions
+22 -13
View File
@@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 60; objectVersion = 56;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@@ -20,6 +20,7 @@
C76D08512AF850F300D07867 /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76D08502AF850F300D07867 /* About.swift */; }; C76D08512AF850F300D07867 /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76D08502AF850F300D07867 /* About.swift */; };
C76D08552AF89CDE00D07867 /* RegularMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76D08542AF89CDE00D07867 /* RegularMode.swift */; }; C76D08552AF89CDE00D07867 /* RegularMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76D08542AF89CDE00D07867 /* RegularMode.swift */; };
C76EDCD62C45DC82000CF29D /* AlinFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = C76EDCD52C45DC82000CF29D /* AlinFoundation */; }; C76EDCD62C45DC82000CF29D /* AlinFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = C76EDCD52C45DC82000CF29D /* AlinFoundation */; };
C7736E4F2C49A44200917293 /* AlinFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = C7736E4E2C49A44200917293 /* AlinFoundation */; };
C77B90042AF18E2E009CC655 /* PearcleanerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77B90032AF18E2E009CC655 /* PearcleanerApp.swift */; }; C77B90042AF18E2E009CC655 /* PearcleanerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77B90032AF18E2E009CC655 /* PearcleanerApp.swift */; };
C77B90082AF18E2F009CC655 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C77B90072AF18E2F009CC655 /* Assets.xcassets */; }; C77B90082AF18E2F009CC655 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C77B90072AF18E2F009CC655 /* Assets.xcassets */; };
C77B90162AF19377009CC655 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77B90152AF19377009CC655 /* AppState.swift */; }; C77B90162AF19377009CC655 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77B90152AF19377009CC655 /* AppState.swift */; };
@@ -150,6 +151,7 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
C76EDCD62C45DC82000CF29D /* AlinFoundation in Frameworks */, C76EDCD62C45DC82000CF29D /* AlinFoundation in Frameworks */,
C7736E4F2C49A44200917293 /* AlinFoundation in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -325,6 +327,7 @@
name = Pearcleaner; name = Pearcleaner;
packageProductDependencies = ( packageProductDependencies = (
C76EDCD52C45DC82000CF29D /* AlinFoundation */, C76EDCD52C45DC82000CF29D /* AlinFoundation */,
C7736E4E2C49A44200917293 /* AlinFoundation */,
); );
productName = PeakPurge; productName = PeakPurge;
productReference = C77B90002AF18E2E009CC655 /* Pearcleaner.app */; productReference = C77B90002AF18E2E009CC655 /* Pearcleaner.app */;
@@ -379,7 +382,7 @@
mainGroup = C77B8FF72AF18E2E009CC655; mainGroup = C77B8FF72AF18E2E009CC655;
packageReferences = ( packageReferences = (
C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */, C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */,
C76EDCD42C45DC82000CF29D /* XCLocalSwiftPackageReference "../AlinFoundation" */, C7736E4D2C49A44200917293 /* XCRemoteSwiftPackageReference "AlinFoundation" */,
); );
productRefGroup = C77B90012AF18E2E009CC655 /* Products */; productRefGroup = C77B90012AF18E2E009CC655 /* Products */;
projectDirPath = ""; projectDirPath = "";
@@ -526,8 +529,8 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 54; APP_BUILD = 55;
APP_VERSION = 3.8.0; APP_VERSION = 3.8.1;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
@@ -596,8 +599,8 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 54; APP_BUILD = 55;
APP_VERSION = 3.8.0; APP_VERSION = 3.8.1;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
@@ -848,14 +851,15 @@
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
C76EDCD42C45DC82000CF29D /* XCLocalSwiftPackageReference "../AlinFoundation" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../AlinFoundation;
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCRemoteSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */
C7736E4D2C49A44200917293 /* XCRemoteSwiftPackageReference "AlinFoundation" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/alienator88/AlinFoundation";
requirement = {
branch = main;
kind = branch;
};
};
C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */ = { C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/eonist/FileWatcher.git"; repositoryURL = "https://github.com/eonist/FileWatcher.git";
@@ -871,6 +875,11 @@
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
productName = AlinFoundation; productName = AlinFoundation;
}; };
C7736E4E2C49A44200917293 /* AlinFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = C7736E4D2C49A44200917293 /* XCRemoteSwiftPackageReference "AlinFoundation" */;
productName = AlinFoundation;
};
C7A2AE5C2B9644F300161540 /* FileWatcher */ = { C7A2AE5C2B9644F300161540 /* FileWatcher */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */; package = C7A2AE5B2B9644DA00161540 /* XCRemoteSwiftPackageReference "FileWatcher" */;
@@ -1,6 +1,15 @@
{ {
"originHash" : "2070782a951fcb2eef783fefb42bac8d9dafc68491164378649d1525b43cbc83", "originHash" : "284df40ab461728f91e9fff8f6afbaf9f1121ce265b549a5187092a1097d4db1",
"pins" : [ "pins" : [
{
"identity" : "alinfoundation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/alienator88/AlinFoundation",
"state" : {
"branch" : "main",
"revision" : "d660e9a1fb07ec3fa036c89c6f9fc1d573cecf9e"
}
},
{ {
"identity" : "filewatcher", "identity" : "filewatcher",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",