diff --git a/Podfile b/Podfile index f2e5efc..c2ebe50 100644 --- a/Podfile +++ b/Podfile @@ -4,8 +4,8 @@ platform :ios, "9.0" inhibit_all_warnings! target "demo" do - pod 'FinApplet', '2.23.5' - pod 'FinAppletExt', '2.23.5' + pod 'FinApplet', '2.28.1' + pod 'FinAppletExt', '2.28.1' end diff --git a/demo/AppDelegate.m b/demo/AppDelegate.m index 223ba56..6fb1c2b 100644 --- a/demo/AppDelegate.m +++ b/demo/AppDelegate.m @@ -25,7 +25,7 @@ NSString *appKey = @"22LyZEib0gLTQdU3MUauATBwgfnTCJjdr7FCnywmAEM="; FATConfig *config = [FATConfig configWithAppSecret:@"bdfd76cae24d4313" appKey:appKey]; - config.apiServer = @"https://mp.finogeeks.com"; + config.apiServer = @"https://api.finclip.com"; config.apiPrefix = @"/api/v1/mop"; [[FATClient sharedClient] initWithConfig:config error:nil];