|
@@ -234,6 +234,7 @@
|
|
88484D292C4606DD007C3293 /* AppDelegate+PushNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */; };
|
|
88484D292C4606DD007C3293 /* AppDelegate+PushNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */; };
|
|
88484D2B2C48C8E5007C3293 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */; };
|
|
88484D2B2C48C8E5007C3293 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */; };
|
|
88484D2E2C4A4857007C3293 /* ASMessageViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */; };
|
|
88484D2E2C4A4857007C3293 /* ASMessageViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */; };
|
|
|
|
+ 88484D312C4E3C68007C3293 /* ASFireBaseEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D302C4E3C68007C3293 /* ASFireBaseEventManager.m */; };
|
|
88516B6E2C12E51600F2E396 /* ASLoginBindingC.m in Sources */ = {isa = PBXBuildFile; fileRef = 88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */; };
|
|
88516B6E2C12E51600F2E396 /* ASLoginBindingC.m in Sources */ = {isa = PBXBuildFile; fileRef = 88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */; };
|
|
88C9F9202C3FC64400B47ADA /* ASPushOneSignalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C9F91F2C3FC64400B47ADA /* ASPushOneSignalManager.m */; };
|
|
88C9F9202C3FC64400B47ADA /* ASPushOneSignalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C9F91F2C3FC64400B47ADA /* ASPushOneSignalManager.m */; };
|
|
8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
|
|
8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
|
|
@@ -824,6 +825,8 @@
|
|
88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
88484D2C2C4A4857007C3293 /* ASMessageViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASMessageViewModel.h; sourceTree = "<group>"; };
|
|
88484D2C2C4A4857007C3293 /* ASMessageViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASMessageViewModel.h; sourceTree = "<group>"; };
|
|
88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageViewModel.m; sourceTree = "<group>"; };
|
|
88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageViewModel.m; sourceTree = "<group>"; };
|
|
|
|
+ 88484D2F2C4E3C68007C3293 /* ASFireBaseEventManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASFireBaseEventManager.h; sourceTree = "<group>"; };
|
|
|
|
+ 88484D302C4E3C68007C3293 /* ASFireBaseEventManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASFireBaseEventManager.m; sourceTree = "<group>"; };
|
|
88516B6C2C12E51600F2E396 /* ASLoginBindingC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASLoginBindingC.h; sourceTree = "<group>"; };
|
|
88516B6C2C12E51600F2E396 /* ASLoginBindingC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASLoginBindingC.h; sourceTree = "<group>"; };
|
|
88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASLoginBindingC.m; sourceTree = "<group>"; };
|
|
88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASLoginBindingC.m; sourceTree = "<group>"; };
|
|
88C9F91E2C3FC64400B47ADA /* ASPushOneSignalManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPushOneSignalManager.h; sourceTree = "<group>"; };
|
|
88C9F91E2C3FC64400B47ADA /* ASPushOneSignalManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPushOneSignalManager.h; sourceTree = "<group>"; };
|
|
@@ -2043,6 +2046,8 @@
|
|
9A1247912A1B07F400126226 /* Tool */ = {
|
|
9A1247912A1B07F400126226 /* Tool */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 88484D2F2C4E3C68007C3293 /* ASFireBaseEventManager.h */,
|
|
|
|
+ 88484D302C4E3C68007C3293 /* ASFireBaseEventManager.m */,
|
|
9A1247922A1B082300126226 /* Fuction_Tool.h */,
|
|
9A1247922A1B082300126226 /* Fuction_Tool.h */,
|
|
9A1247932A1B082300126226 /* Fuction_Tool.m */,
|
|
9A1247932A1B082300126226 /* Fuction_Tool.m */,
|
|
);
|
|
);
|
|
@@ -3058,6 +3063,7 @@
|
|
8134C1BD2A1372D5006EB0EC /* ASUserCenterTableHeadView.m in Sources */,
|
|
8134C1BD2A1372D5006EB0EC /* ASUserCenterTableHeadView.m in Sources */,
|
|
88484D262C4132AB007C3293 /* ASJumpHandler.m in Sources */,
|
|
88484D262C4132AB007C3293 /* ASJumpHandler.m in Sources */,
|
|
9AD346002A08D60F005CA070 /* ZFPresentTransition.m in Sources */,
|
|
9AD346002A08D60F005CA070 /* ZFPresentTransition.m in Sources */,
|
|
|
|
+ 88484D312C4E3C68007C3293 /* ASFireBaseEventManager.m in Sources */,
|
|
81717D112A3C4AE000648139 /* KWSearchViewModel.m in Sources */,
|
|
81717D112A3C4AE000648139 /* KWSearchViewModel.m in Sources */,
|
|
9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */,
|
|
9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */,
|
|
8810F56A2BF5F86D00346FD4 /* ASPayFailedViewController.m in Sources */,
|
|
8810F56A2BF5F86D00346FD4 /* ASPayFailedViewController.m in Sources */,
|
|
@@ -3406,6 +3412,7 @@
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
|
|
GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
@@ -3486,6 +3493,7 @@
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|
|
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|