chore: rename to Meetingnotes

This commit is contained in:
Owen Gretzinger
2025-07-12 14:01:34 -04:00
parent cf87654fa7
commit 78d93015e5
44 changed files with 130 additions and 77 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
#!/bin/bash
# Version Update Script for Notetaker
# Version Update Script for Meetingnotes
# Usage: ./update_version.sh [major|minor|patch|build] [custom_version]
set -e
PROJECT_FILE="notetaker.xcodeproj/project.pbxproj"
PROJECT_FILE="Meetingnotes.xcodeproj/project.pbxproj"
CURRENT_MARKETING_VERSION=$(grep -m1 "MARKETING_VERSION" "$PROJECT_FILE" | sed 's/.*= \(.*\);/\1/')
CURRENT_BUILD_VERSION=$(grep -m1 "CURRENT_PROJECT_VERSION" "$PROJECT_FILE" | sed 's/.*= \(.*\);/\1/')