Quellcode durchsuchen

인증서 오류로 앱 재배포 완료 (19.10.26)

박명수 vor 6 Jahren
Ursprung
Commit
2f0ecf4b00

+ 89 - 21
MCPlus.xcodeproj/project.pbxproj

@@ -1326,6 +1326,10 @@
 		29EDBFFD22015BD900E8D2F5 /* PictureViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29EDBFFB22015BD900E8D2F5 /* PictureViewController.swift */; };
 		29EDBFFE22015BD900E8D2F5 /* PictureViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29EDBFFB22015BD900E8D2F5 /* PictureViewController.swift */; };
 		3DF464E36C630C5EDB5EBF06 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
+		3EBDDDE82356E7AF00AF6C98 /* paik_haeundae-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3EBDDDE72356E7A900AF6C98 /* paik_haeundae-Info.plist */; };
+		3EBDDDE92356E7B200AF6C98 /* paik_ilsan-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3EBDDDE42356E7A900AF6C98 /* paik_ilsan-Info.plist */; };
+		3EBDDDEA2356E7B500AF6C98 /* paik_pusan-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3EBDDDE62356E7A900AF6C98 /* paik_pusan-Info.plist */; };
+		3EBDDDEB2356E7B800AF6C98 /* paik_sanggye-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3EBDDDE52356E7A900AF6C98 /* paik_sanggye-Info.plist */; };
 		4839B56FC439D7F47EDA13D0 /* Pods_paik_sanggye.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A3800923227A704E6C8135 /* Pods_paik_sanggye.framework */; };
 		62B1351BB062E82ECA82E864 /* Pods_paik_pusan.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 091F3942452CB737E6FBAC23 /* Pods_paik_pusan.framework */; };
 		663BF261E4F5320BA1065ED4 /* Pods_cnuh_dev.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 19D07D15B1AAEE43052F2EB2 /* Pods_cnuh_dev.framework */; };
@@ -1540,13 +1544,9 @@
 		1230DF562293C3DE006A11CC /* btn_back.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_back.png; sourceTree = "<group>"; };
 		1230DF572293C3DE006A11CC /* btn_close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_close.png; sourceTree = "<group>"; };
 		1230E00D2293D2EB006A11CC /* paik_ilsan.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = paik_ilsan.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		1230E00E2293D2EB006A11CC /* paik_ilsan-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "paik_ilsan-Info.plist"; path = "/Users/kangsh/repo/mcare-plus/swift-mplus/paik_ilsan-Info.plist"; sourceTree = "<absolute>"; };
 		1230E0742293D2EC006A11CC /* paik_pusan.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = paik_pusan.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		1230E0752293D2EC006A11CC /* paik_pusan-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "paik_pusan-Info.plist"; path = "/Users/kangsh/repo/mcare-plus/swift-mplus/paik_pusan-Info.plist"; sourceTree = "<absolute>"; };
 		1230E0DB2293D2EE006A11CC /* paik_sanggye.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = paik_sanggye.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		1230E0DC2293D2EE006A11CC /* paik_sanggye-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "paik_sanggye-Info.plist"; path = "/Users/kangsh/repo/mcare-plus/swift-mplus/paik_sanggye-Info.plist"; sourceTree = "<absolute>"; };
 		1230E1422293D2EF006A11CC /* paik_haeundae.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = paik_haeundae.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		1230E1432293D2EF006A11CC /* paik_haeundae-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "paik_haeundae-Info.plist"; path = "/Users/kangsh/repo/mcare-plus/swift-mplus/paik_haeundae-Info.plist"; sourceTree = "<absolute>"; };
 		1230E1AB2293D480006A11CC /* MCarePlusConstants_haeundae.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCarePlusConstants_haeundae.swift; sourceTree = "<group>"; };
 		1230E1AC2293D481006A11CC /* MCarePlusConstants_seoul.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCarePlusConstants_seoul.swift; sourceTree = "<group>"; };
 		1230E1AD2293D481006A11CC /* MCarePlusConstants_pusan.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCarePlusConstants_pusan.swift; sourceTree = "<group>"; };
@@ -1576,7 +1576,7 @@
 		129D1CB421CB62AD00A9D764 /* CallbackUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CallbackUtil.m; sourceTree = "<group>"; };
 		129D1CE221CB7AF800A9D764 /* kunkuk_inhouse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kunkuk_inhouse.app; sourceTree = BUILT_PRODUCTS_DIR; };
 		12DF3ED322C3575900B13332 /* cnuh_dev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cnuh_dev.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		12DF3F3722C3575B00B13332 /* cnuh_inhouse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cnuh_inhouse.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		12DF3F3722C3575B00B13332 /* CNUH EMR.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CNUH EMR.app"; sourceTree = BUILT_PRODUCTS_DIR; };
 		12DF3F3A22C357AA00B13332 /* MCarePlusConstants-dev.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MCarePlusConstants-dev.swift"; sourceTree = "<group>"; };
 		12DF3F3B22C357AA00B13332 /* MCarePlusConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCarePlusConstants.swift; sourceTree = "<group>"; };
 		12DF3F3C22C357AA00B13332 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -1671,6 +1671,10 @@
 		335ABFDED50F30BC35DAEE57 /* Pods-paik_sanggye.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paik_sanggye.debug.xcconfig"; path = "Pods/Target Support Files/Pods-paik_sanggye/Pods-paik_sanggye.debug.xcconfig"; sourceTree = "<group>"; };
 		38AC601CC810FC940FF4C6D6 /* Pods_paik.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paik.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		3EAEB5C540182C4A7D72DA2C /* Pods-lemon_local.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lemon_local.debug.xcconfig"; path = "Pods/Target Support Files/Pods-lemon_local/Pods-lemon_local.debug.xcconfig"; sourceTree = "<group>"; };
+		3EBDDDE42356E7A900AF6C98 /* paik_ilsan-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "paik_ilsan-Info.plist"; sourceTree = "<group>"; };
+		3EBDDDE52356E7A900AF6C98 /* paik_sanggye-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "paik_sanggye-Info.plist"; sourceTree = "<group>"; };
+		3EBDDDE62356E7A900AF6C98 /* paik_pusan-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "paik_pusan-Info.plist"; sourceTree = "<group>"; };
+		3EBDDDE72356E7A900AF6C98 /* paik_haeundae-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "paik_haeundae-Info.plist"; sourceTree = "<group>"; };
 		3FAED31BA933FFAB036F1A0F /* Pods-MCPlus_lemon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MCPlus_lemon.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MCPlus_lemon/Pods-MCPlus_lemon.debug.xcconfig"; sourceTree = "<group>"; };
 		43524BA59C612B664083141F /* Pods-paik_dev.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paik_dev.release.xcconfig"; path = "Pods/Target Support Files/Pods-paik_dev/Pods-paik_dev.release.xcconfig"; sourceTree = "<group>"; };
 		4564291D57BC6E8CD63C01FA /* Pods-kunkuk_dev.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-kunkuk_dev.release.xcconfig"; path = "Pods/Target Support Files/Pods-kunkuk_dev/Pods-kunkuk_dev.release.xcconfig"; sourceTree = "<group>"; };
@@ -2041,7 +2045,7 @@
 				1230E1422293D2EF006A11CC /* paik_haeundae.app */,
 				1226FDF7229531FC00BAF19B /* lemon_demo.app */,
 				12DF3ED322C3575900B13332 /* cnuh_dev.app */,
-				12DF3F3722C3575B00B13332 /* cnuh_inhouse.app */,
+				12DF3F3722C3575B00B13332 /* CNUH EMR.app */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -2261,10 +2265,10 @@
 				1230E1AF2293D481006A11CC /* MCarePlusConstants_sanggye.swift */,
 				1230E1AC2293D481006A11CC /* MCarePlusConstants_seoul.swift */,
 				291A4E6122659D8E0012DC9C /* Info.plist */,
-				1230E00E2293D2EB006A11CC /* paik_ilsan-Info.plist */,
-				1230E0752293D2EC006A11CC /* paik_pusan-Info.plist */,
-				1230E0DC2293D2EE006A11CC /* paik_sanggye-Info.plist */,
-				1230E1432293D2EF006A11CC /* paik_haeundae-Info.plist */,
+				3EBDDDE72356E7A900AF6C98 /* paik_haeundae-Info.plist */,
+				3EBDDDE42356E7A900AF6C98 /* paik_ilsan-Info.plist */,
+				3EBDDDE62356E7A900AF6C98 /* paik_pusan-Info.plist */,
+				3EBDDDE52356E7A900AF6C98 /* paik_sanggye-Info.plist */,
 			);
 			path = paik;
 			sourceTree = "<group>";
@@ -2695,7 +2699,7 @@
 			);
 			name = cnuh_inhouse;
 			productName = MCPlus;
-			productReference = 12DF3F3722C3575B00B13332 /* cnuh_inhouse.app */;
+			productReference = 12DF3F3722C3575B00B13332 /* CNUH EMR.app */;
 			productType = "com.apple.product-type.application";
 		};
 		290D82242235F1F70077B497 /* MCPlusTests */ = {
@@ -2968,6 +2972,7 @@
 				1230E0032293D2EB006A11CC /* Assets.xcassets in Resources */,
 				1230E0042293D2EB006A11CC /* ScreenLockViewController.xib in Resources */,
 				1230E0052293D2EB006A11CC /* Main.storyboard in Resources */,
+				3EBDDDE92356E7B200AF6C98 /* paik_ilsan-Info.plist in Resources */,
 				1230E0062293D2EB006A11CC /* btn_close.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
@@ -2983,6 +2988,7 @@
 				1230E0602293D2EC006A11CC /* refresh_icon.png in Resources */,
 				1230E0612293D2EC006A11CC /* Localizable.strings in Resources */,
 				1230E0622293D2EC006A11CC /* backward_arrow.png in Resources */,
+				3EBDDDEA2356E7B500AF6C98 /* paik_pusan-Info.plist in Resources */,
 				1230E0632293D2EC006A11CC /* LockOptionCell.xib in Resources */,
 				1230E0642293D2EC006A11CC /* NanumSquareRegular.ttf in Resources */,
 				1230E0652293D2EC006A11CC /* Images.xcassets in Resources */,
@@ -3012,6 +3018,7 @@
 				1230E0CB2293D2EE006A11CC /* NanumSquareRegular.ttf in Resources */,
 				1230E0CC2293D2EE006A11CC /* Images.xcassets in Resources */,
 				1230E0CD2293D2EE006A11CC /* btn_reflash.png in Resources */,
+				3EBDDDEB2356E7B800AF6C98 /* paik_sanggye-Info.plist in Resources */,
 				1230E0CE2293D2EE006A11CC /* LaunchScreen.storyboard in Resources */,
 				1230E0CF2293D2EE006A11CC /* LockOptionViewViewController.xib in Resources */,
 				1230E0D02293D2EE006A11CC /* btn_next.png in Resources */,
@@ -3038,6 +3045,7 @@
 				1230E1332293D2EF006A11CC /* Images.xcassets in Resources */,
 				1230E1342293D2EF006A11CC /* btn_reflash.png in Resources */,
 				1230E1352293D2EF006A11CC /* LaunchScreen.storyboard in Resources */,
+				3EBDDDE82356E7AF00AF6C98 /* paik_haeundae-Info.plist in Resources */,
 				1230E1362293D2EF006A11CC /* LockOptionViewViewController.xib in Resources */,
 				1230E1372293D2EF006A11CC /* btn_next.png in Resources */,
 				1230E1382293D2EF006A11CC /* Assets.xcassets in Resources */,
@@ -5459,6 +5467,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 103;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5470,6 +5479,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\" ";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5493,6 +5503,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 103;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5503,6 +5514,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5524,6 +5536,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5535,6 +5548,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.lemon.demo;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5558,6 +5572,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5568,6 +5583,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.lemon.demo;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5589,6 +5605,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5600,6 +5617,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.lemon.local;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5623,6 +5641,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5633,6 +5652,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.lemon.local;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5654,6 +5674,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5661,10 +5682,11 @@
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_ilsan-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_ilsan-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.ilsan;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5688,16 +5710,18 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_ilsan-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_ilsan-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.ilsan;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5720,6 +5744,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 5;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5727,10 +5752,11 @@
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_pusan-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_pusan-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 5;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.pusan;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5754,16 +5780,18 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 5;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_pusan-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_pusan-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 5;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.pusan;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5786,6 +5814,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5793,10 +5822,11 @@
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_sanggye-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_sanggye-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.sanggye;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5820,16 +5850,18 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_sanggye-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_sanggye-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.sanggye;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5852,6 +5884,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5859,10 +5892,11 @@
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_haeundae-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_haeundae-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.haeundae;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5886,16 +5920,18 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 4;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)",
 				);
-				INFOPLIST_FILE = "$(SRCROOT)/paik_haeundae-Info.plist";
+				INFOPLIST_FILE = "$(SRCROOT)/MCPlus/CustomFiles/paik/paik_haeundae-Info.plist";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 4;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik.haeundae;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5918,6 +5954,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5929,6 +5966,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5952,6 +5990,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5962,6 +6001,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5983,6 +6023,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -5994,6 +6035,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6017,6 +6059,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6027,6 +6070,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -6048,6 +6092,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6059,6 +6104,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc.inhouse;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6082,6 +6128,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 12;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6092,6 +6139,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 12;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.eumc.inhouse;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -6113,6 +6161,7 @@
 				CODE_SIGN_ENTITLEMENTS = MCPlus_dev.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 103;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6124,6 +6173,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				OTHER_SWIFT_FLAGS = "$(inherited)  \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6147,6 +6197,7 @@
 				CODE_SIGN_ENTITLEMENTS = MCPlus_dev.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 103;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6157,6 +6208,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -6176,6 +6228,7 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "LaunchImage-kunkuk";
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = MCPlus_lemon.entitlements;
+				CURRENT_PROJECT_VERSION = 103;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6187,6 +6240,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\" ";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk.lemon;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6207,6 +6261,7 @@
 				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "LaunchImage-kunkuk";
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = MCPlus_lemon.entitlements;
+				CURRENT_PROJECT_VERSION = 103;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6217,6 +6272,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 103;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.kunkuk.lemon;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/MCPlus/MCPlus-Bridging-Header.h";
@@ -6237,6 +6293,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 3;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6248,6 +6305,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 3;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.cnuh.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6271,6 +6329,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6281,6 +6340,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.cnuh.dev;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -6302,6 +6362,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 3;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6313,9 +6374,10 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 3;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.cnuh.inhouse;
-				PRODUCT_NAME = "$(TARGET_NAME)";
+				PRODUCT_NAME = "CNUH EMR";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/MCPlus/MCPlus-Bridging-Header.h";
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -6336,6 +6398,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6346,8 +6409,9 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.cnuh.inhouse;
-				PRODUCT_NAME = "$(TARGET_NAME)";
+				PRODUCT_NAME = "CNUH EMR";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/MCPlus/MCPlus-Bridging-Header.h";
 				SWIFT_PRECOMPILE_BRIDGING_HEADER = YES;
@@ -6441,6 +6505,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 5;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
@@ -6452,6 +6517,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 5;
 				OTHER_SWIFT_FLAGS = "$(inherited) \"-DDEBUG\"";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik;
 				PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6475,6 +6541,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
+				CURRENT_PROJECT_VERSION = 5;
 				DEVELOPMENT_TEAM = 7W97E82MGQ;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -6485,6 +6552,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				LIBRARY_SEARCH_PATHS = "$(inherited)";
+				MARKETING_VERSION = 5;
 				OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
 				PRODUCT_BUNDLE_IDENTIFIER = com.dbs.mplus.paik;
 				PRODUCT_NAME = "$(TARGET_NAME)";

+ 6 - 10
MCPlus.xcodeproj/xcshareddata/xcschemes/cnuh_inhouse.xcscheme

@@ -15,7 +15,7 @@
             <BuildableReference
                BuildableIdentifier = "primary"
                BlueprintIdentifier = "12DF3ED522C3575B00B13332"
-               BuildableName = "cnuh_inhouse.app"
+               BuildableName = "CNUH EMR.app"
                BlueprintName = "cnuh_inhouse"
                ReferencedContainer = "container:MCPlus.xcodeproj">
             </BuildableReference>
@@ -27,19 +27,17 @@
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       shouldUseLaunchSchemeArgsEnv = "YES">
-      <Testables>
-      </Testables>
       <MacroExpansion>
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "12DF3ED522C3575B00B13332"
-            BuildableName = "cnuh_inhouse.app"
+            BuildableName = "CNUH EMR.app"
             BlueprintName = "cnuh_inhouse"
             ReferencedContainer = "container:MCPlus.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
-      <AdditionalOptions>
-      </AdditionalOptions>
+      <Testables>
+      </Testables>
    </TestAction>
    <LaunchAction
       buildConfiguration = "Debug"
@@ -56,13 +54,11 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "12DF3ED522C3575B00B13332"
-            BuildableName = "cnuh_inhouse.app"
+            BuildableName = "CNUH EMR.app"
             BlueprintName = "cnuh_inhouse"
             ReferencedContainer = "container:MCPlus.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </LaunchAction>
    <ProfileAction
       buildConfiguration = "Release"
@@ -75,7 +71,7 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "12DF3ED522C3575B00B13332"
-            BuildableName = "cnuh_inhouse.app"
+            BuildableName = "CNUH EMR.app"
             BlueprintName = "cnuh_inhouse"
             ReferencedContainer = "container:MCPlus.xcodeproj">
          </BuildableReference>

+ 30 - 33
MCPlus/Base.lproj/Main.storyboard

@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
-    <device id="retina6_1" orientation="portrait">
-        <adaptation id="fullscreen"/>
-    </device>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="WSz-h3-e9R">
+    <device id="retina6_1" orientation="portrait" appearance="light"/>
     <dependencies>
         <deployment version="4352" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
         <capability name="Stack View standard spacing" minToolsVersion="9.0"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -19,7 +17,7 @@
         <!--Extra Web View Controller-->
         <scene sceneID="aob-Xs-UUK">
             <objects>
-                <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="ExtraWebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="nDd-yG-OzX" customClass="ExtraWebViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="I0S-oY-KS6">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -206,7 +204,6 @@
                                     <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="test" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RPl-3S-110">
                                         <rect key="frame" x="70" y="118" width="235" height="30"/>
                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
-                                        <nil key="textColor"/>
                                         <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                         <textInputTraits key="textInputTraits"/>
                                     </textField>
@@ -228,7 +225,7 @@
         <!--Picture View Controller-->
         <scene sceneID="fkI-Y5-awn">
             <objects>
-                <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PictureViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IUL-tO-62n" customClass="PictureViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="cey-dQ-ZA5">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -272,7 +269,7 @@
         <!--Custom Camera View Controller-->
         <scene sceneID="hFe-8t-oPg">
             <objects>
-                <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="CustomCameraViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="vG9-SK-zG4" customClass="CustomCameraViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="qCj-GS-Fhf">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
@@ -281,7 +278,7 @@
                                 <rect key="frame" x="0.0" y="44" width="414" height="48"/>
                                 <subviews>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지촬영" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Gz-wR-Tkc">
-                                        <rect key="frame" x="146.5" y="13.5" width="121.5" height="21"/>
+                                        <rect key="frame" x="149.5" y="13" width="115.5" height="22.5"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
@@ -319,7 +316,7 @@
                                         <rect key="frame" x="0.0" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZS3-lT-QK3">
-                                                <rect key="frame" x="41.5" y="17" width="49.5" height="20"/>
+                                                <rect key="frame" x="43" y="17" width="47" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -376,7 +373,7 @@
                                                 <nil key="highlightedColor"/>
                                             </label>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4un-kx-8PH">
-                                                <rect key="frame" x="22" y="17" width="89" height="20"/>
+                                                <rect key="frame" x="25.5" y="17" width="82" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -407,7 +404,7 @@
                                         <rect key="frame" x="265.5" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KLU-Vc-9DU">
-                                                <rect key="frame" x="39" y="17" width="54.5" height="20"/>
+                                                <rect key="frame" x="40" y="17" width="52" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -461,10 +458,10 @@
                                 </userDefinedRuntimeAttributes>
                             </stackView>
                             <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x3X-mc-6dm">
-                                <rect key="frame" x="8" y="209" width="398" height="42"/>
+                                <rect key="frame" x="8" y="209" width="398" height="43"/>
                                 <subviews>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2018-10-10 외래 or 입원, 진료과" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mLD-MC-fGV">
-                                        <rect key="frame" x="16" y="11" width="366" height="20"/>
+                                        <rect key="frame" x="16" y="11" width="366" height="21"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                         <color key="textColor" red="0.39215686274509803" green="0.60392156862745094" blue="0.9882352941176471" alpha="1" colorSpace="calibratedRGB"/>
                                         <nil key="highlightedColor"/>
@@ -484,20 +481,20 @@
                                 </userDefinedRuntimeAttributes>
                             </view>
                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Twe-8h-6Au">
-                                <rect key="frame" x="0.0" y="251" width="414" height="611"/>
+                                <rect key="frame" x="0.0" y="252" width="414" height="610"/>
                                 <subviews>
                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dat-yv-K6v">
-                                        <rect key="frame" x="0.0" y="10" width="414" height="601"/>
+                                        <rect key="frame" x="0.0" y="10" width="414" height="600"/>
                                         <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                     </view>
                                     <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="camera_lo" translatesAutoresizingMaskIntoConstraints="NO" id="ME9-uU-UZ3">
-                                        <rect key="frame" x="92" y="195.5" width="230" height="230"/>
+                                        <rect key="frame" x="92" y="195" width="230" height="230"/>
                                         <constraints>
                                             <constraint firstAttribute="width" secondItem="ME9-uU-UZ3" secondAttribute="height" multiplier="1:1" id="DoM-A7-iEK"/>
                                         </constraints>
                                     </imageView>
                                     <stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" spacingType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="CvO-ai-fc0">
-                                        <rect key="frame" x="22" y="555" width="370" height="50"/>
+                                        <rect key="frame" x="22" y="554" width="370" height="50"/>
                                         <subviews>
                                             <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="944-gk-cQs">
                                                 <rect key="frame" x="0.0" y="0.0" width="132" height="50"/>
@@ -583,7 +580,7 @@
         <!--Photo View Controller-->
         <scene sceneID="uEH-Iw-puj">
             <objects>
-                <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PhotoViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="HAU-b8-2L8" customClass="PhotoViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="XAP-9P-NF8">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
@@ -785,7 +782,7 @@
                                             <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                         </collectionViewFlowLayout>
                                         <cells>
-                                            <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="eumc" customModuleProvider="target">
+                                            <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="LYJ-HX-iwP" customClass="PhotoCollectionViewCell" customModule="cnuh_dev" customModuleProvider="target">
                                                 <rect key="frame" x="0.0" y="50" width="50" height="50"/>
                                                 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                                 <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
@@ -800,7 +797,7 @@
                                                                 </userDefinedRuntimeAttribute>
                                                             </userDefinedRuntimeAttributes>
                                                         </imageView>
-                                                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gall_chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy" customClass="CheckImageButton" customModule="eumc" customModuleProvider="target">
+                                                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gall_chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="P8T-Tu-dyy" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
                                                             <rect key="frame" x="27" y="3" width="20" height="20"/>
                                                             <constraints>
                                                                 <constraint firstAttribute="width" constant="20" id="6tc-XR-7Ca"/>
@@ -828,7 +825,7 @@
                                                 </connections>
                                             </collectionViewCell>
                                         </cells>
-                                        <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="eumc" customModuleProvider="target">
+                                        <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PhotoCollectionViewReusableView" id="HKO-B6-YDQ" customClass="PhotoCollectionViewReusableView" customModule="cnuh_dev" customModuleProvider="target">
                                             <rect key="frame" x="0.0" y="0.0" width="398" height="50"/>
                                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                             <subviews>
@@ -859,7 +856,7 @@
                                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="29Q-a9-R1k">
                                                         <rect key="frame" x="0.0" y="0.0" width="207" height="40"/>
                                                         <subviews>
-                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="eumc" customModuleProvider="target">
+                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="xQ4-Tv-FEb" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
                                                                 <rect key="frame" x="61" y="12.5" width="15" height="15"/>
                                                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                                 <constraints>
@@ -890,7 +887,7 @@
                                                     <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GvB-Pr-Nvx">
                                                         <rect key="frame" x="207" y="0.0" width="207" height="40"/>
                                                         <subviews>
-                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="eumc" customModuleProvider="target">
+                                                            <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chk_default" translatesAutoresizingMaskIntoConstraints="NO" id="vZ9-I9-ilh" customClass="CheckImageButton" customModule="cnuh_dev" customModuleProvider="target">
                                                                 <rect key="frame" x="61" y="12.5" width="15" height="15"/>
                                                                 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                                 <constraints>
@@ -1035,7 +1032,7 @@
         <!--Photo Detail View Controller-->
         <scene sceneID="aGf-vD-VaZ">
             <objects>
-                <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="PhotoDetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="SMs-20-Sgw" customClass="PhotoDetailViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="ffa-hW-lBj">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@@ -1044,7 +1041,7 @@
                                 <rect key="frame" x="0.0" y="44" width="414" height="48"/>
                                 <subviews>
                                     <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="환부이미지상세" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GFe-Mw-H6W">
-                                        <rect key="frame" x="146.5" y="13.5" width="121.5" height="21"/>
+                                        <rect key="frame" x="149.5" y="13" width="115.5" height="22.5"/>
                                         <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="19"/>
                                         <nil key="textColor"/>
                                         <nil key="highlightedColor"/>
@@ -1083,7 +1080,7 @@
                                         <rect key="frame" x="0.0" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="홍길동" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A72-WX-Gkz">
-                                                <rect key="frame" x="41.5" y="17" width="49.5" height="20"/>
+                                                <rect key="frame" x="43" y="17" width="47" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1126,7 +1123,7 @@
                                         <rect key="frame" x="132.5" y="0.0" width="133" height="111"/>
                                         <subviews>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A1000100" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="chw-O9-PTX">
-                                                <rect key="frame" x="22" y="17" width="89" height="20"/>
+                                                <rect key="frame" x="25.5" y="17" width="82" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1171,7 +1168,7 @@
                                         <rect key="frame" x="265.5" y="0.0" width="132.5" height="111"/>
                                         <subviews>
                                             <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20 / M" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HE5-qb-ZSg">
-                                                <rect key="frame" x="39" y="17" width="54.5" height="20"/>
+                                                <rect key="frame" x="40" y="17" width="52" height="21"/>
                                                 <fontDescription key="fontDescription" name="NanumSquareB" family="NanumSquare" pointSize="18"/>
                                                 <nil key="textColor"/>
                                                 <nil key="highlightedColor"/>
@@ -1317,12 +1314,12 @@
         <!--Web View Controller-->
         <scene sceneID="iTK-sH-9d9">
             <objects>
-                <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="WebViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ySz-mN-COb" customClass="WebViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="FvJ-I3-Lal">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <subviews>
-                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="eumc" customModuleProvider="target">
+                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i01-15-nXY" customClass="StoryBoardableWKWebView" customModule="cnuh_dev" customModuleProvider="target">
                                 <rect key="frame" x="0.0" y="44" width="414" height="818"/>
                             </view>
                         </subviews>
@@ -1349,7 +1346,7 @@
         <!--Barcode View Controller-->
         <scene sceneID="imo-ig-Kdc">
             <objects>
-                <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="eumc" customModuleProvider="target" sceneMemberID="viewController">
+                <viewController storyboardIdentifier="BarcodeViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="hXX-kq-ut8" customClass="BarcodeViewController" customModule="cnuh_dev" customModuleProvider="target" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="5qx-dD-4na">
                         <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>

+ 5 - 3
MCPlus/CustomFiles/cnuh/Info.plist

@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleDisplayName</key>
-	<string>$(APP_DISPLAY_NAME)</string>
+	<string>$(PRODUCT_NAME)</string>
 	<key>CFBundleExecutable</key>
 	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIdentifier</key>
@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>2</string>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>
@@ -129,6 +129,8 @@
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<key>View controller-based status bar appearance</key>

+ 4 - 2
MCPlus/CustomFiles/cnuh/Info_dev.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>2</string>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>
@@ -129,6 +129,8 @@
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<key>View controller-based status bar appearance</key>

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

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>11</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>11</string>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>
@@ -128,6 +128,8 @@
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<key>View controller-based status bar appearance</key>

+ 4 - 2
MCPlus/CustomFiles/kunkuk/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>102</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>102</string>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>
@@ -128,6 +128,8 @@
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<key>View controller-based status bar appearance</key>

+ 4 - 2
MCPlus/CustomFiles/local/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -30,7 +30,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>3</string>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>DomainName</key>
 	<string>https://app.hyumc.com/</string>
 	<key>Fabric</key>
@@ -128,6 +128,8 @@
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>light</string>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<key>View controller-based status bar appearance</key>

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

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

+ 138 - 0
MCPlus/CustomFiles/paik/paik_haeundae-Info.plist

@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(APP_DISPLAY_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 138 - 0
MCPlus/CustomFiles/paik/paik_ilsan-Info.plist

@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(APP_DISPLAY_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 138 - 0
MCPlus/CustomFiles/paik/paik_pusan-Info.plist

@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(APP_DISPLAY_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 138 - 0
MCPlus/CustomFiles/paik/paik_sanggye-Info.plist

@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDisplayName</key>
+	<string>$(APP_DISPLAY_NAME)</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(MARKETING_VERSION)</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.dbs.mplus.severance</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>severance_dev_mcp</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>DomainName</key>
+	<string>https://app.hyumc.com/</string>
+	<key>Fabric</key>
+	<dict>
+		<key>APIKey</key>
+		<string>cc177777a841e12a043cbf1aa706071f8569ae23</string>
+		<key>Kits</key>
+		<array>
+			<dict>
+				<key>KitInfo</key>
+				<dict/>
+				<key>KitName</key>
+				<string>Crashlytics</string>
+			</dict>
+		</array>
+	</dict>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>igxp</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>LockScreenUse</key>
+	<true/>
+	<key>NFCReaderUsageDescription</key>
+	<string>NFC 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+	</dict>
+	<key>NSAppleEventsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSAppleMusicUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCalendarsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSCameraUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSContactsUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>페이스언락을 위하여 권한이 필요합니다</string>
+	<key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthShareUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHealthUpdateUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSHomeKitUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSMotionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSRemindersUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSiriUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSpeechRecognitionUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSSystemAdministrationUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>NSVideoSubscriberAccountUsageDescription</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+	<key>PACS_APP_SERVER_URL</key>
+	<string>http://166.104.96.113:443/xwado</string>
+	<key>TargetName</key>
+	<string>$(TARGET_NAME)</string>
+	<key>UIFileSharingEnabled</key>
+	<true/>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+	<key>View controller-based status bar appearance</key>
+	<false/>
+	<key>kTCCServiceMediaLibrary</key>
+	<string>바코드 스캔을 위하여 권한이 필요합니다</string>
+</dict>
+</plist>

+ 11 - 9
MCPlus/ViewControllers/WebViewController.swift

@@ -66,7 +66,7 @@ extension WebViewController{
         
         self.navigationController?.navigationBar.isHidden = true
         //    status bar 폰트 흰색으로, plist 파일에 View controller-based status bar appearance : NO를 추가해야함
-        self.setStatusBarBackgroundColor(color: .white)
+        //self.setStatusBarBackgroundColor(color: .white)
         
         
         let targetName = Bundle.main.infoDictionary?["TargetName"] as? String ?? ""
@@ -147,10 +147,10 @@ extension WebViewController{
     }
     
     func setStatusBarBackgroundColor(color:UIColor){
-        guard let statusBarView = UIApplication.shared.value(forKeyPath: "statusBarWindow.statusBar") as? UIView else {
-            return
-        }
-        statusBarView.backgroundColor = color
+//        guard let statusBarView = UIApplication.shared.value(forKeyPath: "statusBarWindow.statusBar") as? UIView else {
+//            return
+//        }
+//        statusBarView.backgroundColor = color
         
     }
     
@@ -160,6 +160,7 @@ extension WebViewController{
     
     func lockscreen(){
         let lockOptionVC = LockOptionViewViewController()
+        
         self.present(lockOptionVC, animated: true, completion: nil)
     }
     
@@ -291,14 +292,14 @@ extension WebViewController{
         
         //    NSNumber * value;
         if orientation == "landscape"{
-            UIApplication.shared.statusBarOrientation = .landscapeRight
-            UIApplication.shared.isStatusBarHidden = true
+//            UIApplication.shared.statusBarOrientation = .landscapeRight
+//            UIApplication.shared.isStatusBarHidden = true
             let transform:CGAffineTransform = CGAffineTransform(rotationAngle: degreesToRadians(90))
             self.view.transform = transform
             self.view.frame = CGRect(x: 0, y: 0, width: screenHeight, height: screenWidth)
         }else{
-            UIApplication.shared.statusBarOrientation = .portrait
-            UIApplication.shared.isStatusBarHidden = false
+//            UIApplication.shared.statusBarOrientation = .portrait
+//            UIApplication.shared.isStatusBarHidden = false
             let transform:CGAffineTransform = CGAffineTransform(rotationAngle: degreesToRadians(0))
             self.view.transform = transform
             self.view.frame = CGRect(x: 0, y: 0, width: screenWidth, height: screenHeight)
@@ -316,6 +317,7 @@ extension WebViewController{
         let storyboard = self.storyboard
         let VC = storyboard?.instantiateViewController(withIdentifier: "ExtraWebViewController") as! ExtraWebViewController
         
+        
         if let url = queryStringDictionary["url"] as? String{
             VC.url = url
         }

+ 2 - 2
Podfile.lock

@@ -21,7 +21,7 @@ DEPENDENCIES:
   - ZBarSDK
 
 SPEC REPOS:
-  https://github.com/cocoapods/specs.git:
+  https://github.com/CocoaPods/Specs.git:
     - Alamofire
     - Crashlytics
     - Fabric
@@ -43,4 +43,4 @@ SPEC CHECKSUMS:
 
 PODFILE CHECKSUM: 19c79eeabdad488c1a55b39c2ccd41438003aae9
 
-COCOAPODS: 1.7.0.beta.3
+COCOAPODS: 1.8.3

+ 2 - 2
local copy-Info.plist

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

+ 2 - 2
paik_haeundae-Info.plist

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

+ 2 - 2
paik_ilsan-Info.plist

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

+ 2 - 2
paik_pusan-Info.plist

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

+ 2 - 2
paik_sanggye-Info.plist

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