From acd010bcfa50172464b1b6f904b1f4b88c279867 Mon Sep 17 00:00:00 2001 From: stopflock Date: Thu, 2 Oct 2025 00:56:34 -0500 Subject: [PATCH] Update readme, remove flockmapapp OLD references --- README.md | 3 +++ ios/Runner.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31e25ea..3e0669a 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ cp lib/keys.dart.example lib/keys.dart ## Roadmap +### Needed Bugfixes +- Pull version from pubspec.yaml instead of dev_config.dart; surely there's some kind of state we can pull from already + ### Current Development - Help button with links to email, discord, and website - Move download button? diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index b7eeb67..84a1d00 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -528,7 +528,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.flockMapApp.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = me.deflock.deflockapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -681,7 +681,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.flockMapApp; + PRODUCT_BUNDLE_IDENTIFIER = me.deflock.deflockapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0;