feat(UI): ios için güncellemeler içerir.

This commit is contained in:
2026-03-03 22:50:14 +03:00
parent 5c6a829a4d
commit 8bd4f24774
4 changed files with 264 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
SLASH = /
API_BASE_URL = http:$(SLASH)$(SLASH)localhost:3000
MOBILE_API_KEY = mobile-dev-key-change-me
API_BASE_URL = http:$(SLASH)$(SLASH)192.168.1.124:3000
MOBILE_API_KEY = mobile-app-key-change-me-in-production
APP_GROUP_ID = group.net.wisecolt.ratebubble
APP_URL_SCHEME = ratebubble

View File

@@ -14,6 +14,14 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundleDisplayName</key>
<string>Ratebubble Share</string>
<key>API_BASE_URL</key>
<string>$(API_BASE_URL)</string>
<key>MOBILE_API_KEY</key>
<string>$(MOBILE_API_KEY)</string>
<key>APP_GROUP_ID</key>
<string>$(APP_GROUP_ID)</string>
<key>APP_URL_SCHEME</key>
<string>$(APP_URL_SCHEME)</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>