had to revert to xcode 15 to debug the sim

This commit is contained in:
neon443
2024-12-31 10:55:41 +00:00
parent 0428e23ae9
commit 27b2ec8570
12 changed files with 606 additions and 419 deletions

View File

@@ -3,59 +3,74 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 70; objectVersion = 56;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
A91288592D1C7E3000912B3C /* SFSymbolsPicker in Frameworks */ = {isa = PBXBuildFile; productRef = A91288582D1C7E3000912B3C /* SFSymbolsPicker */; }; A920C2882D24011400E4F9B1 /* NearFutureApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2872D24011400E4F9B1 /* NearFutureApp.swift */; };
A920C28C2D24011400E4F9B1 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C28B2D24011400E4F9B1 /* Item.swift */; };
A920C28E2D24011A00E4F9B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A920C28D2D24011A00E4F9B1 /* Assets.xcassets */; };
A920C2922D24011A00E4F9B1 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A920C2912D24011A00E4F9B1 /* Preview Assets.xcassets */; };
A920C29C2D24011A00E4F9B1 /* NearFutureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C29B2D24011A00E4F9B1 /* NearFutureTests.swift */; };
A920C2A62D24011B00E4F9B1 /* NearFutureUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2A52D24011B00E4F9B1 /* NearFutureUITests.swift */; };
A920C2A82D24011B00E4F9B1 /* NearFutureUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2A72D24011B00E4F9B1 /* NearFutureUITestsLaunchTests.swift */; };
A920C2B82D2401A300E4F9B1 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2B42D2401A100E4F9B1 /* SettingsView.swift */; };
A920C2BB2D2401A400E4F9B1 /* AddEventView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2B72D2401A300E4F9B1 /* AddEventView.swift */; };
A920C2BE2D24021A00E4F9B1 /* SFSymbolsPicker in Frameworks */ = {isa = PBXBuildFile; productRef = A920C2BD2D24021A00E4F9B1 /* SFSymbolsPicker */; };
A920C2C12D2403CA00E4F9B1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A920C2C02D2403CA00E4F9B1 /* ContentView.swift */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
A9B4BFDC2D1AE66700212CE2 /* PBXContainerItemProxy */ = { A920C2982D24011A00E4F9B1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = A9B4BFC02D1AE66000212CE2 /* Project object */; containerPortal = A920C27C2D24011300E4F9B1 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = A9B4BFC72D1AE66000212CE2; remoteGlobalIDString = A920C2832D24011300E4F9B1;
remoteInfo = NearFuture; remoteInfo = NearFuture;
}; };
A9B4BFE62D1AE66700212CE2 /* PBXContainerItemProxy */ = { A920C2A22D24011B00E4F9B1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = A9B4BFC02D1AE66000212CE2 /* Project object */; containerPortal = A920C27C2D24011300E4F9B1 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = A9B4BFC72D1AE66000212CE2; remoteGlobalIDString = A920C2832D24011300E4F9B1;
remoteInfo = NearFuture; remoteInfo = NearFuture;
}; };
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
A9B4BFC82D1AE66000212CE2 /* NearFuture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NearFuture.app; sourceTree = BUILT_PRODUCTS_DIR; }; A920C2842D24011400E4F9B1 /* NearFuture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NearFuture.app; sourceTree = BUILT_PRODUCTS_DIR; };
A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A920C2872D24011400E4F9B1 /* NearFutureApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearFutureApp.swift; sourceTree = "<group>"; };
A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A920C28B2D24011400E4F9B1 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
A920C28D2D24011A00E4F9B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A920C28F2D24011A00E4F9B1 /* NearFuture.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NearFuture.entitlements; sourceTree = "<group>"; };
A920C2912D24011A00E4F9B1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
A920C2972D24011A00E4F9B1 /* NearFutureTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
A920C29B2D24011A00E4F9B1 /* NearFutureTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearFutureTests.swift; sourceTree = "<group>"; };
A920C2A12D24011B00E4F9B1 /* NearFutureUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
A920C2A52D24011B00E4F9B1 /* NearFutureUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearFutureUITests.swift; sourceTree = "<group>"; };
A920C2A72D24011B00E4F9B1 /* NearFutureUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearFutureUITestsLaunchTests.swift; sourceTree = "<group>"; };
A920C2B42D2401A100E4F9B1 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
A920C2B72D2401A300E4F9B1 /* AddEventView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddEventView.swift; sourceTree = "<group>"; };
A920C2C02D2403CA00E4F9B1 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
A9B4BFCA2D1AE66000212CE2 /* NearFuture */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = NearFuture; sourceTree = "<group>"; };
A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = NearFutureTests; sourceTree = "<group>"; };
A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = NearFutureUITests; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
A9B4BFC52D1AE66000212CE2 /* Frameworks */ = { A920C2812D24011300E4F9B1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A91288592D1C7E3000912B3C /* SFSymbolsPicker in Frameworks */, A920C2BE2D24021A00E4F9B1 /* SFSymbolsPicker in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
A9B4BFD82D1AE66700212CE2 /* Frameworks */ = { A920C2942D24011A00E4F9B1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
A9B4BFE22D1AE66700212CE2 /* Frameworks */ = { A920C29E2D24011B00E4F9B1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
@@ -65,161 +80,189 @@
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
A9B4BFBF2D1AE66000212CE2 = { A920C27B2D24011300E4F9B1 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
A9B4BFCA2D1AE66000212CE2 /* NearFuture */, A920C2862D24011400E4F9B1 /* NearFuture */,
A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */, A920C29A2D24011A00E4F9B1 /* NearFutureTests */,
A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */, A920C2A42D24011B00E4F9B1 /* NearFutureUITests */,
A9B4BFC92D1AE66000212CE2 /* Products */, A920C2852D24011400E4F9B1 /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
A9B4BFC92D1AE66000212CE2 /* Products */ = { A920C2852D24011400E4F9B1 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
A9B4BFC82D1AE66000212CE2 /* NearFuture.app */, A920C2842D24011400E4F9B1 /* NearFuture.app */,
A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */, A920C2972D24011A00E4F9B1 /* NearFutureTests.xctest */,
A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */, A920C2A12D24011B00E4F9B1 /* NearFutureUITests.xctest */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
A920C2862D24011400E4F9B1 /* NearFuture */ = {
isa = PBXGroup;
children = (
A920C2B72D2401A300E4F9B1 /* AddEventView.swift */,
A920C2C02D2403CA00E4F9B1 /* ContentView.swift */,
A920C2B42D2401A100E4F9B1 /* SettingsView.swift */,
A920C2872D24011400E4F9B1 /* NearFutureApp.swift */,
A920C28B2D24011400E4F9B1 /* Item.swift */,
A920C28D2D24011A00E4F9B1 /* Assets.xcassets */,
A920C28F2D24011A00E4F9B1 /* NearFuture.entitlements */,
A920C2902D24011A00E4F9B1 /* Preview Content */,
);
path = NearFuture;
sourceTree = "<group>";
};
A920C2902D24011A00E4F9B1 /* Preview Content */ = {
isa = PBXGroup;
children = (
A920C2912D24011A00E4F9B1 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
A920C29A2D24011A00E4F9B1 /* NearFutureTests */ = {
isa = PBXGroup;
children = (
A920C29B2D24011A00E4F9B1 /* NearFutureTests.swift */,
);
path = NearFutureTests;
sourceTree = "<group>";
};
A920C2A42D24011B00E4F9B1 /* NearFutureUITests */ = {
isa = PBXGroup;
children = (
A920C2A52D24011B00E4F9B1 /* NearFutureUITests.swift */,
A920C2A72D24011B00E4F9B1 /* NearFutureUITestsLaunchTests.swift */,
);
path = NearFutureUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
A9B4BFC72D1AE66000212CE2 /* NearFuture */ = { A920C2832D24011300E4F9B1 /* NearFuture */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = A9B4BFEF2D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFuture" */; buildConfigurationList = A920C2AB2D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFuture" */;
buildPhases = ( buildPhases = (
A9B4BFC42D1AE66000212CE2 /* Sources */, A920C2802D24011300E4F9B1 /* Sources */,
A9B4BFC52D1AE66000212CE2 /* Frameworks */, A920C2812D24011300E4F9B1 /* Frameworks */,
A9B4BFC62D1AE66000212CE2 /* Resources */, A920C2822D24011300E4F9B1 /* Resources */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
); );
fileSystemSynchronizedGroups = (
A9B4BFCA2D1AE66000212CE2 /* NearFuture */,
);
name = NearFuture; name = NearFuture;
packageProductDependencies = ( packageProductDependencies = (
A91288582D1C7E3000912B3C /* SFSymbolsPicker */, A920C2BD2D24021A00E4F9B1 /* SFSymbolsPicker */,
); );
productName = NearFuture; productName = NearFuture;
productReference = A9B4BFC82D1AE66000212CE2 /* NearFuture.app */; productReference = A920C2842D24011400E4F9B1 /* NearFuture.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
A9B4BFDA2D1AE66700212CE2 /* NearFutureTests */ = { A920C2962D24011A00E4F9B1 /* NearFutureTests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = A9B4BFF22D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureTests" */; buildConfigurationList = A920C2AE2D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFutureTests" */;
buildPhases = ( buildPhases = (
A9B4BFD72D1AE66700212CE2 /* Sources */, A920C2932D24011A00E4F9B1 /* Sources */,
A9B4BFD82D1AE66700212CE2 /* Frameworks */, A920C2942D24011A00E4F9B1 /* Frameworks */,
A9B4BFD92D1AE66700212CE2 /* Resources */, A920C2952D24011A00E4F9B1 /* Resources */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
A9B4BFDD2D1AE66700212CE2 /* PBXTargetDependency */, A920C2992D24011A00E4F9B1 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */,
); );
name = NearFutureTests; name = NearFutureTests;
packageProductDependencies = (
);
productName = NearFutureTests; productName = NearFutureTests;
productReference = A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */; productReference = A920C2972D24011A00E4F9B1 /* NearFutureTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test"; productType = "com.apple.product-type.bundle.unit-test";
}; };
A9B4BFE42D1AE66700212CE2 /* NearFutureUITests */ = { A920C2A02D24011B00E4F9B1 /* NearFutureUITests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = A9B4BFF52D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */; buildConfigurationList = A920C2B12D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */;
buildPhases = ( buildPhases = (
A9B4BFE12D1AE66700212CE2 /* Sources */, A920C29D2D24011B00E4F9B1 /* Sources */,
A9B4BFE22D1AE66700212CE2 /* Frameworks */, A920C29E2D24011B00E4F9B1 /* Frameworks */,
A9B4BFE32D1AE66700212CE2 /* Resources */, A920C29F2D24011B00E4F9B1 /* Resources */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
A9B4BFE72D1AE66700212CE2 /* PBXTargetDependency */, A920C2A32D24011B00E4F9B1 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */,
); );
name = NearFutureUITests; name = NearFutureUITests;
packageProductDependencies = (
);
productName = NearFutureUITests; productName = NearFutureUITests;
productReference = A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */; productReference = A920C2A12D24011B00E4F9B1 /* NearFutureUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing"; productType = "com.apple.product-type.bundle.ui-testing";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
A9B4BFC02D1AE66000212CE2 /* Project object */ = { A920C27C2D24011300E4F9B1 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
BuildIndependentTargetsInParallel = 1; BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1620; LastSwiftUpdateCheck = 1540;
LastUpgradeCheck = 1620; LastUpgradeCheck = 1540;
TargetAttributes = { TargetAttributes = {
A9B4BFC72D1AE66000212CE2 = { A920C2832D24011300E4F9B1 = {
CreatedOnToolsVersion = 16.2; CreatedOnToolsVersion = 15.4;
}; };
A9B4BFDA2D1AE66700212CE2 = { A920C2962D24011A00E4F9B1 = {
CreatedOnToolsVersion = 16.2; CreatedOnToolsVersion = 15.4;
TestTargetID = A9B4BFC72D1AE66000212CE2; TestTargetID = A920C2832D24011300E4F9B1;
}; };
A9B4BFE42D1AE66700212CE2 = { A920C2A02D24011B00E4F9B1 = {
CreatedOnToolsVersion = 16.2; CreatedOnToolsVersion = 15.4;
TestTargetID = A9B4BFC72D1AE66000212CE2; TestTargetID = A920C2832D24011300E4F9B1;
}; };
}; };
}; };
buildConfigurationList = A9B4BFC32D1AE66000212CE2 /* Build configuration list for PBXProject "NearFuture" */; buildConfigurationList = A920C27F2D24011300E4F9B1 /* Build configuration list for PBXProject "NearFuture" */;
compatibilityVersion = "Xcode 15.3"; compatibilityVersion = "Xcode 14.0";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
knownRegions = ( knownRegions = (
en, en,
Base, Base,
); );
mainGroup = A9B4BFBF2D1AE66000212CE2; mainGroup = A920C27B2D24011300E4F9B1;
minimizedProjectReferenceProxies = 1;
packageReferences = ( packageReferences = (
A91288572D1C7E3000912B3C /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */, A920C2BC2D24021900E4F9B1 /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */,
); );
productRefGroup = A9B4BFC92D1AE66000212CE2 /* Products */; productRefGroup = A920C2852D24011400E4F9B1 /* Products */;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
A9B4BFC72D1AE66000212CE2 /* NearFuture */, A920C2832D24011300E4F9B1 /* NearFuture */,
A9B4BFDA2D1AE66700212CE2 /* NearFutureTests */, A920C2962D24011A00E4F9B1 /* NearFutureTests */,
A9B4BFE42D1AE66700212CE2 /* NearFutureUITests */, A920C2A02D24011B00E4F9B1 /* NearFutureUITests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */ /* Begin PBXResourcesBuildPhase section */
A9B4BFC62D1AE66000212CE2 /* Resources */ = { A920C2822D24011300E4F9B1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A920C2922D24011A00E4F9B1 /* Preview Assets.xcassets in Resources */,
A920C28E2D24011A00E4F9B1 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
A920C2952D24011A00E4F9B1 /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
A9B4BFD92D1AE66700212CE2 /* Resources */ = { A920C29F2D24011B00E4F9B1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
A9B4BFE32D1AE66700212CE2 /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
@@ -229,44 +272,52 @@
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
A9B4BFC42D1AE66000212CE2 /* Sources */ = { A920C2802D24011300E4F9B1 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A920C2BB2D2401A400E4F9B1 /* AddEventView.swift in Sources */,
A920C2C12D2403CA00E4F9B1 /* ContentView.swift in Sources */,
A920C2B82D2401A300E4F9B1 /* SettingsView.swift in Sources */,
A920C28C2D24011400E4F9B1 /* Item.swift in Sources */,
A920C2882D24011400E4F9B1 /* NearFutureApp.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
A9B4BFD72D1AE66700212CE2 /* Sources */ = { A920C2932D24011A00E4F9B1 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A920C29C2D24011A00E4F9B1 /* NearFutureTests.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
A9B4BFE12D1AE66700212CE2 /* Sources */ = { A920C29D2D24011B00E4F9B1 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A920C2A62D24011B00E4F9B1 /* NearFutureUITests.swift in Sources */,
A920C2A82D24011B00E4F9B1 /* NearFutureUITestsLaunchTests.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
A9B4BFDD2D1AE66700212CE2 /* PBXTargetDependency */ = { A920C2992D24011A00E4F9B1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = A9B4BFC72D1AE66000212CE2 /* NearFuture */; target = A920C2832D24011300E4F9B1 /* NearFuture */;
targetProxy = A9B4BFDC2D1AE66700212CE2 /* PBXContainerItemProxy */; targetProxy = A920C2982D24011A00E4F9B1 /* PBXContainerItemProxy */;
}; };
A9B4BFE72D1AE66700212CE2 /* PBXTargetDependency */ = { A920C2A32D24011B00E4F9B1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = A9B4BFC72D1AE66000212CE2 /* NearFuture */; target = A920C2832D24011300E4F9B1 /* NearFuture */;
targetProxy = A9B4BFE62D1AE66700212CE2 /* PBXContainerItemProxy */; targetProxy = A920C2A22D24011B00E4F9B1 /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
A9B4BFED2D1AE66700212CE2 /* Debug */ = { A920C2A92D24011B00E4F9B1 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
@@ -301,7 +352,6 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES; ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -328,7 +378,7 @@
}; };
name = Debug; name = Debug;
}; };
A9B4BFEE2D1AE66700212CE2 /* Release */ = { A920C2AA2D24011B00E4F9B1 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
@@ -363,7 +413,6 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_NS_ASSERTIONS = NO; ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -382,19 +431,17 @@
}; };
name = Release; name = Release;
}; };
A9B4BFF02D1AE66700212CE2 /* Debug */ = { A920C2AC2D24011B00E4F9B1 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_CXX_STANDARD_LIBRARY_HARDENING = none;
CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements; CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\"";
DEVELOPMENT_TEAM = P6PV2R9443; DEVELOPMENT_TEAM = P6PV2R9443;
ENABLE_HARDENED_RUNTIME = NO; ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
@@ -407,35 +454,32 @@
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hack.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFuture;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
XROS_DEPLOYMENT_TARGET = 2.2;
}; };
name = Debug; name = Debug;
}; };
A9B4BFF12D1AE66700212CE2 /* Release */ = { A920C2AD2D24011B00E4F9B1 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements; CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\"";
DEVELOPMENT_TEAM = P6PV2R9443; DEVELOPMENT_TEAM = P6PV2R9443;
ENABLE_HARDENED_RUNTIME = NO; ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
@@ -448,147 +492,146 @@
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.hack.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFuture;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
XROS_DEPLOYMENT_TARGET = 2.2;
}; };
name = Release; name = Release;
}; };
A9B4BFF32D1AE66700212CE2 /* Debug */ = { A920C2AF2D24011B00E4F9B1 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)"; BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 85Q9QG6DN7; DEVELOPMENT_TEAM = P6PV2R9443;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14; MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFutureTests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture";
XROS_DEPLOYMENT_TARGET = 1;
}; };
name = Debug; name = Debug;
}; };
A9B4BFF42D1AE66700212CE2 /* Release */ = { A920C2B02D24011B00E4F9B1 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)"; BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 85Q9QG6DN7; DEVELOPMENT_TEAM = P6PV2R9443;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14; MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFutureTests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture";
XROS_DEPLOYMENT_TARGET = 1;
}; };
name = Release; name = Release;
}; };
A9B4BFF62D1AE66700212CE2 /* Debug */ = { A920C2B22D24011B00E4F9B1 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 85Q9QG6DN7; DEVELOPMENT_TEAM = P6PV2R9443;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14; MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFutureUITests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = NearFuture; TEST_TARGET_NAME = NearFuture;
XROS_DEPLOYMENT_TARGET = 1;
}; };
name = Debug; name = Debug;
}; };
A9B4BFF72D1AE66700212CE2 /* Release */ = { A920C2B32D24011B00E4F9B1 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 85Q9QG6DN7; DEVELOPMENT_TEAM = P6PV2R9443;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17; IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14; MACOSX_DEPLOYMENT_TARGET = 14.5;
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; PRODUCT_BUNDLE_IDENTIFIER = dev.neon443.NearFutureUITests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto; SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = NearFuture; TEST_TARGET_NAME = NearFuture;
XROS_DEPLOYMENT_TARGET = 1;
}; };
name = Release; name = Release;
}; };
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
A9B4BFC32D1AE66000212CE2 /* Build configuration list for PBXProject "NearFuture" */ = { A920C27F2D24011300E4F9B1 /* Build configuration list for PBXProject "NearFuture" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
A9B4BFED2D1AE66700212CE2 /* Debug */, A920C2A92D24011B00E4F9B1 /* Debug */,
A9B4BFEE2D1AE66700212CE2 /* Release */, A920C2AA2D24011B00E4F9B1 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
A9B4BFEF2D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFuture" */ = { A920C2AB2D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFuture" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
A9B4BFF02D1AE66700212CE2 /* Debug */, A920C2AC2D24011B00E4F9B1 /* Debug */,
A9B4BFF12D1AE66700212CE2 /* Release */, A920C2AD2D24011B00E4F9B1 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
A9B4BFF22D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureTests" */ = { A920C2AE2D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFutureTests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
A9B4BFF32D1AE66700212CE2 /* Debug */, A920C2AF2D24011B00E4F9B1 /* Debug */,
A9B4BFF42D1AE66700212CE2 /* Release */, A920C2B02D24011B00E4F9B1 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
A9B4BFF52D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */ = { A920C2B12D24011B00E4F9B1 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
A9B4BFF62D1AE66700212CE2 /* Debug */, A920C2B22D24011B00E4F9B1 /* Debug */,
A9B4BFF72D1AE66700212CE2 /* Release */, A920C2B32D24011B00E4F9B1 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
@@ -596,7 +639,7 @@
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */
A91288572D1C7E3000912B3C /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */ = { A920C2BC2D24021900E4F9B1 /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/alessiorubicini/SFSymbolsPicker"; repositoryURL = "https://github.com/alessiorubicini/SFSymbolsPicker";
requirement = { requirement = {
@@ -607,12 +650,12 @@
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
A91288582D1C7E3000912B3C /* SFSymbolsPicker */ = { A920C2BD2D24021A00E4F9B1 /* SFSymbolsPicker */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = A91288572D1C7E3000912B3C /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */; package = A920C2BC2D24021900E4F9B1 /* XCRemoteSwiftPackageReference "SFSymbolsPicker" */;
productName = SFSymbolsPicker; productName = SFSymbolsPicker;
}; };
/* End XCSwiftPackageProductDependency section */ /* End XCSwiftPackageProductDependency section */
}; };
rootObject = A9B4BFC02D1AE66000212CE2 /* Project object */; rootObject = A920C27C2D24011300E4F9B1 /* Project object */;
} }

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@@ -20,6 +20,7 @@ struct AddEventView: View {
@State var isSymbolPickerPresented = false @State var isSymbolPickerPresented = false
var body: some View { var body: some View {
NavigationStack {
Form { Form {
Section(header: Text("Event Details").font(.headline).foregroundColor(.blue)) { Section(header: Text("Event Details").font(.headline).foregroundColor(.blue)) {
// name & symbol // name & symbol
@@ -32,7 +33,7 @@ struct AddEventView: View {
.scaledToFit() .scaledToFit()
.frame(width: 25, height: 25) .frame(width: 25, height: 25)
} }
// .frame(width: 30) // .frame(width: 30)
.buttonStyle(.bordered) .buttonStyle(.bordered)
.sheet(isPresented: $isSymbolPickerPresented) { .sheet(isPresented: $isSymbolPickerPresented) {
SymbolsPicker( SymbolsPicker(
@@ -124,6 +125,19 @@ struct AddEventView: View {
Text("Give your event a description.") Text("Give your event a description.")
} }
} }
.navigationTitle("Add Event")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .topBarTrailing) {
Button() {
isPresented.toggle()
} label: {
Image(systemName: "xmark.circle.fill")
.symbolRenderingMode(.hierarchical)
}
}
}
}
} }
} }
@@ -143,6 +157,7 @@ struct MagicClearButton: View {
.padding(.trailing, -5) .padding(.trailing, -5)
.animation(.spring, value: text.isEmpty) .animation(.spring, value: text.isEmpty)
} }
.buttonStyle(.borderless)
} }
} }
} }

View File

@@ -5,28 +5,6 @@
"platform" : "ios", "platform" : "ios",
"size" : "1024x1024" "size" : "1024x1024"
}, },
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{ {
"idiom" : "mac", "idiom" : "mac",
"scale" : "1x", "scale" : "1x",

View File

@@ -117,6 +117,7 @@ struct ContentView: View {
) )
} }
} }
@State var showSettings: Bool = false
var body: some View { var body: some View {
NavigationView { NavigationView {
@@ -166,16 +167,30 @@ struct ContentView: View {
isPresented: $showingAddEventView isPresented: $showingAddEventView
) )
} }
.sheet(
isPresented: $showSettings) {
SettingsView(
viewModel: viewModel,
showSettings: $showSettings
)
}
.toolbar { .toolbar {
ToolbarItem(placement: .topBarTrailing) { ToolbarItem(placement: .topBarTrailing) {
Button(action: { Button() {
showingAddEventView.toggle() showingAddEventView.toggle()
}) { } label: {
Image(systemName: "plus.circle") Image(systemName: "plus.circle")
.resizable() .resizable()
.scaledToFit() .scaledToFit()
} }
} }
ToolbarItem(placement: .topBarLeading) {
Button() {
showSettings.toggle()
} label: {
Image(systemName: "gear")
}
}
} }
} }
@@ -198,10 +213,8 @@ struct EventListView: View {
.padding(.leading, -5) .padding(.leading, -5)
VStack(alignment: .leading) { VStack(alignment: .leading) {
HStack { HStack {
Image(systemName: event.symbol) Text("\(Image(systemName: event.symbol)) \(event.name)")
Text(event.name)
.font(.headline) .font(.headline)
.padding(.bottom, 2)
} }
Text(event.description) Text(event.description)
.font(.subheadline) .font(.subheadline)

View File

@@ -80,13 +80,26 @@ func daysUntilEvent(_ eventDate: Date) -> String {
class EventViewModel: ObservableObject { class EventViewModel: ObservableObject {
@Published var events: [Event] = [] @Published var events: [Event] = []
@Published var icloudData: [Event] = []
init() { init() {
loadEvents() loadEvents()
} }
//icloud
let icloudStore = NSUbiquitousKeyValueStore.default
func loadEvents() { func loadEvents() {
if let savedData = UserDefaults.standard.data(forKey: "events") { //load icloud 1st
if let icData = icloudStore.data(forKey: "events") {
let decoder = JSONDecoder()
if let decodedIcEvents = try? decoder.decode([Event].self, from: icData) {
self.icloudData = decodedIcEvents
self.events = decodedIcEvents
}
}
if events.isEmpty, let savedData = UserDefaults.standard.data(forKey: "events") {
let decoder = JSONDecoder() let decoder = JSONDecoder()
if let decodedEvents = try? decoder.decode([Event].self, from: savedData) { if let decodedEvents = try? decoder.decode([Event].self, from: savedData) {
self.events = decodedEvents self.events = decodedEvents
@@ -98,6 +111,17 @@ class EventViewModel: ObservableObject {
let encoder = JSONEncoder() let encoder = JSONEncoder()
if let encoded = try? encoder.encode(events) { if let encoded = try? encoder.encode(events) {
UserDefaults.standard.set(encoded, forKey: "events") UserDefaults.standard.set(encoded, forKey: "events")
// do {
icloudStore.set(encoded, forKey: "events")
icloudStore.synchronize()
// } catch {
// print("Error saving to iCloud: \(error)")
// }
if icloudStore.data(forKey: "events") != nil {
print(icloudStore.dictionaryRepresentation)
}
} }
} }
@@ -118,27 +142,55 @@ class EventViewModel: ObservableObject {
recurrence: recurrence recurrence: recurrence
) )
events.append(newEvent) events.append(newEvent)
saveEvents() saveEvents() //sync with icloud
} }
func removeEvent(at index: IndexSet) { func removeEvent(at index: IndexSet) {
events.remove(atOffsets: index) events.remove(atOffsets: index)
saveEvents() saveEvents() //sync local and icl
}
//MARK: Danger Zone
func dangerClearLocalData() {
UserDefaults.standard.removeObject(forKey: "events")
}
func dangerCleariCloudData() {
let icloud = NSUbiquitousKeyValueStore()
icloud.removeObject(forKey: "events")
icloud.synchronize()
}
func dangerResetLocalData() {
let userDFDict = UserDefaults.standard.dictionaryRepresentation()
for key in userDFDict.keys {
UserDefaults.standard.removeObject(forKey: key)
}
}
func dangerResetiCloud() {
let icloud = NSUbiquitousKeyValueStore()
let icloudDict = NSUbiquitousKeyValueStore().dictionaryRepresentation
for key in icloudDict.keys {
icloud.removeObject(forKey: key)
}
icloud.synchronize()
} }
} }
//TODO: make it better lol
func describeOccurrence(date: Date, recurrence: Event.RecurrenceType) -> String { func describeOccurrence(date: Date, recurrence: Event.RecurrenceType) -> String {
let dateString = date.formatted(date: .long, time: .omitted)
let recurrenceDescription: String
switch recurrence { switch recurrence {
case .none: case .none:
return "Occurs once on \(date.formatted(date: .long, time: .omitted))" recurrenceDescription = "Occurs once on"
case .daily: case .daily:
return "Repeats every day from \(date.formatted(date: .long, time: .omitted))" recurrenceDescription = "Repeats every day from"
case .weekly: case .weekly:
return "Repeats every week from \(date.formatted(date: .long, time: .omitted))" recurrenceDescription = "Repeats every week from"
case .monthly: case .monthly:
return "Repeats every month from \(date.formatted(date: .long, time: .omitted))" recurrenceDescription = "Repeats every month from"
case .yearly: case .yearly:
return "Repeats every month from \(date.formatted(date: .long, time: .omitted))" recurrenceDescription = "Repeats every year from"
} }
return "\(recurrenceDescription) \(dateString)"
} }

View File

@@ -2,11 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>com.apple.developer.icloud-container-identifiers</key>
<array/>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<false/> <true/>
<key>com.apple.security.files.user-selected.read-only</key> <key>com.apple.security.files.user-selected.read-only</key>
<false/>
<key>get-task-allow</key>
<true/> <true/>
</dict> </dict>
</plist> </plist>

View File

@@ -0,0 +1,59 @@
//
// SettingsView.swift
// NearFuture
//
// Created by Nihaal Sharma on 29/12/2024.
//
import SwiftUI
struct SettingsView: View {
@State var viewModel: EventViewModel
@Binding var showSettings: Bool
var body: some View {
NavigationStack {
List {
Section("Danger Zone") {
Button("Delete local data", role: .destructive) {
viewModel.dangerClearLocalData()
}
Button("Delete iCloud data", role: .destructive) {
viewModel.dangerCleariCloudData()
}
Button("Delete all data", role: .destructive) {
viewModel.dangerClearLocalData()
viewModel.dangerCleariCloudData()
}
}
Section("Debug") {
Button("Reset UserDefaults", role: .destructive) {
viewModel.dangerResetLocalData()
}
Button("Reset iCloud", role: .destructive) {
viewModel.dangerResetiCloud()
}
}
}
.navigationTitle("Settings")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .topBarTrailing) {
Button() {
showSettings.toggle()
} label: {
Image(systemName: "xmark.circle.fill")
.symbolRenderingMode(.hierarchical)
}
}
}
}
}
}
#Preview {
SettingsView(
viewModel: EventViewModel(),
showSettings: .constant(true)
)
}

View File

@@ -2,15 +2,34 @@
// NearFutureTests.swift // NearFutureTests.swift
// NearFutureTests // NearFutureTests
// //
// Created by Nihaal Sharma on 24/12/2024. // Created by Nihaal Sharma on 31/12/2024.
// //
import Testing import XCTest
struct NearFutureTests { final class NearFutureTests: XCTestCase {
@Test func example() async throws { override func setUpWithError() throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions. // Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
// Any test you write for XCTest can be annotated as throws and async.
// Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
// Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
}
func testPerformanceExample() throws {
// This is an example of a performance test case.
measure {
// Put the code you want to measure the time of here.
}
} }
} }

View File

@@ -2,7 +2,7 @@
// NearFutureUITests.swift // NearFutureUITests.swift
// NearFutureUITests // NearFutureUITests
// //
// Created by Nihaal Sharma on 24/12/2024. // Created by Nihaal Sharma on 31/12/2024.
// //
import XCTest import XCTest
@@ -22,7 +22,6 @@ final class NearFutureUITests: XCTestCase {
// Put teardown code here. This method is called after the invocation of each test method in the class. // Put teardown code here. This method is called after the invocation of each test method in the class.
} }
@MainActor
func testExample() throws { func testExample() throws {
// UI tests must launch the application that they test. // UI tests must launch the application that they test.
let app = XCUIApplication() let app = XCUIApplication()
@@ -31,7 +30,6 @@ final class NearFutureUITests: XCTestCase {
// Use XCTAssert and related functions to verify your tests produce the correct results. // Use XCTAssert and related functions to verify your tests produce the correct results.
} }
@MainActor
func testLaunchPerformance() throws { func testLaunchPerformance() throws {
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
// This measures how long it takes to launch your application. // This measures how long it takes to launch your application.

View File

@@ -2,7 +2,7 @@
// NearFutureUITestsLaunchTests.swift // NearFutureUITestsLaunchTests.swift
// NearFutureUITests // NearFutureUITests
// //
// Created by Nihaal Sharma on 24/12/2024. // Created by Nihaal Sharma on 31/12/2024.
// //
import XCTest import XCTest
@@ -17,7 +17,6 @@ final class NearFutureUITestsLaunchTests: XCTestCase {
continueAfterFailure = false continueAfterFailure = false
} }
@MainActor
func testLaunch() throws { func testLaunch() throws {
let app = XCUIApplication() let app = XCUIApplication()
app.launch() app.launch()

View File

@@ -9,6 +9,7 @@ Near Future is a SwiftUI App to help people to track upcoming events - Holidays,
- [x] Event colors - [x] Event colors
- [ ] Recurrence - [ ] Recurrence
- [x] Search - [x] Search
- [ ] Notifications
- [ ] Apple Watch App - [ ] Apple Watch App
- [ ] Home Screen Widgets - [ ] Home Screen Widgets
- [ ] Lock Screen Widgets - [ ] Lock Screen Widgets