From 548b461716d57c2243a64e5ec012f9cb71396437 Mon Sep 17 00:00:00 2001 From: or-else Date: Thu, 17 Oct 2019 11:20:59 +0300 Subject: [PATCH] small changes to build configs --- Tinodios/Info.plist | 10 +++++++--- Tinodios/Settings.bundle/Root.plist | 2 +- devel.xcconfig | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Tinodios/Info.plist b/Tinodios/Info.plist index d7a0e7ae..a9a97390 100644 --- a/Tinodios/Info.plist +++ b/Tinodios/Info.plist @@ -2,18 +2,22 @@ + USE_TLS + $(USE_TLS) + HOST_NAME + $(HOST_NAME) CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Tinode + $(APP_NAME) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + $(APP_BUNDLE_ID) CFBundleInfoDictionaryVersion 6.0 CFBundleName - $(PRODUCT_NAME) + $(APP_NAME) CFBundlePackageType APPL CFBundleShortVersionString diff --git a/Tinodios/Settings.bundle/Root.plist b/Tinodios/Settings.bundle/Root.plist index 1fcaa9e5..cc92675d 100644 --- a/Tinodios/Settings.bundle/Root.plist +++ b/Tinodios/Settings.bundle/Root.plist @@ -34,7 +34,7 @@ Type PSToggleSwitchSpecifier Title - Use TLS + Secure connection Key use_tls_preference DefaultValue diff --git a/devel.xcconfig b/devel.xcconfig index e1491b10..b06c0d81 100644 --- a/devel.xcconfig +++ b/devel.xcconfig @@ -6,10 +6,10 @@ #include "Pods/Target Support Files/Pods-Tinodios/Pods-Tinodios.debug.xcconfig" // Server URL -HOST_NAME = localhost:6060 +HOST_NAME = 127.0.0.1:6060 // Use TLS (https, wss) USE_TLS = NO // App Settings -APP_NAME = Tinode (devel) +APP_NAME = Tinode (test) APP_BUNDLE_ID = co.tinode.tinodios-test