feat(UI): ios için güncellemeler içerir.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user