Ver código fonte

이대 주소 오류 수정

강성희 6 anos atrás
pai
commit
420777da06

+ 2 - 2
MCPlus/CustomFiles/eumc/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1</string>
+	<string>3</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1</string>
+	<string>3</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>

+ 2 - 2
MCPlus/CustomFiles/eumc/MCarePlusConstants-dev.swift

@@ -12,8 +12,8 @@ import Foundation
 class MCarePlusConstants:NSObject, MCarePlusConstantsProtocol {
     static var MCARE_ALERT_TITLE_ICON = "iconImage-eumc"
    
-    static var DOMAIN_NAME = "http://memr_dev.eumc.ac.kr/mcare-plus"
+    static var DOMAIN_NAME = "http://memr_dev.eumc.ac.kr/"
     
     static var CERT_TYPE = "inHouse"
-    static var APP_NAME = "mcare-plus-dev"
+    static var APP_NAME = "mcare-plus"
 }

+ 1 - 1
MCPlus/CustomFiles/eumc/MCarePlusConstants.swift

@@ -12,7 +12,7 @@ import Foundation
 class MCarePlusConstants:NSObject, MCarePlusConstantsProtocol {
     static var MCARE_ALERT_TITLE_ICON = "iconImage-eumc"
 
-    static var DOMAIN_NAME = "http://memr.eumc.ac.kr/mcare-plus"
+    static var DOMAIN_NAME = "http://memr.eumc.ac.kr/"
 
     static var CERT_TYPE = "Store"
     static var APP_NAME = "mcare-plus"