alqindiirsyam 2 yıl önce
ebeveyn
işleme
755584272f

+ 1 - 1
appbuilder-ios/AppBuilder/AppBuilder/AppDelegate.swift

@@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
         if PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_FLOATING || PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_MIX {
             showButton = true
         }
-        Nexilis.connect(apiKey: "1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18", delegate: self, showButton: showButton, fromMAB: true) //AA6164AA13F0A6262677AC7443C37E3F6F0A342E8BEE84B700CB59C876166FE0(AWS) //1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18(CBN)
+        Nexilis.connect(apiKey: "***REPLACE***WITH***YOUR***ACCOUNT***", delegate: self, showButton: showButton, fromMAB: true) //AA6164AA13F0A6262677AC7443C37E3F6F0A342E8BEE84B700CB59C876166FE0(AWS) //1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18(CBN)
         let tabBarAppearance: UITabBarAppearance = UITabBarAppearance()
         tabBarAppearance.configureWithTransparentBackground()
         if Bundle.main.displayName == "DigiNetS" {

+ 2 - 2
appbuilder-ios/AppBuilder/AppBuilder/ViewController.swift

@@ -934,8 +934,8 @@ class ViewController: UITabBarController, UITabBarControllerDelegate, SettingMAB
     
     @objc func chatTap() {
         //print("chatTap")
-        APIS.openWhiteboard()
-        return
+//        APIS.openWhiteboard()
+//        return
         if(ViewController.checkIsChangePerson()){
             show(b: false)
             ViewController.def?.thirdTab?.webView?.evaluateJavaScript("{if(pauseAll){pauseAll();}}")

+ 84 - 0
appbuilder-ios/NexilisLite/NexilisLite.xcodeproj/project.pbxproj

@@ -188,6 +188,25 @@
 		CD46A0BB2A0CE320009E4C87 /* sticker_10000000_8.png in Resources */ = {isa = PBXBuildFile; fileRef = CD46A0162A0CE2DE009E4C87 /* sticker_10000000_8.png */; };
 		CD46A0BF2A0CE4FD009E4C87 /* NexilisLite.podspec in Resources */ = {isa = PBXBuildFile; fileRef = CD46A0BE2A0CE4FD009E4C87 /* NexilisLite.podspec */; };
 		CD46A0C52A0D0D5D009E4C87 /* MyArchive.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD46A0C42A0D0D5D009E4C87 /* MyArchive.swift */; };
+		CD9551592A664BDA00AF6476 /* Poppins-LightItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551402A664BD400AF6476 /* Poppins-LightItalic.otf */; };
+		CD95515A2A664BDA00AF6476 /* Poppins-MediumItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513F2A664BD400AF6476 /* Poppins-MediumItalic.otf */; };
+		CD95515B2A664BDA00AF6476 /* Poppins-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551412A664BD400AF6476 /* Poppins-Bold.otf */; };
+		CD95515C2A664BDA00AF6476 /* Poppins-BlackItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551432A664BD400AF6476 /* Poppins-BlackItalic.otf */; };
+		CD95515D2A664BDA00AF6476 /* Poppins-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551442A664BD400AF6476 /* Poppins-Regular.otf */; };
+		CD95515E2A664BDA00AF6476 /* SIL Open Font License.txt in Resources */ = {isa = PBXBuildFile; fileRef = CD9551352A664BD400AF6476 /* SIL Open Font License.txt */; };
+		CD95515F2A664BDB00AF6476 /* Poppins-SemiBold.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513C2A664BD400AF6476 /* Poppins-SemiBold.otf */; };
+		CD9551602A664BDB00AF6476 /* Poppins-ExtraBoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551342A664BD400AF6476 /* Poppins-ExtraBoldItalic.otf */; };
+		CD9551612A664BDB00AF6476 /* Poppins-Black.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551422A664BD400AF6476 /* Poppins-Black.otf */; };
+		CD9551622A664BDB00AF6476 /* Poppins-ExtraLight.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551362A664BD400AF6476 /* Poppins-ExtraLight.otf */; };
+		CD9551632A664BDB00AF6476 /* Poppins-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551392A664BD400AF6476 /* Poppins-Light.otf */; };
+		CD9551642A664BDB00AF6476 /* Poppins-Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513D2A664BD400AF6476 /* Poppins-Italic.otf */; };
+		CD9551652A664BDB00AF6476 /* Poppins-Thin.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513E2A664BD400AF6476 /* Poppins-Thin.otf */; };
+		CD9551662A664BDB00AF6476 /* Poppins-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513B2A664BD400AF6476 /* Poppins-Medium.otf */; };
+		CD9551672A664BDB00AF6476 /* Poppins-ExtraBold.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551452A664BD400AF6476 /* Poppins-ExtraBold.otf */; };
+		CD9551682A664BDB00AF6476 /* Poppins-ThinItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551372A664BD400AF6476 /* Poppins-ThinItalic.otf */; };
+		CD9551692A664BDB00AF6476 /* Poppins-SemiBoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551332A664BD400AF6476 /* Poppins-SemiBoldItalic.otf */; };
+		CD95516A2A664BDB00AF6476 /* Poppins-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD95513A2A664BD400AF6476 /* Poppins-BoldItalic.otf */; };
+		CD95516B2A664BDB00AF6476 /* Poppins-ExtraLightItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = CD9551382A664BD400AF6476 /* Poppins-ExtraLightItalic.otf */; };
 		CD9829B72A3C07CB009F6743 /* SeminarListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9829B62A3C07CB009F6743 /* SeminarListViewController.swift */; };
 		CDDF46752A2DD81300049A19 /* CreateSeminarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDF46732A2DD81300049A19 /* CreateSeminarViewController.swift */; };
 		CDDF46762A2DD81300049A19 /* SeminarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDF46742A2DD81300049A19 /* SeminarViewController.swift */; };
@@ -421,6 +440,25 @@
 		CD46A01A2A0CE2DE009E4C87 /* Palio.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Palio.storyboard; sourceTree = "<group>"; };
 		CD46A0BE2A0CE4FD009E4C87 /* NexilisLite.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = NexilisLite.podspec; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
 		CD46A0C42A0D0D5D009E4C87 /* MyArchive.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyArchive.swift; sourceTree = "<group>"; };
+		CD9551332A664BD400AF6476 /* Poppins-SemiBoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-SemiBoldItalic.otf"; sourceTree = "<group>"; };
+		CD9551342A664BD400AF6476 /* Poppins-ExtraBoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-ExtraBoldItalic.otf"; sourceTree = "<group>"; };
+		CD9551352A664BD400AF6476 /* SIL Open Font License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "SIL Open Font License.txt"; sourceTree = "<group>"; };
+		CD9551362A664BD400AF6476 /* Poppins-ExtraLight.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-ExtraLight.otf"; sourceTree = "<group>"; };
+		CD9551372A664BD400AF6476 /* Poppins-ThinItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-ThinItalic.otf"; sourceTree = "<group>"; };
+		CD9551382A664BD400AF6476 /* Poppins-ExtraLightItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-ExtraLightItalic.otf"; sourceTree = "<group>"; };
+		CD9551392A664BD400AF6476 /* Poppins-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Light.otf"; sourceTree = "<group>"; };
+		CD95513A2A664BD400AF6476 /* Poppins-BoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BoldItalic.otf"; sourceTree = "<group>"; };
+		CD95513B2A664BD400AF6476 /* Poppins-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Medium.otf"; sourceTree = "<group>"; };
+		CD95513C2A664BD400AF6476 /* Poppins-SemiBold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-SemiBold.otf"; sourceTree = "<group>"; };
+		CD95513D2A664BD400AF6476 /* Poppins-Italic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Italic.otf"; sourceTree = "<group>"; };
+		CD95513E2A664BD400AF6476 /* Poppins-Thin.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Thin.otf"; sourceTree = "<group>"; };
+		CD95513F2A664BD400AF6476 /* Poppins-MediumItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-MediumItalic.otf"; sourceTree = "<group>"; };
+		CD9551402A664BD400AF6476 /* Poppins-LightItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-LightItalic.otf"; sourceTree = "<group>"; };
+		CD9551412A664BD400AF6476 /* Poppins-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Bold.otf"; sourceTree = "<group>"; };
+		CD9551422A664BD400AF6476 /* Poppins-Black.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Black.otf"; sourceTree = "<group>"; };
+		CD9551432A664BD400AF6476 /* Poppins-BlackItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BlackItalic.otf"; sourceTree = "<group>"; };
+		CD9551442A664BD400AF6476 /* Poppins-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-Regular.otf"; sourceTree = "<group>"; };
+		CD9551452A664BD400AF6476 /* Poppins-ExtraBold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-ExtraBold.otf"; sourceTree = "<group>"; };
 		CD9829B62A3C07CB009F6743 /* SeminarListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SeminarListViewController.swift; sourceTree = "<group>"; };
 		CDDF46732A2DD81300049A19 /* CreateSeminarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateSeminarViewController.swift; sourceTree = "<group>"; };
 		CDDF46742A2DD81300049A19 /* SeminarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SeminarViewController.swift; sourceTree = "<group>"; };
@@ -704,6 +742,7 @@
 		CD469FC72A0CE2DE009E4C87 /* Resource */ = {
 			isa = PBXGroup;
 			children = (
+				CD9551322A664BD400AF6476 /* fonts */,
 				CD469FC82A0CE2DE009E4C87 /* Localizable.strings */,
 				CD469FCA2A0CE2DE009E4C87 /* Stickers */,
 				CD46A0172A0CE2DE009E4C87 /* Assets.xcassets */,
@@ -796,6 +835,32 @@
 			path = Stickers;
 			sourceTree = "<group>";
 		};
+		CD9551322A664BD400AF6476 /* fonts */ = {
+			isa = PBXGroup;
+			children = (
+				CD9551332A664BD400AF6476 /* Poppins-SemiBoldItalic.otf */,
+				CD9551342A664BD400AF6476 /* Poppins-ExtraBoldItalic.otf */,
+				CD9551352A664BD400AF6476 /* SIL Open Font License.txt */,
+				CD9551362A664BD400AF6476 /* Poppins-ExtraLight.otf */,
+				CD9551372A664BD400AF6476 /* Poppins-ThinItalic.otf */,
+				CD9551382A664BD400AF6476 /* Poppins-ExtraLightItalic.otf */,
+				CD9551392A664BD400AF6476 /* Poppins-Light.otf */,
+				CD95513A2A664BD400AF6476 /* Poppins-BoldItalic.otf */,
+				CD95513B2A664BD400AF6476 /* Poppins-Medium.otf */,
+				CD95513C2A664BD400AF6476 /* Poppins-SemiBold.otf */,
+				CD95513D2A664BD400AF6476 /* Poppins-Italic.otf */,
+				CD95513E2A664BD400AF6476 /* Poppins-Thin.otf */,
+				CD95513F2A664BD400AF6476 /* Poppins-MediumItalic.otf */,
+				CD9551402A664BD400AF6476 /* Poppins-LightItalic.otf */,
+				CD9551412A664BD400AF6476 /* Poppins-Bold.otf */,
+				CD9551422A664BD400AF6476 /* Poppins-Black.otf */,
+				CD9551432A664BD400AF6476 /* Poppins-BlackItalic.otf */,
+				CD9551442A664BD400AF6476 /* Poppins-Regular.otf */,
+				CD9551452A664BD400AF6476 /* Poppins-ExtraBold.otf */,
+			);
+			path = fonts;
+			sourceTree = "<group>";
+		};
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */
@@ -942,7 +1007,9 @@
 				CD46A0742A0CE320009E4C87 /* sticker_30000000_11.png in Resources */,
 				CD46A0752A0CE320009E4C87 /* sticker_30000000_39.png in Resources */,
 				CD46A0762A0CE320009E4C87 /* sticker_20000000_23.png in Resources */,
+				CD95515C2A664BDA00AF6476 /* Poppins-BlackItalic.otf in Resources */,
 				CD46A0772A0CE320009E4C87 /* sticker_10000000_4.png in Resources */,
+				CD9551612A664BDB00AF6476 /* Poppins-Black.otf in Resources */,
 				CD46A0782A0CE320009E4C87 /* sticker_10000000_6.png in Resources */,
 				CD46A0792A0CE320009E4C87 /* sticker_20000000_21.png in Resources */,
 				CD46A07A2A0CE320009E4C87 /* sticker_30000000_13.png in Resources */,
@@ -950,14 +1017,17 @@
 				CD46A07C2A0CE320009E4C87 /* sticker_30000000_8.png in Resources */,
 				CD46A07D2A0CE320009E4C87 /* sticker_30000000_12.png in Resources */,
 				CD46A07E2A0CE320009E4C87 /* sticker_20000000_20.png in Resources */,
+				CD95515B2A664BDA00AF6476 /* Poppins-Bold.otf in Resources */,
 				CD46A07F2A0CE320009E4C87 /* sticker_10000000_7.png in Resources */,
 				CD46A0802A0CE320009E4C87 /* sticker_10000000_3.png in Resources */,
+				CD95515E2A664BDA00AF6476 /* SIL Open Font License.txt in Resources */,
 				CD46A0812A0CE320009E4C87 /* sticker_20000000_18.png in Resources */,
 				CD46A0822A0CE320009E4C87 /* sticker_30000000_16.png in Resources */,
 				CD46A0832A0CE320009E4C87 /* sticker_30000000_17.png in Resources */,
 				CD46A0842A0CE320009E4C87 /* sticker_20000000_19.png in Resources */,
 				CD46A0852A0CE320009E4C87 /* sticker_10000000_2.png in Resources */,
 				CD46A0862A0CE320009E4C87 /* sticker_10000000_0.png in Resources */,
+				CD95516B2A664BDB00AF6476 /* Poppins-ExtraLightItalic.otf in Resources */,
 				CD46A0872A0CE320009E4C87 /* sticker_20000000_8.png in Resources */,
 				CD46A0882A0CE320009E4C87 /* sticker_30000000_15.png in Resources */,
 				CD46A0892A0CE320009E4C87 /* sticker_30000000_29.png in Resources */,
@@ -972,25 +1042,37 @@
 				CD46A0922A0CE320009E4C87 /* sticker_30000000_31.png in Resources */,
 				CD46A0932A0CE320009E4C87 /* sticker_30000000_3.png in Resources */,
 				CD46A0942A0CE320009E4C87 /* sticker_30000000_2.png in Resources */,
+				CD9551622A664BDB00AF6476 /* Poppins-ExtraLight.otf in Resources */,
+				CD95516A2A664BDB00AF6476 /* Poppins-BoldItalic.otf in Resources */,
+				CD95515F2A664BDB00AF6476 /* Poppins-SemiBold.otf in Resources */,
 				CD46A0952A0CE320009E4C87 /* sticker_30000000_30.png in Resources */,
+				CD9551682A664BDB00AF6476 /* Poppins-ThinItalic.otf in Resources */,
+				CD9551662A664BDB00AF6476 /* Poppins-Medium.otf in Resources */,
 				CD46A0962A0CE320009E4C87 /* sticker_30000000_24.png in Resources */,
 				CD46A0972A0CE320009E4C87 /* sticker_30000000_18.png in Resources */,
 				CD46A0982A0CE320009E4C87 /* sticker_20000000_5.png in Resources */,
 				CD46A0992A0CE320009E4C87 /* sticker_20000000_16.png in Resources */,
+				CD95515A2A664BDA00AF6476 /* Poppins-MediumItalic.otf in Resources */,
 				CD46A09A2A0CE320009E4C87 /* sticker_10000000_11.png in Resources */,
 				CD46A09B2A0CE320009E4C87 /* sticker_20000000_14.png in Resources */,
 				CD46A09C2A0CE320009E4C87 /* sticker_20000000_7.png in Resources */,
 				CD46A09D2A0CE320009E4C87 /* sticker_30000000_32.png in Resources */,
+				CD9551672A664BDB00AF6476 /* Poppins-ExtraBold.otf in Resources */,
 				CD46A09E2A0CE320009E4C87 /* sticker_30000000_26.png in Resources */,
 				CD46A09F2A0CE320009E4C87 /* sticker_30000000_0.png in Resources */,
 				CD46A0A02A0CE320009E4C87 /* sticker_30000000_1.png in Resources */,
+				CD9551592A664BDA00AF6476 /* Poppins-LightItalic.otf in Resources */,
 				CD46A0A12A0CE320009E4C87 /* sticker_30000000_27.png in Resources */,
 				CD46A0A22A0CE320009E4C87 /* sticker_30000000_33.png in Resources */,
 				CD46A0A32A0CE320009E4C87 /* sticker_20000000_6.png in Resources */,
+				CD9551652A664BDB00AF6476 /* Poppins-Thin.otf in Resources */,
 				CD46A0A42A0CE320009E4C87 /* sticker_20000000_15.png in Resources */,
+				CD9551642A664BDB00AF6476 /* Poppins-Italic.otf in Resources */,
 				CD46A0A52A0CE320009E4C87 /* sticker_10000000_10.png in Resources */,
 				CD46A0A62A0CE320009E4C87 /* sticker_20000000_2.png in Resources */,
 				CD46A0A72A0CE320009E4C87 /* sticker_20000000_11.png in Resources */,
+				CD9551632A664BDB00AF6476 /* Poppins-Light.otf in Resources */,
+				CD95515D2A664BDA00AF6476 /* Poppins-Regular.otf in Resources */,
 				CD46A0A82A0CE320009E4C87 /* sticker_30000000_37.png in Resources */,
 				CD46A0A92A0CE320009E4C87 /* sticker_30000000_23.png in Resources */,
 				CD46A0AA2A0CE320009E4C87 /* sticker_30000000_5.png in Resources */,
@@ -1003,10 +1085,12 @@
 				CD46A0B12A0CE320009E4C87 /* sticker_20000000_1.png in Resources */,
 				CD46A0B22A0CE320009E4C87 /* sticker_20000000_12.png in Resources */,
 				CD46A0B32A0CE320009E4C87 /* sticker_30000000_20.png in Resources */,
+				CD9551602A664BDB00AF6476 /* Poppins-ExtraBoldItalic.otf in Resources */,
 				CD46A0B42A0CE320009E4C87 /* sticker_30000000_34.png in Resources */,
 				CD46A0B52A0CE320009E4C87 /* sticker_30000000_6.png in Resources */,
 				CD46A0B62A0CE320009E4C87 /* sticker_30000000_7.png in Resources */,
 				CD46A0B72A0CE320009E4C87 /* sticker_30000000_35.png in Resources */,
+				CD9551692A664BDB00AF6476 /* Poppins-SemiBoldItalic.otf in Resources */,
 				CD46A0B82A0CE320009E4C87 /* sticker_30000000_21.png in Resources */,
 				CD46A0B92A0CE320009E4C87 /* sticker_20000000_13.png in Resources */,
 				CD46A0BA2A0CE320009E4C87 /* sticker_20000000_0.png in Resources */,