Compare commits

..

No commits in common. "6794c66c3743114c20f1dfc70c75ab7bb1bfa5f0" and "6fd11575af6d8806b7ea3ada6f35d1302e298098" have entirely different histories.

49 changed files with 67 additions and 85 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
build/
build/

View File

@ -11,13 +11,13 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
376AE05B2E6495EB00AB698B /* TigerDine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TigerDine.app; sourceTree = BUILT_PRODUCTS_DIR; };
376AE05B2E6495EB00AB698B /* RIT Dining.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RIT Dining.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
376AE05D2E6495EB00AB698B /* TigerDine */ = {
376AE05D2E6495EB00AB698B /* RIT Dining */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = TigerDine;
path = "RIT Dining";
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
@ -37,7 +37,7 @@
376AE0522E6495EB00AB698B = {
isa = PBXGroup;
children = (
376AE05D2E6495EB00AB698B /* TigerDine */,
376AE05D2E6495EB00AB698B /* RIT Dining */,
376AE05C2E6495EB00AB698B /* Products */,
);
sourceTree = "<group>";
@ -45,7 +45,7 @@
376AE05C2E6495EB00AB698B /* Products */ = {
isa = PBXGroup;
children = (
376AE05B2E6495EB00AB698B /* TigerDine.app */,
376AE05B2E6495EB00AB698B /* RIT Dining.app */,
);
name = Products;
sourceTree = "<group>";
@ -53,9 +53,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
376AE05A2E6495EB00AB698B /* TigerDine */ = {
376AE05A2E6495EB00AB698B /* RIT Dining */ = {
isa = PBXNativeTarget;
buildConfigurationList = 376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "TigerDine" */;
buildConfigurationList = 376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "RIT Dining" */;
buildPhases = (
376AE0572E6495EB00AB698B /* Sources */,
376AE0582E6495EB00AB698B /* Frameworks */,
@ -66,14 +66,14 @@
dependencies = (
);
fileSystemSynchronizedGroups = (
376AE05D2E6495EB00AB698B /* TigerDine */,
376AE05D2E6495EB00AB698B /* RIT Dining */,
);
name = TigerDine;
name = "RIT Dining";
packageProductDependencies = (
371FE8FD2E937040005A6BBD /* SwiftSoup */,
);
productName = "RIT Dining";
productReference = 376AE05B2E6495EB00AB698B /* TigerDine.app */;
productReference = 376AE05B2E6495EB00AB698B /* RIT Dining.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@ -91,7 +91,7 @@
};
};
};
buildConfigurationList = 376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "TigerDine" */;
buildConfigurationList = 376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "RIT Dining" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
@ -108,7 +108,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
376AE05A2E6495EB00AB698B /* TigerDine */,
376AE05A2E6495EB00AB698B /* RIT Dining */,
);
};
/* End PBXProject section */
@ -262,10 +262,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TigerDine/TigerDine.entitlements;
CODE_SIGN_ENTITLEMENTS = "RIT Dining/RIT Dining.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 25;
CURRENT_PROJECT_VERSION = 24;
DEVELOPMENT_TEAM = 5GF7GKNTK4;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@ -297,10 +297,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TigerDine/TigerDine.entitlements;
CODE_SIGN_ENTITLEMENTS = "RIT Dining/RIT Dining.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 25;
CURRENT_PROJECT_VERSION = 24;
DEVELOPMENT_TEAM = 5GF7GKNTK4;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@ -330,7 +330,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "TigerDine" */ = {
376AE0562E6495EB00AB698B /* Build configuration list for PBXProject "RIT Dining" */ = {
isa = XCConfigurationList;
buildConfigurations = (
376AE0642E6495EC00AB698B /* Debug */,
@ -339,7 +339,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "TigerDine" */ = {
376AE0662E6495EC00AB698B /* Build configuration list for PBXNativeTarget "RIT Dining" */ = {
isa = XCConfigurationList;
buildConfigurations = (
376AE0672E6495EC00AB698B /* Debug */,

View File

@ -0,0 +1,14 @@
<?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>

View File

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 167 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
//
// FDMealPlannerParsers.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/3/25.
//

View File

@ -1,6 +1,6 @@
//
// FoodTruckParsers.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/3/25.
//

View File

@ -1,6 +1,6 @@
//
// PushScheduler.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/3/25.
//

View File

@ -1,6 +1,6 @@
//
// Requests.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 8/31/25.
//

View File

@ -1,6 +1,6 @@
//
// SharedComponents.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/8/25.
//

View File

@ -1,6 +1,6 @@
//
// TigerCenterParsers.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/19/25.
//

View File

@ -1,6 +1,6 @@
//
// ContentView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 8/31/25.
//

View File

@ -1,6 +1,6 @@
//
// DietaryRestrictions.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/11/25.
//

View File

@ -1,6 +1,6 @@
//
// DiningModel.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/1/25.
//

View File

@ -1,6 +1,6 @@
//
// Favorites.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/22/25.
//

View File

@ -1,6 +1,6 @@
//
// MenuDietaryRestrictionsModel.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/11/25.
//

View File

@ -1,6 +1,6 @@
//
// NotifyingChefs.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/1/25.
//

View File

@ -1,6 +1,6 @@
//
// PushesModel.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/20/25.
//

View File

@ -1,6 +1,6 @@
//
// FDMPMealPeriods.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/8/25.
//

View File

@ -1,6 +1,6 @@
//
// TCtoFDMPMap.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/8/25.
//

View File

@ -1,6 +1,6 @@
//
// FDMealPlannerTypes.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/3/25.
//

View File

@ -1,6 +1,6 @@
//
// FoodTruckTypes.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/3/25.
//

View File

@ -1,6 +1,6 @@
//
// PushTypes.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/20/25.
//

View File

@ -1,6 +1,6 @@
//
// TigerCenterTypes.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/2/25.
//

View File

@ -1,6 +1,6 @@
//
// TigerDineApp.swift
// TigerDine
// RIT_DiningApp.swift
// RIT Dining
//
// Created by Campbell on 8/31/25.
//
@ -8,7 +8,7 @@
import SwiftUI
@main
struct TigerDineApp: App {
struct RIT_DiningApp: App {
var body: some Scene {
WindowGroup {
ContentView()

View File

@ -1,6 +1,6 @@
//
// AboutView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/12/25.
//

View File

@ -1,6 +1,6 @@
//
// DetailView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/1/25.
//

View File

@ -1,6 +1,6 @@
//
// DonationView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/17/25.
//

View File

@ -1,6 +1,6 @@
//
// FoodTruckView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/5/25.
//

View File

@ -1,6 +1,6 @@
//
// LocationList.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/1/25.
//

View File

@ -1,6 +1,6 @@
//
// MenuDietaryRestrictionsSheet.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/11/25.
//

View File

@ -1,6 +1,6 @@
//
// MenuItemView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/6/25.
//

View File

@ -1,6 +1,6 @@
//
// MenuView.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 11/3/25.
//

View File

@ -1,6 +1,6 @@
//
// VisitingChefs.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 9/8/25.
//

View File

@ -1,6 +1,6 @@
//
// VisitingChefsPush.swift
// TigerDine
// RIT Dining
//
// Created by Campbell on 10/1/25.
//
@ -28,7 +28,7 @@ struct VisitingChefPush: View {
VStack {
Form {
Section(header: Text("Visiting Chef Notifications"),
footer: Text(!pushAllowed ? "You must allow notifications from TigerDine to use this feature." : "")) {
footer: Text(!pushAllowed ? "You must allow notifications from RIT Dining to use this feature." : "")) {
Toggle(isOn: $pushEnabled) {
Text("Notifications Enabled")
}

View File

@ -1,33 +0,0 @@
{
"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
}