diff --git a/README.md b/README.md index 134925f..8d50fc6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Reveille Rides -[![API Canary](https://github.com/Reveille-Rides/canary/actions/workflows/canary.yml/badge.svg)](https://github.com/Reveille-Rides/canary/actions/workflows/canary.yml) +# Maroon Rides +[![API Canary](https://github.com/Maroon-Rides/canary/actions/workflows/canary.yml/badge.svg)](https://github.com/Maroon-Rides/canary/actions/workflows/canary.yml) We are building the best native mobile app for the Texas A&M University bus system. -![image](https://github.com/Reveille-Rides/ReveilleRides/assets/12686250/24bd445d-4f89-4fab-9e70-fd90d7d352c7) +![image](https://github.com/Maroon-Rides/MaroonRides/assets/12686250/24bd445d-4f89-4fab-9e70-fd90d7d352c7) diff --git a/app.json b/app.json index e9dfaaa..8bf9e82 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "Reveille Rides", - "slug": "reveillerides", + "name": "Maroon Rides", + "slug": "Maroon Rides", "version": "1.3.1", "orientation": "portrait", "icon": "./assets/icon.png", diff --git a/assets/adaptive-icon.png b/assets/adaptive-icon.png index 493d157..95a6c71 100644 Binary files a/assets/adaptive-icon.png and b/assets/adaptive-icon.png differ diff --git a/assets/icon.png b/assets/icon.png index 493d157..95a6c71 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/splash.png b/assets/splash.png index f1e7fbf..8f139ac 100644 Binary files a/assets/splash.png and b/assets/splash.png differ diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f1df2f2..9a00619 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -63,20 +63,20 @@ platform :ios do update_project_team( - path: "ios/ReveilleRides.xcodeproj", + path: "ios/MaroonRides.xcodeproj", teamid: TEAM_ID ) update_project_provisioning( - xcodeproj: "ios/ReveilleRides.xcodeproj", + xcodeproj: "ios/MaroonRides.xcodeproj", profile: ENV["sigh_com.bwees.reveille-rides_appstore_profile-path"], build_configuration: "Release", - target_filter: "ReveilleRides", + target_filter: "MaroonRides", ) update_code_signing_settings( use_automatic_signing: false, - path: "ios/ReveilleRides.xcodeproj", + path: "ios/MaroonRides.xcodeproj", team_id: TEAM_ID, bundle_identifier: "com.bwees.reveille-rides", code_sign_identity: "iPhone Distribution", @@ -85,7 +85,7 @@ platform :ios do # set ITSAppUsesNonExemptEncryption to false, prevents Missing Compliance error in TF set_info_plist_value( - path: "ios/ReveilleRides/Info.plist", + path: "ios/MaroonRides/Info.plist", key: "ITSAppUsesNonExemptEncryption", value: false ) @@ -96,9 +96,9 @@ platform :ios do prebuild # get current build number app_store_build_number and increment it - increment_build_number(xcodeproj: "ios/ReveilleRides.xcodeproj", build_number: app_store_build_number() + 1) + increment_build_number(xcodeproj: "ios/MaroonRides.xcodeproj", build_number: app_store_build_number() + 1) - build_app(workspace: "ios/ReveilleRides.xcworkspace", scheme: "ReveilleRides") + build_app(workspace: "ios/MaroonRides.xcworkspace", scheme: "MaroonRides") upload_to_app_store(skip_metadata: true, skip_screenshots: true) end @@ -107,9 +107,9 @@ platform :ios do lane :beta do prebuild - increment_build_number(xcodeproj: "ios/ReveilleRides.xcodeproj", build_number: app_store_build_number(live: false) + 1) + increment_build_number(xcodeproj: "ios/MaroonRides.xcodeproj", build_number: app_store_build_number(live: false) + 1) - build_app(workspace: "ios/ReveilleRides.xcworkspace", scheme: "ReveilleRides") + build_app(workspace: "ios/MaroonRides.xcworkspace", scheme: "MaroonRides") upload_to_testflight( notify_external_testers: true, diff --git a/fastlane/Matchfile b/fastlane/Matchfile index bfcb350..eebfc8a 100644 --- a/fastlane/Matchfile +++ b/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("https://github.com/Reveille-Rides/credentials") +git_url("https://github.com/Maroon-Rides/credentials") storage_mode("git") diff --git a/package-lock.json b/package-lock.json index 1bf8933..7a7b52c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "ReveilleRides", + "name": "MaroonRides", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "ReveilleRides", + "name": "MaroonRides", "version": "1.0.0", "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index ede945e..7bf556d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ReveilleRides", + "name": "maroonrides", "version": "1.0.0", "main": "Main.tsx", "scripts": {