Refactor application structure and configuration
- Updated the application namespace and ID from "net.ypchat.app" to "de.ypchat.android" for better alignment with branding. - Increased Gradle heap size settings to optimize build performance. - Disabled dependency constraints to simplify dependency management. - Removed obsolete files related to the previous application structure, including MainActivity, YpChatApp, and various core components, streamlining the codebase. These changes collectively enhance the application's configuration and structure, improving maintainability and performance.
This commit is contained in:
2
ios/Config/Debug.xcconfig
Normal file
2
ios/Config/Debug.xcconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
# Debug: BASE_URL bei Bedarf für Staging oder lokalen Server anpassen.
|
||||
BASE_URL = https://www.ypchat.net
|
||||
2
ios/Config/Release.xcconfig
Normal file
2
ios/Config/Release.xcconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
# Release: Produktions-URL
|
||||
BASE_URL = https://www.ypchat.net
|
||||
Reference in New Issue
Block a user