|
@@ -79,6 +79,12 @@
|
|
|
1DE204741E4AF95200710ECE /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DE204731E4AF95200710ECE /* CoreLocation.framework */; };
|
|
|
1DFC1E982154B82C006CD48C /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DFC1E972154B82C006CD48C /* CoreAudio.framework */; };
|
|
|
1DFC1E9F2154B85C006CD48C /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 183DE9DF1C2FA564003740D1 /* libsqlite3.0.tbd */; };
|
|
|
+ 900A2DE32A1FA89700395C1F /* RQAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2DDD2A1FA89700395C1F /* RQAppDelegate.m */; };
|
|
|
+ 900A2DE42A1FA89700395C1F /* RQAppEventModuleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2DDE2A1FA89700395C1F /* RQAppEventModuleManager.m */; };
|
|
|
+ 900A2DE52A1FA89700395C1F /* RQAppEventAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2DE02A1FA89700395C1F /* RQAppEventAnnotation.m */; };
|
|
|
+ 900A2DE62A1FA89700395C1F /* RQBaseAppEventModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 900A2DE12A1FA89700395C1F /* RQBaseAppEventModule.m */; };
|
|
|
+ 90626F3D2A204BC400C8FA05 /* kt_jq.db in Resources */ = {isa = PBXBuildFile; fileRef = 90626F3C2A204BC300C8FA05 /* kt_jq.db */; };
|
|
|
+ 90626F402A20540600C8FA05 /* YNYDTJQQuestionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 90626F3F2A20540600C8FA05 /* YNYDTJQQuestionModule.m */; };
|
|
|
D00177E22886A6F70078949E /* RQExerciseExplainHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = D00177E12886A6F70078949E /* RQExerciseExplainHeaderView.m */; };
|
|
|
D00177E42886A70C0078949E /* RQExerciseExplainHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = D00177E32886A70C0078949E /* RQExerciseExplainHeaderView.xib */; };
|
|
|
D00177E72886AA650078949E /* RQExciseExplainHeaderGroupViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D00177E62886AA650078949E /* RQExciseExplainHeaderGroupViewModel.m */; };
|
|
@@ -1749,6 +1755,18 @@
|
|
|
1DFC1E9C2154B85B006CD48C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
|
1DFC1E9D2154B85B006CD48C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
|
|
|
1DFC1E9E2154B85C006CD48C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
|
+ 900A2DDA2A1FA89700395C1F /* RQAppEventModuleManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RQAppEventModuleManager.h; sourceTree = "<group>"; };
|
|
|
+ 900A2DDB2A1FA89700395C1F /* RQBaseAppEventModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RQBaseAppEventModule.h; sourceTree = "<group>"; };
|
|
|
+ 900A2DDC2A1FA89700395C1F /* RQAppEventAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RQAppEventAnnotation.h; sourceTree = "<group>"; };
|
|
|
+ 900A2DDD2A1FA89700395C1F /* RQAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RQAppDelegate.m; sourceTree = "<group>"; };
|
|
|
+ 900A2DDE2A1FA89700395C1F /* RQAppEventModuleManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RQAppEventModuleManager.m; sourceTree = "<group>"; };
|
|
|
+ 900A2DDF2A1FA89700395C1F /* RQAppEventModuleProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RQAppEventModuleProtocol.h; sourceTree = "<group>"; };
|
|
|
+ 900A2DE02A1FA89700395C1F /* RQAppEventAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RQAppEventAnnotation.m; sourceTree = "<group>"; };
|
|
|
+ 900A2DE12A1FA89700395C1F /* RQBaseAppEventModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RQBaseAppEventModule.m; sourceTree = "<group>"; };
|
|
|
+ 900A2DE22A1FA89700395C1F /* RQAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RQAppDelegate.h; sourceTree = "<group>"; };
|
|
|
+ 90626F3C2A204BC300C8FA05 /* kt_jq.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = kt_jq.db; sourceTree = "<group>"; };
|
|
|
+ 90626F3E2A20540600C8FA05 /* YNYDTJQQuestionModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YNYDTJQQuestionModule.h; sourceTree = "<group>"; };
|
|
|
+ 90626F3F2A20540600C8FA05 /* YNYDTJQQuestionModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YNYDTJQQuestionModule.m; sourceTree = "<group>"; };
|
|
|
D00177E02886A6F70078949E /* RQExerciseExplainHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RQExerciseExplainHeaderView.h; sourceTree = "<group>"; };
|
|
|
D00177E12886A6F70078949E /* RQExerciseExplainHeaderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RQExerciseExplainHeaderView.m; sourceTree = "<group>"; };
|
|
|
D00177E32886A70C0078949E /* RQExerciseExplainHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RQExerciseExplainHeaderView.xib; sourceTree = "<group>"; };
|
|
@@ -4408,6 +4426,22 @@
|
|
|
path = ..;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 900A2DD92A1FA89700395C1F /* RQAPPEventModuleComponent */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 900A2DDA2A1FA89700395C1F /* RQAppEventModuleManager.h */,
|
|
|
+ 900A2DDB2A1FA89700395C1F /* RQBaseAppEventModule.h */,
|
|
|
+ 900A2DDC2A1FA89700395C1F /* RQAppEventAnnotation.h */,
|
|
|
+ 900A2DDD2A1FA89700395C1F /* RQAppDelegate.m */,
|
|
|
+ 900A2DDE2A1FA89700395C1F /* RQAppEventModuleManager.m */,
|
|
|
+ 900A2DDF2A1FA89700395C1F /* RQAppEventModuleProtocol.h */,
|
|
|
+ 900A2DE02A1FA89700395C1F /* RQAppEventAnnotation.m */,
|
|
|
+ 900A2DE12A1FA89700395C1F /* RQBaseAppEventModule.m */,
|
|
|
+ 900A2DE22A1FA89700395C1F /* RQAppDelegate.h */,
|
|
|
+ );
|
|
|
+ path = RQAPPEventModuleComponent;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
9A75AB77D77332A5EDD30629 /* Pods */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4476,6 +4510,8 @@
|
|
|
D004D7E927FDDF7100A96946 /* Modules */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 90626F3E2A20540600C8FA05 /* YNYDTJQQuestionModule.h */,
|
|
|
+ 90626F3F2A20540600C8FA05 /* YNYDTJQQuestionModule.m */,
|
|
|
D05A6FB027F2E5F100C096DB /* RQYDTUserQuestionModule.h */,
|
|
|
D05A6FB127F2E5F100C096DB /* RQYDTUserQuestionModule.m */,
|
|
|
D081CD0327F15AAB0054317F /* RQYDTXCQuestionModule.h */,
|
|
@@ -7772,6 +7808,7 @@
|
|
|
D081CCEB27F156380054317F /* Resources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 90626F3C2A204BC300C8FA05 /* kt_jq.db */,
|
|
|
D05A6FB327F30AE600C096DB /* jsjp_user.db */,
|
|
|
D081CCF127F15A280054317F /* hc.db */,
|
|
|
D081CCF427F15A2A0054317F /* kc.db */,
|
|
@@ -9279,6 +9316,7 @@
|
|
|
D0DA2664219D9E430093CD42 /* Vendor */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 900A2DD92A1FA89700395C1F /* RQAPPEventModuleComponent */,
|
|
|
D020105B29373AE7001B9F4D /* SmallVideo */,
|
|
|
D07456B429272C660050BE10 /* QiNiu_IMSDK */,
|
|
|
D0D68D4B2890DC8300600C5C /* ZHLineChart */,
|
|
@@ -9660,6 +9698,7 @@
|
|
|
D0295CB4243F0B8B00B46AB1 /* 1-1-35.jpg in Resources */,
|
|
|
D0EF8FF3288930B000CC4F96 /* RQExerciseExamAlertHudView.xib in Resources */,
|
|
|
D0295CAD243F0B8B00B46AB1 /* 1-3-24.jpg in Resources */,
|
|
|
+ 90626F3D2A204BC400C8FA05 /* kt_jq.db in Resources */,
|
|
|
D0295C9F243F0B8B00B46AB1 /* 1-6-16.jpg in Resources */,
|
|
|
D0295D0C243F0B8C00B46AB1 /* 1-2-11.jpg in Resources */,
|
|
|
D0295B6F243F0B8A00B46AB1 /* 1-4-69.jpg in Resources */,
|
|
@@ -10324,6 +10363,7 @@
|
|
|
inputPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-jiaPei/Pods-jiaPei-frameworks.sh",
|
|
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/KSAdSDK/KSAdSDK.framework/KSAdSDK",
|
|
|
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
|
|
|
);
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
outputPaths = (
|
|
@@ -10556,6 +10596,7 @@
|
|
|
D0870D702701A6B9004EC94E /* UIPopoverController+BlocksKit.m in Sources */,
|
|
|
D0D1F6B8283F84E00086C6AE /* DZMCoverController.m in Sources */,
|
|
|
D0536B922930AE7B0042AED6 /* RQTimeSingleCell.m in Sources */,
|
|
|
+ 900A2DE42A1FA89700395C1F /* RQAppEventModuleManager.m in Sources */,
|
|
|
D0870D772701A6B9004EC94E /* A2BlockInvocation.m in Sources */,
|
|
|
D0870D742701A6B9004EC94E /* UIControl+BlocksKit.m in Sources */,
|
|
|
D00A15F92754B86F00793046 /* RQMusicManager.m in Sources */,
|
|
@@ -10810,6 +10851,7 @@
|
|
|
D0F9E8222824F0AF0073A7D1 /* RQBottomBtnView.m in Sources */,
|
|
|
D0F8F1272929C8AF0008019C /* OrbitVC.m in Sources */,
|
|
|
D09C56D8285350E200088A2E /* RQHomePageOneOrFourSmallCell.m in Sources */,
|
|
|
+ 900A2DE62A1FA89700395C1F /* RQBaseAppEventModule.m in Sources */,
|
|
|
D0870E562701B5A0004EC94E /* RQPhoneView.m in Sources */,
|
|
|
D0870DB42701AA85004EC94E /* MainModule.m in Sources */,
|
|
|
D09E5D5B25E3AA260099E87C /* BDFaceImageUtils.m in Sources */,
|
|
@@ -11184,6 +11226,7 @@
|
|
|
D0294804243F07E300B46AB1 /* RGCardViewLayout.m in Sources */,
|
|
|
D02010C029373AE8001B9F4D /* SLAvEditExport.m in Sources */,
|
|
|
D05CB3B12763216A006895F3 /* RQHomeSubPageViewModel.m in Sources */,
|
|
|
+ 900A2DE32A1FA89700395C1F /* RQAppDelegate.m in Sources */,
|
|
|
D0EA1DAA28C02DAE00C27563 /* RQSynchronizationViewController.m in Sources */,
|
|
|
D04A765C24A0AD30009B58BA /* SMSDemoPolicyManager.m in Sources */,
|
|
|
D0870D6F2701A6B9004EC94E /* UIGestureRecognizer+BlocksKit.m in Sources */,
|
|
@@ -11243,6 +11286,8 @@
|
|
|
D0294815243F07E300B46AB1 /* RatingBar.m in Sources */,
|
|
|
D0870DB52701AA85004EC94E /* RQMainTabBarViewController.m in Sources */,
|
|
|
D02010CC29373AE8001B9F4D /* SLDelayPerform.m in Sources */,
|
|
|
+ 90626F402A20540600C8FA05 /* YNYDTJQQuestionModule.m in Sources */,
|
|
|
+ 900A2DE52A1FA89700395C1F /* RQAppEventAnnotation.m in Sources */,
|
|
|
D0870D6C2701A6B9004EC94E /* UIBarButtonItem+BlocksKit.m in Sources */,
|
|
|
D074573B29272C670050BE10 /* QMLeaveMessageCell.m in Sources */,
|
|
|
D074574029272C680050BE10 /* QMChatRoomMp3Cell.m in Sources */,
|
|
@@ -11400,7 +11445,7 @@
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
"CODE_SIGN_RESOURCE_RULES_PATH[sdk=*]" = "";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 2.0.0;
|
|
|
+ CURRENT_PROJECT_VERSION = 1942023052601;
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
DEVELOPMENT_TEAM = K7T6CU5SW5;
|
|
|
ENABLE_BITCODE = NO;
|
|
@@ -11436,7 +11481,7 @@
|
|
|
"$(PROJECT_DIR)/jiaPei/Vendor/BaiDuFaceSDK/BDFaceSDK/lib",
|
|
|
"$(PROJECT_DIR)/jiaPei/Vendor/QiNiu_IMSDK/Vendors/Voice",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.9.3;
|
|
|
+ MARKETING_VERSION = 1.9.4;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
OTHER_CFLAGS = (
|
|
|
"$(inherited)",
|
|
@@ -11481,7 +11526,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 2.0.0;
|
|
|
+ CURRENT_PROJECT_VERSION = 1942023052601;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = K7T6CU5SW5;
|
|
|
ENABLE_BITCODE = NO;
|
|
@@ -11517,7 +11562,7 @@
|
|
|
"$(PROJECT_DIR)/jiaPei/Vendor/BaiDuFaceSDK/BDFaceSDK/lib",
|
|
|
"$(PROJECT_DIR)/jiaPei/Vendor/QiNiu_IMSDK/Vendors/Voice",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.9.3;
|
|
|
+ MARKETING_VERSION = 1.9.4;
|
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
|
OTHER_CFLAGS = (
|
|
|
"$(inherited)",
|