Skip to content

Commit

Permalink
small changes to build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Oct 17, 2019
1 parent 3d3ebfb commit 548b461
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions Tinodios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>USE_TLS</key>
<string>$(USE_TLS)</string>
<key>HOST_NAME</key>
<string>$(HOST_NAME)</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Tinode</string>
<string>$(APP_NAME)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>$(APP_BUNDLE_ID)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>$(APP_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 1 addition & 1 deletion Tinodios/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Use TLS</string>
<string>Secure connection</string>
<key>Key</key>
<string>use_tls_preference</string>
<key>DefaultValue</key>
Expand Down
4 changes: 2 additions & 2 deletions devel.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 548b461

Please sign in to comment.