Compare commits

..

2 Commits

Author SHA1 Message Date
6794c66c37
Re-add the xcodeproj because what 2025-12-24 16:44:01 -05:00
23ebc9d848
Replace all instances of "RIT Dining" with "TigerDine"
The project and some files were still named that way, so that's been fixed now. The bundle ID is stuck that way forever but oh well. Nobody will see that.
2025-12-24 16:41:18 -05:00
49 changed files with 85 additions and 67 deletions

3
.gitignore vendored
View File

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

View File

@ -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>

View File

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

View File

@ -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
}

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
// RIT Dining
// TigerDine
//
// Created by Campbell on 11/3/25.
//

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
//
// VisitingChefsPush.swift
// RIT Dining
// TigerDine
//
// 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 RIT Dining to use this feature." : "")) {
footer: Text(!pushAllowed ? "You must allow notifications from TigerDine to use this feature." : "")) {
Toggle(isOn: $pushEnabled) {
Text("Notifications Enabled")
}