2021-12-10 22:32:03 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 55;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C628724258000E1AF5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6C528724258000E1AF5 /* AppDelegate.swift */; };
|
|
|
|
D626E6C828724258000E1AF5 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6C728724258000E1AF5 /* SceneDelegate.swift */; };
|
|
|
|
D626E6CA28724258000E1AF5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6C928724258000E1AF5 /* ViewController.swift */; };
|
|
|
|
D626E6CF28724259000E1AF5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D626E6CE28724259000E1AF5 /* Assets.xcassets */; };
|
|
|
|
D626E6D228724259000E1AF5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D626E6D028724259000E1AF5 /* LaunchScreen.storyboard */; };
|
|
|
|
D626E6D8287242F0000E1AF5 /* MastoSearchCore in Frameworks */ = {isa = PBXBuildFile; productRef = D626E6D7287242F0000E1AF5 /* MastoSearchCore */; };
|
|
|
|
D626E6DC28724610000E1AF5 /* StatusTableRowCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6DB28724610000E1AF5 /* StatusTableRowCollectionViewCell.swift */; };
|
|
|
|
D626E6DE28724D4C000E1AF5 /* StatusTableHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6DD28724D4C000E1AF5 /* StatusTableHeaderView.swift */; };
|
|
|
|
D626E6E028725940000E1AF5 /* UIColor+App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D626E6DF28725940000E1AF5 /* UIColor+App.swift */; };
|
2022-07-03 06:52:41 +00:00
|
|
|
D6451241276981A40046CCD2 /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6451240276981A40046CCD2 /* WindowController.swift */; };
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB972C874E73001453CD /* HTMLStreamer in Frameworks */ = {isa = PBXBuildFile; productRef = D650FB962C874E73001453CD /* HTMLStreamer */; };
|
|
|
|
D650FB992C874F14001453CD /* HTMLStreamer in Frameworks */ = {isa = PBXBuildFile; productRef = D650FB982C874F14001453CD /* HTMLStreamer */; };
|
2022-07-03 18:58:59 +00:00
|
|
|
D6559A5228721BAF000EEB4D /* MastoSearchCore in Frameworks */ = {isa = PBXBuildFile; productRef = D6559A5128721BAF000EEB4D /* MastoSearchCore */; };
|
2022-07-03 06:52:41 +00:00
|
|
|
D669039E2769236F00819C4D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669039C2769236F00819C4D /* ViewController.swift */; };
|
|
|
|
D66903BE2769250B00819C4D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D66903BD2769250B00819C4D /* Main.storyboard */; };
|
|
|
|
D6A4B8B027C2B1770016F458 /* MastoSearchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A4B8AF27C2B1770016F458 /* MastoSearchTests.swift */; };
|
|
|
|
D6A4B8B727C2B18C0016F458 /* ImportControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A4B8B627C2B18C0016F458 /* ImportControllerTests.swift */; };
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE927640CE100BA23B8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6B24DE827640CE100BA23B8 /* AppDelegate.swift */; };
|
|
|
|
D6B24DEB27640CE200BA23B8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D6B24DEA27640CE200BA23B8 /* Assets.xcassets */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
2022-07-03 06:52:41 +00:00
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
D6A4B8B127C2B1770016F458 /* PBXContainerItemProxy */ = {
|
|
|
|
isa = PBXContainerItemProxy;
|
|
|
|
containerPortal = D6B24DDD27640CE100BA23B8 /* Project object */;
|
|
|
|
proxyType = 1;
|
|
|
|
remoteGlobalIDString = D6B24DE427640CE100BA23B8;
|
|
|
|
remoteInfo = MastoSearch;
|
|
|
|
};
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
2021-12-10 22:32:03 +00:00
|
|
|
/* Begin PBXFileReference section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C328724258000E1AF5 /* MastoSearchMobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MastoSearchMobile.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
D626E6C528724258000E1AF5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
D626E6C728724258000E1AF5 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
D626E6C928724258000E1AF5 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
|
D626E6CE28724259000E1AF5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
D626E6D128724259000E1AF5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
D626E6D328724259000E1AF5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
D626E6DB28724610000E1AF5 /* StatusTableRowCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusTableRowCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
D626E6DD28724D4C000E1AF5 /* StatusTableHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusTableHeaderView.swift; sourceTree = "<group>"; };
|
|
|
|
D626E6DF28725940000E1AF5 /* UIColor+App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+App.swift"; sourceTree = "<group>"; };
|
2022-07-03 06:52:41 +00:00
|
|
|
D6451240276981A40046CCD2 /* WindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
|
|
|
|
D669039C2769236F00819C4D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
|
D66903BD2769250B00819C4D /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
|
|
|
|
D6A4B8AD27C2B1770016F458 /* MastoSearchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MastoSearchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
D6A4B8AF27C2B1770016F458 /* MastoSearchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MastoSearchTests.swift; sourceTree = "<group>"; };
|
|
|
|
D6A4B8B627C2B18C0016F458 /* ImportControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImportControllerTests.swift; sourceTree = "<group>"; };
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE527640CE100BA23B8 /* MastoSearch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MastoSearch.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
D6B24DE827640CE100BA23B8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
D6B24DEA27640CE200BA23B8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
D6B24DEF27640CE200BA23B8 /* MastoSearch.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MastoSearch.entitlements; sourceTree = "<group>"; };
|
2022-07-03 18:58:59 +00:00
|
|
|
D6E77D1428721A7600D8B732 /* MastoSearchCore */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = MastoSearchCore; sourceTree = "<group>"; };
|
2021-12-10 22:32:03 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C028724258000E1AF5 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
D626E6D8287242F0000E1AF5 /* MastoSearchCore in Frameworks */,
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB992C874F14001453CD /* HTMLStreamer in Frameworks */,
|
2022-07-03 23:00:17 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AA27C2B1770016F458 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE227640CE100BA23B8 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB972C874E73001453CD /* HTMLStreamer in Frameworks */,
|
2022-07-03 18:58:59 +00:00
|
|
|
D6559A5228721BAF000EEB4D /* MastoSearchCore in Frameworks */,
|
2021-12-10 22:32:03 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C428724258000E1AF5 /* MastoSearchMobile */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
D626E6C528724258000E1AF5 /* AppDelegate.swift */,
|
|
|
|
D626E6C728724258000E1AF5 /* SceneDelegate.swift */,
|
|
|
|
D626E6C928724258000E1AF5 /* ViewController.swift */,
|
|
|
|
D626E6DB28724610000E1AF5 /* StatusTableRowCollectionViewCell.swift */,
|
|
|
|
D626E6DD28724D4C000E1AF5 /* StatusTableHeaderView.swift */,
|
|
|
|
D626E6DF28725940000E1AF5 /* UIColor+App.swift */,
|
|
|
|
D626E6CE28724259000E1AF5 /* Assets.xcassets */,
|
|
|
|
D626E6D028724259000E1AF5 /* LaunchScreen.storyboard */,
|
|
|
|
D626E6D328724259000E1AF5 /* Info.plist */,
|
|
|
|
);
|
|
|
|
path = MastoSearchMobile;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2022-07-03 18:58:59 +00:00
|
|
|
D6559A5028721BAF000EEB4D /* Frameworks */ = {
|
2022-07-03 06:52:41 +00:00
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
);
|
2022-07-03 18:58:59 +00:00
|
|
|
name = Frameworks;
|
2022-07-03 06:52:41 +00:00
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2022-07-03 18:58:59 +00:00
|
|
|
D6A4B8AE27C2B1770016F458 /* MastoSearchTests */ = {
|
2022-07-03 06:52:41 +00:00
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2022-07-03 18:58:59 +00:00
|
|
|
D6A4B8AF27C2B1770016F458 /* MastoSearchTests.swift */,
|
|
|
|
D6A4B8B627C2B18C0016F458 /* ImportControllerTests.swift */,
|
2022-07-03 06:52:41 +00:00
|
|
|
);
|
2022-07-03 18:58:59 +00:00
|
|
|
path = MastoSearchTests;
|
2022-07-03 06:52:41 +00:00
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DDC27640CE100BA23B8 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2022-07-03 18:58:59 +00:00
|
|
|
D6E77D1428721A7600D8B732 /* MastoSearchCore */,
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE727640CE100BA23B8 /* MastoSearch */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AE27C2B1770016F458 /* MastoSearchTests */,
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C428724258000E1AF5 /* MastoSearchMobile */,
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE627640CE100BA23B8 /* Products */,
|
2022-07-03 18:58:59 +00:00
|
|
|
D6559A5028721BAF000EEB4D /* Frameworks */,
|
2021-12-10 22:32:03 +00:00
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
D6B24DE627640CE100BA23B8 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
D6B24DE527640CE100BA23B8 /* MastoSearch.app */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AD27C2B1770016F458 /* MastoSearchTests.xctest */,
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C328724258000E1AF5 /* MastoSearchMobile.app */,
|
2021-12-10 22:32:03 +00:00
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
D6B24DE727640CE100BA23B8 /* MastoSearch */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
D6B24DE827640CE100BA23B8 /* AppDelegate.swift */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D6451240276981A40046CCD2 /* WindowController.swift */,
|
|
|
|
D669039C2769236F00819C4D /* ViewController.swift */,
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DEA27640CE200BA23B8 /* Assets.xcassets */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D66903BD2769250B00819C4D /* Main.storyboard */,
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DEF27640CE200BA23B8 /* MastoSearch.entitlements */,
|
|
|
|
);
|
|
|
|
path = MastoSearch;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C228724258000E1AF5 /* MastoSearchMobile */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = D626E6D628724259000E1AF5 /* Build configuration list for PBXNativeTarget "MastoSearchMobile" */;
|
|
|
|
buildPhases = (
|
|
|
|
D626E6BF28724258000E1AF5 /* Sources */,
|
|
|
|
D626E6C028724258000E1AF5 /* Frameworks */,
|
|
|
|
D626E6C128724258000E1AF5 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = MastoSearchMobile;
|
|
|
|
packageProductDependencies = (
|
|
|
|
D626E6D7287242F0000E1AF5 /* MastoSearchCore */,
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB982C874F14001453CD /* HTMLStreamer */,
|
2022-07-03 23:00:17 +00:00
|
|
|
);
|
|
|
|
productName = MastoSearchMobile;
|
|
|
|
productReference = D626E6C328724258000E1AF5 /* MastoSearchMobile.app */;
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AC27C2B1770016F458 /* MastoSearchTests */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = D6A4B8B327C2B1770016F458 /* Build configuration list for PBXNativeTarget "MastoSearchTests" */;
|
|
|
|
buildPhases = (
|
|
|
|
D6A4B8A927C2B1770016F458 /* Sources */,
|
|
|
|
D6A4B8AA27C2B1770016F458 /* Frameworks */,
|
|
|
|
D6A4B8AB27C2B1770016F458 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
D6A4B8B227C2B1770016F458 /* PBXTargetDependency */,
|
|
|
|
);
|
|
|
|
name = MastoSearchTests;
|
|
|
|
productName = MastoSearchTests;
|
|
|
|
productReference = D6A4B8AD27C2B1770016F458 /* MastoSearchTests.xctest */;
|
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE427640CE100BA23B8 /* MastoSearch */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = D6B24DF227640CE200BA23B8 /* Build configuration list for PBXNativeTarget "MastoSearch" */;
|
|
|
|
buildPhases = (
|
|
|
|
D6B24DE127640CE100BA23B8 /* Sources */,
|
|
|
|
D6B24DE227640CE100BA23B8 /* Frameworks */,
|
|
|
|
D6B24DE327640CE100BA23B8 /* Resources */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = MastoSearch;
|
2022-07-03 06:52:41 +00:00
|
|
|
packageProductDependencies = (
|
2022-07-03 18:58:59 +00:00
|
|
|
D6559A5128721BAF000EEB4D /* MastoSearchCore */,
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB962C874E73001453CD /* HTMLStreamer */,
|
2022-07-03 06:52:41 +00:00
|
|
|
);
|
2021-12-10 22:32:03 +00:00
|
|
|
productName = MastoSearch;
|
|
|
|
productReference = D6B24DE527640CE100BA23B8 /* MastoSearch.app */;
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
D6B24DDD27640CE100BA23B8 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
BuildIndependentTargetsInParallel = 1;
|
2022-07-03 23:00:17 +00:00
|
|
|
LastSwiftUpdateCheck = 1400;
|
2021-12-10 22:32:03 +00:00
|
|
|
LastUpgradeCheck = 1320;
|
|
|
|
TargetAttributes = {
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C228724258000E1AF5 = {
|
|
|
|
CreatedOnToolsVersion = 14.0;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AC27C2B1770016F458 = {
|
|
|
|
CreatedOnToolsVersion = 13.2;
|
|
|
|
TestTargetID = D6B24DE427640CE100BA23B8;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE427640CE100BA23B8 = {
|
|
|
|
CreatedOnToolsVersion = 13.2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = D6B24DE027640CE100BA23B8 /* Build configuration list for PBXProject "MastoSearch" */;
|
|
|
|
compatibilityVersion = "Xcode 13.0";
|
|
|
|
developmentRegion = en;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
Base,
|
|
|
|
);
|
|
|
|
mainGroup = D6B24DDC27640CE100BA23B8;
|
2022-07-03 06:52:41 +00:00
|
|
|
packageReferences = (
|
|
|
|
D6B24DF527640D2600BA23B8 /* XCRemoteSwiftPackageReference "fmdb" */,
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB952C874E73001453CD /* XCRemoteSwiftPackageReference "HTMLStreamer" */,
|
2022-07-03 06:52:41 +00:00
|
|
|
);
|
2021-12-10 22:32:03 +00:00
|
|
|
productRefGroup = D6B24DE627640CE100BA23B8 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
D6B24DE427640CE100BA23B8 /* MastoSearch */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AC27C2B1770016F458 /* MastoSearchTests */,
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C228724258000E1AF5 /* MastoSearchMobile */,
|
2021-12-10 22:32:03 +00:00
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6C128724258000E1AF5 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
D626E6D228724259000E1AF5 /* LaunchScreen.storyboard in Resources */,
|
|
|
|
D626E6CF28724259000E1AF5 /* Assets.xcassets in Resources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8AB27C2B1770016F458 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE327640CE100BA23B8 /* Resources */ = {
|
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
D6B24DEB27640CE200BA23B8 /* Assets.xcassets in Resources */,
|
2022-07-03 06:52:41 +00:00
|
|
|
D66903BE2769250B00819C4D /* Main.storyboard in Resources */,
|
2021-12-10 22:32:03 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6BF28724258000E1AF5 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
D626E6DE28724D4C000E1AF5 /* StatusTableHeaderView.swift in Sources */,
|
|
|
|
D626E6DC28724610000E1AF5 /* StatusTableRowCollectionViewCell.swift in Sources */,
|
|
|
|
D626E6CA28724258000E1AF5 /* ViewController.swift in Sources */,
|
|
|
|
D626E6C628724258000E1AF5 /* AppDelegate.swift in Sources */,
|
|
|
|
D626E6C828724258000E1AF5 /* SceneDelegate.swift in Sources */,
|
|
|
|
D626E6E028725940000E1AF5 /* UIColor+App.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8A927C2B1770016F458 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
D6A4B8B727C2B18C0016F458 /* ImportControllerTests.swift in Sources */,
|
|
|
|
D6A4B8B027C2B1770016F458 /* MastoSearchTests.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE127640CE100BA23B8 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2022-07-03 06:52:41 +00:00
|
|
|
D669039E2769236F00819C4D /* ViewController.swift in Sources */,
|
|
|
|
D6451241276981A40046CCD2 /* WindowController.swift in Sources */,
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE927640CE100BA23B8 /* AppDelegate.swift in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
2022-07-03 06:52:41 +00:00
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
D6A4B8B227C2B1770016F458 /* PBXTargetDependency */ = {
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
target = D6B24DE427640CE100BA23B8 /* MastoSearch */;
|
|
|
|
targetProxy = D6A4B8B127C2B1770016F458 /* PBXContainerItemProxy */;
|
2021-12-10 22:32:03 +00:00
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
/* End PBXTargetDependency section */
|
2021-12-10 22:32:03 +00:00
|
|
|
|
2022-07-03 23:00:17 +00:00
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
|
D626E6D028724259000E1AF5 /* LaunchScreen.storyboard */ = {
|
|
|
|
isa = PBXVariantGroup;
|
|
|
|
children = (
|
|
|
|
D626E6D128724259000E1AF5 /* Base */,
|
|
|
|
);
|
|
|
|
name = LaunchScreen.storyboard;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
2021-12-10 22:32:03 +00:00
|
|
|
/* Begin XCBuildConfiguration section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6D428724259000E1AF5 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
2022-07-18 20:52:56 +00:00
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
2022-07-03 23:00:17 +00:00
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_FILE = MastoSearchMobile/Info.plist;
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = MastoSearch;
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
MARKETING_VERSION = 1.0;
|
2022-07-18 20:52:56 +00:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = space.vaccor.MastoSearchMobile;
|
2022-07-03 23:00:17 +00:00
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
|
SUPPORTS_MACCATALYST = NO;
|
|
|
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = 2;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
D626E6D528724259000E1AF5 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
2022-07-18 20:52:56 +00:00
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
2022-07-03 23:00:17 +00:00
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_FILE = MastoSearchMobile/Info.plist;
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = MastoSearch;
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
);
|
|
|
|
MARKETING_VERSION = 1.0;
|
2022-07-18 20:52:56 +00:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = space.vaccor.MastoSearchMobile;
|
2022-07-03 23:00:17 +00:00
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
|
SUPPORTS_MACCATALYST = NO;
|
|
|
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TARGETED_DEVICE_FAMILY = 2;
|
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8B427C2B1770016F458 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.MastoSearchTests;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MastoSearch.app/Contents/MacOS/MastoSearch";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
D6A4B8B527C2B1770016F458 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.MastoSearchTests;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MastoSearch.app/Contents/MacOS/MastoSearch";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DF027640CE200BA23B8 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
ENABLE_TESTABILITY = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
"DEBUG=1",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = macosx;
|
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
D6B24DF127640CE200BA23B8 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
MTL_FAST_MATH = YES;
|
|
|
|
SDKROOT = macosx;
|
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
D6B24DF327640CE200BA23B8 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_ENTITLEMENTS = MastoSearch/MastoSearch.entitlements;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
2022-07-03 06:52:41 +00:00
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
2021-12-10 22:32:03 +00:00
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/../Frameworks",
|
|
|
|
);
|
2024-09-03 14:01:18 +00:00
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
2021-12-10 22:32:03 +00:00
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.MastoSearch;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
D6B24DF427640CE200BA23B8 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
CODE_SIGN_ENTITLEMENTS = MastoSearch/MastoSearch.entitlements;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
DEVELOPMENT_TEAM = ZPBBSK8L8B;
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
2022-07-03 06:52:41 +00:00
|
|
|
INFOPLIST_KEY_NSMainStoryboardFile = Main;
|
2021-12-10 22:32:03 +00:00
|
|
|
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
"@executable_path/../Frameworks",
|
|
|
|
);
|
2024-09-03 14:01:18 +00:00
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
2021-12-10 22:32:03 +00:00
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = net.shadowfacts.MastoSearch;
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6D628724259000E1AF5 /* Build configuration list for PBXNativeTarget "MastoSearchMobile" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
D626E6D428724259000E1AF5 /* Debug */,
|
|
|
|
D626E6D528724259000E1AF5 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
2022-07-03 06:52:41 +00:00
|
|
|
D6A4B8B327C2B1770016F458 /* Build configuration list for PBXNativeTarget "MastoSearchTests" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
D6A4B8B427C2B1770016F458 /* Debug */,
|
|
|
|
D6A4B8B527C2B1770016F458 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
2021-12-10 22:32:03 +00:00
|
|
|
D6B24DE027640CE100BA23B8 /* Build configuration list for PBXProject "MastoSearch" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
D6B24DF027640CE200BA23B8 /* Debug */,
|
|
|
|
D6B24DF127640CE200BA23B8 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
D6B24DF227640CE200BA23B8 /* Build configuration list for PBXNativeTarget "MastoSearch" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
D6B24DF327640CE200BA23B8 /* Debug */,
|
|
|
|
D6B24DF427640CE200BA23B8 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
2022-07-03 06:52:41 +00:00
|
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB952C874E73001453CD /* XCRemoteSwiftPackageReference "HTMLStreamer" */ = {
|
2022-07-03 06:52:41 +00:00
|
|
|
isa = XCRemoteSwiftPackageReference;
|
2024-09-03 14:05:55 +00:00
|
|
|
repositoryURL = "https://git.shadowfacts.net/shadowfacts/HTMLStreamer.git";
|
2022-07-03 06:52:41 +00:00
|
|
|
requirement = {
|
2024-09-03 14:05:55 +00:00
|
|
|
kind = exactVersion;
|
|
|
|
version = 0.3.0;
|
2022-07-03 06:52:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
D6B24DF527640D2600BA23B8 /* XCRemoteSwiftPackageReference "fmdb" */ = {
|
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
|
repositoryURL = "https://github.com/ccgus/fmdb";
|
|
|
|
requirement = {
|
|
|
|
kind = upToNextMinorVersion;
|
|
|
|
minimumVersion = 2.7.7;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
2022-07-03 23:00:17 +00:00
|
|
|
D626E6D7287242F0000E1AF5 /* MastoSearchCore */ = {
|
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
|
productName = MastoSearchCore;
|
|
|
|
};
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB962C874E73001453CD /* HTMLStreamer */ = {
|
2022-07-03 23:00:17 +00:00
|
|
|
isa = XCSwiftPackageProductDependency;
|
2024-09-03 14:05:55 +00:00
|
|
|
package = D650FB952C874E73001453CD /* XCRemoteSwiftPackageReference "HTMLStreamer" */;
|
|
|
|
productName = HTMLStreamer;
|
2022-07-03 23:00:17 +00:00
|
|
|
};
|
2024-09-03 14:05:55 +00:00
|
|
|
D650FB982C874F14001453CD /* HTMLStreamer */ = {
|
2022-07-03 18:58:59 +00:00
|
|
|
isa = XCSwiftPackageProductDependency;
|
2024-09-03 14:05:55 +00:00
|
|
|
package = D650FB952C874E73001453CD /* XCRemoteSwiftPackageReference "HTMLStreamer" */;
|
|
|
|
productName = HTMLStreamer;
|
2022-07-03 18:58:59 +00:00
|
|
|
};
|
2024-09-03 14:05:55 +00:00
|
|
|
D6559A5128721BAF000EEB4D /* MastoSearchCore */ = {
|
2022-07-03 06:52:41 +00:00
|
|
|
isa = XCSwiftPackageProductDependency;
|
2024-09-03 14:05:55 +00:00
|
|
|
productName = MastoSearchCore;
|
2022-07-03 06:52:41 +00:00
|
|
|
};
|
|
|
|
/* End XCSwiftPackageProductDependency section */
|
2021-12-10 22:32:03 +00:00
|
|
|
};
|
|
|
|
rootObject = D6B24DDD27640CE100BA23B8 /* Project object */;
|
|
|
|
}
|