Compare commits
2 Commits
6fd11575af
...
6794c66c37
| Author | SHA1 | Date | |
|---|---|---|---|
| 6794c66c37 | |||
| 23ebc9d848 |
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/.build
|
/.build
|
||||||
/Packages
|
/Packages
|
||||||
/*.xcodeproj
|
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
DerivedData/
|
DerivedData/
|
||||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
<?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>SchemeUserState</key>
|
|
||||||
<dict>
|
|
||||||
<key>RIT Dining.xcscheme_^#shared#^_</key>
|
|
||||||
<dict>
|
|
||||||
<key>orderHint</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@ -11,13 +11,13 @@
|
|||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
376AE05B2E6495EB00AB698B /* RIT Dining.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RIT Dining.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
376AE05B2E6495EB00AB698B /* TigerDine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TigerDine.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||||
376AE05D2E6495EB00AB698B /* RIT Dining */ = {
|
376AE05D2E6495EB00AB698B /* TigerDine */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
path = "RIT Dining";
|
path = TigerDine;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* End PBXFileSystemSynchronizedRootGroup section */
|
/* End PBXFileSystemSynchronizedRootGroup section */
|
||||||
@ -37,7 +37,7 @@
|
|||||||
376AE0522E6495EB00AB698B = {
|
376AE0522E6495EB00AB698B = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
376AE05D2E6495EB00AB698B /* RIT Dining */,
|
376AE05D2E6495EB00AB698B /* TigerDine */,
|
||||||
376AE05C2E6495EB00AB698B /* Products */,
|
376AE05C2E6495EB00AB698B /* Products */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -45,7 +45,7 @@
|
|||||||
376AE05C2E6495EB00AB698B /* Products */ = {
|
376AE05C2E6495EB00AB698B /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
376AE05B2E6495EB00AB698B /* RIT Dining.app */,
|
376AE05B2E6495EB00AB698B /* TigerDine.app */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -53,9 +53,9 @@
|
|||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
376AE05A2E6495EB00AB698B /* RIT Dining */ = {
|
376AE05A2E6495EB00AB698B /* TigerDine */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "RIT Dining" */;
|
buildConfigurationList = 376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "TigerDine" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
376AE0572E6495EB00AB698B /* Sources */,
|
376AE0572E6495EB00AB698B /* Sources */,
|
||||||
376AE0582E6495EB00AB698B /* Frameworks */,
|
376AE0582E6495EB00AB698B /* Frameworks */,
|
||||||
@ -66,14 +66,14 @@
|
|||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
fileSystemSynchronizedGroups = (
|
fileSystemSynchronizedGroups = (
|
||||||
376AE05D2E6495EB00AB698B /* RIT Dining */,
|
376AE05D2E6495EB00AB698B /* TigerDine */,
|
||||||
);
|
);
|
||||||
name = "RIT Dining";
|
name = TigerDine;
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
371FE8FD2E937040005A6BBD /* SwiftSoup */,
|
371FE8FD2E937040005A6BBD /* SwiftSoup */,
|
||||||
);
|
);
|
||||||
productName = "RIT Dining";
|
productName = "RIT Dining";
|
||||||
productReference = 376AE05B2E6495EB00AB698B /* RIT Dining.app */;
|
productReference = 376AE05B2E6495EB00AB698B /* TigerDine.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
@ -91,7 +91,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
buildConfigurationList = 376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "RIT Dining" */;
|
buildConfigurationList = 376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "TigerDine" */;
|
||||||
developmentRegion = en;
|
developmentRegion = en;
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
knownRegions = (
|
knownRegions = (
|
||||||
@ -108,7 +108,7 @@
|
|||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
376AE05A2E6495EB00AB698B /* RIT Dining */,
|
376AE05A2E6495EB00AB698B /* TigerDine */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
@ -262,10 +262,10 @@
|
|||||||
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 = "RIT Dining/RIT Dining.entitlements";
|
CODE_SIGN_ENTITLEMENTS = TigerDine/TigerDine.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 24;
|
CURRENT_PROJECT_VERSION = 25;
|
||||||
DEVELOPMENT_TEAM = 5GF7GKNTK4;
|
DEVELOPMENT_TEAM = 5GF7GKNTK4;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
@ -297,10 +297,10 @@
|
|||||||
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 = "RIT Dining/RIT Dining.entitlements";
|
CODE_SIGN_ENTITLEMENTS = TigerDine/TigerDine.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 24;
|
CURRENT_PROJECT_VERSION = 25;
|
||||||
DEVELOPMENT_TEAM = 5GF7GKNTK4;
|
DEVELOPMENT_TEAM = 5GF7GKNTK4;
|
||||||
ENABLE_PREVIEWS = YES;
|
ENABLE_PREVIEWS = YES;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
@ -330,7 +330,7 @@
|
|||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "RIT Dining" */ = {
|
376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "TigerDine" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
376AE0642E6495EC00AB698B /* Debug */,
|
376AE0642E6495EC00AB698B /* Debug */,
|
||||||
@ -339,7 +339,7 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "RIT Dining" */ = {
|
376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "TigerDine" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
376AE0672E6495EC00AB698B /* Debug */,
|
376AE0672E6495EC00AB698B /* Debug */,
|
||||||
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"originHash" : "2b6d335272326468abc2114223e2ce9f2cf9645d68fa4e525733ecbf43f90359",
|
||||||
|
"pins" : [
|
||||||
|
{
|
||||||
|
"identity" : "lrucache",
|
||||||
|
"kind" : "remoteSourceControl",
|
||||||
|
"location" : "https://github.com/nicklockwood/LRUCache.git",
|
||||||
|
"state" : {
|
||||||
|
"revision" : "e0e9e039b33db8f2ef39b8e25607e38f46b13584",
|
||||||
|
"version" : "1.1.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identity" : "swift-atomics",
|
||||||
|
"kind" : "remoteSourceControl",
|
||||||
|
"location" : "https://github.com/apple/swift-atomics.git",
|
||||||
|
"state" : {
|
||||||
|
"revision" : "b601256eab081c0f92f059e12818ac1d4f178ff7",
|
||||||
|
"version" : "1.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identity" : "swiftsoup",
|
||||||
|
"kind" : "remoteSourceControl",
|
||||||
|
"location" : "https://github.com/scinfu/SwiftSoup.git",
|
||||||
|
"state" : {
|
||||||
|
"revision" : "4206bc7b8bd9a4ff8e9511211e1b4bff979ef9c4",
|
||||||
|
"version" : "2.11.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version" : 3
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 784 KiB After Width: | Height: | Size: 784 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FDMealPlannerParsers.swift
|
// FDMealPlannerParsers.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/3/25.
|
// Created by Campbell on 11/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FoodTruckParsers.swift
|
// FoodTruckParsers.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/3/25.
|
// Created by Campbell on 11/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// PushScheduler.swift
|
// PushScheduler.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/3/25.
|
// Created by Campbell on 10/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// Requests.swift
|
// Requests.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 8/31/25.
|
// Created by Campbell on 8/31/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// SharedComponents.swift
|
// SharedComponents.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/8/25.
|
// Created by Campbell on 9/8/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// TigerCenterParsers.swift
|
// TigerCenterParsers.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/19/25.
|
// Created by Campbell on 9/19/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// ContentView.swift
|
// ContentView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 8/31/25.
|
// Created by Campbell on 8/31/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// DietaryRestrictions.swift
|
// DietaryRestrictions.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/11/25.
|
// Created by Campbell on 11/11/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// DiningModel.swift
|
// DiningModel.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/1/25.
|
// Created by Campbell on 10/1/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// Favorites.swift
|
// Favorites.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/22/25.
|
// Created by Campbell on 9/22/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// MenuDietaryRestrictionsModel.swift
|
// MenuDietaryRestrictionsModel.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/11/25.
|
// Created by Campbell on 11/11/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// NotifyingChefs.swift
|
// NotifyingChefs.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/1/25.
|
// Created by Campbell on 10/1/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// PushesModel.swift
|
// PushesModel.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/20/25.
|
// Created by Campbell on 11/20/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FDMPMealPeriods.swift
|
// FDMPMealPeriods.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/8/25.
|
// Created by Campbell on 11/8/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// TCtoFDMPMap.swift
|
// TCtoFDMPMap.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/8/25.
|
// Created by Campbell on 11/8/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FDMealPlannerTypes.swift
|
// FDMealPlannerTypes.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/3/25.
|
// Created by Campbell on 11/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FoodTruckTypes.swift
|
// FoodTruckTypes.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/3/25.
|
// Created by Campbell on 11/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// PushTypes.swift
|
// PushTypes.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/20/25.
|
// Created by Campbell on 11/20/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// TigerCenterTypes.swift
|
// TigerCenterTypes.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/2/25.
|
// Created by Campbell on 9/2/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// RIT_DiningApp.swift
|
// TigerDineApp.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 8/31/25.
|
// Created by Campbell on 8/31/25.
|
||||||
//
|
//
|
||||||
@ -8,7 +8,7 @@
|
|||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
@main
|
@main
|
||||||
struct RIT_DiningApp: App {
|
struct TigerDineApp: App {
|
||||||
var body: some Scene {
|
var body: some Scene {
|
||||||
WindowGroup {
|
WindowGroup {
|
||||||
ContentView()
|
ContentView()
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// AboutView.swift
|
// AboutView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/12/25.
|
// Created by Campbell on 9/12/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// DetailView.swift
|
// DetailView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/1/25.
|
// Created by Campbell on 9/1/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// DonationView.swift
|
// DonationView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/17/25.
|
// Created by Campbell on 9/17/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// FoodTruckView.swift
|
// FoodTruckView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/5/25.
|
// Created by Campbell on 10/5/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// LocationList.swift
|
// LocationList.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/1/25.
|
// Created by Campbell on 10/1/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// MenuDietaryRestrictionsSheet.swift
|
// MenuDietaryRestrictionsSheet.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/11/25.
|
// Created by Campbell on 11/11/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// MenuItemView.swift
|
// MenuItemView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/6/25.
|
// Created by Campbell on 11/6/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// MenuView.swift
|
// MenuView.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 11/3/25.
|
// Created by Campbell on 11/3/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// VisitingChefs.swift
|
// VisitingChefs.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 9/8/25.
|
// Created by Campbell on 9/8/25.
|
||||||
//
|
//
|
||||||
@ -1,6 +1,6 @@
|
|||||||
//
|
//
|
||||||
// VisitingChefsPush.swift
|
// VisitingChefsPush.swift
|
||||||
// RIT Dining
|
// TigerDine
|
||||||
//
|
//
|
||||||
// Created by Campbell on 10/1/25.
|
// Created by Campbell on 10/1/25.
|
||||||
//
|
//
|
||||||
@ -28,7 +28,7 @@ struct VisitingChefPush: View {
|
|||||||
VStack {
|
VStack {
|
||||||
Form {
|
Form {
|
||||||
Section(header: Text("Visiting Chef Notifications"),
|
Section(header: Text("Visiting Chef Notifications"),
|
||||||
footer: Text(!pushAllowed ? "You must allow notifications from RIT Dining to use this feature." : "")) {
|
footer: Text(!pushAllowed ? "You must allow notifications from TigerDine to use this feature." : "")) {
|
||||||
Toggle(isOn: $pushEnabled) {
|
Toggle(isOn: $pushEnabled) {
|
||||||
Text("Notifications Enabled")
|
Text("Notifications Enabled")
|
||||||
}
|
}
|
||||||