|
@@ -122,6 +122,12 @@
|
|
|
FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */; };
|
|
FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */; };
|
|
|
FE86455D2E9A5E8E008A78D4 /* QSLCentralNetwork.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86455C2E9A5E8E008A78D4 /* QSLCentralNetwork.swift */; };
|
|
FE86455D2E9A5E8E008A78D4 /* QSLCentralNetwork.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86455C2E9A5E8E008A78D4 /* QSLCentralNetwork.swift */; };
|
|
|
FE86455F2E9CA866008A78D4 /* QSLCentralEventManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86455E2E9CA866008A78D4 /* QSLCentralEventManager.swift */; };
|
|
FE86455F2E9CA866008A78D4 /* QSLCentralEventManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86455E2E9CA866008A78D4 /* QSLCentralEventManager.swift */; };
|
|
|
|
|
+ FE8645642EAA18D5008A78D4 /* QSLSearchFriendVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8645632EAA18D5008A78D4 /* QSLSearchFriendVC.swift */; };
|
|
|
|
|
+ FE8645682EAA3406008A78D4 /* QSLFeedbackVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8645652EAA3406008A78D4 /* QSLFeedbackVC.swift */; };
|
|
|
|
|
+ FE86456A2EAA3C05008A78D4 /* QSLVipTrialVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8645692EAA3C05008A78D4 /* QSLVipTrialVC.swift */; };
|
|
|
|
|
+ FE86456C2EAA3D15008A78D4 /* QSLTrialExpireAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86456B2EAA3D15008A78D4 /* QSLTrialExpireAlertView.swift */; };
|
|
|
|
|
+ FE86456E2EAA4208008A78D4 /* QSLWakeupModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE86456D2EAA4208008A78D4 /* QSLWakeupModel.swift */; };
|
|
|
|
|
+ FE8645712EB07D28008A78D4 /* QSLTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8645702EB07D28008A78D4 /* QSLTools.swift */; };
|
|
|
FE9139C92DE6B018001A8E42 /* QSLVipMostGoodCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */; };
|
|
FE9139C92DE6B018001A8E42 /* QSLVipMostGoodCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */; };
|
|
|
FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */; };
|
|
FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */; };
|
|
|
FEAF6BD22E9A0ED200920311 /* QSEventHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEAF6BD12E9A0ED200920311 /* QSEventHandle.swift */; };
|
|
FEAF6BD22E9A0ED200920311 /* QSEventHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEAF6BD12E9A0ED200920311 /* QSEventHandle.swift */; };
|
|
@@ -137,6 +143,9 @@
|
|
|
FED298D42E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */; };
|
|
FED298D42E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */; };
|
|
|
FED298D62E3B28D800F1E0F0 /* QSLGoodKeysModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298D52E3B28D800F1E0F0 /* QSLGoodKeysModel.swift */; };
|
|
FED298D62E3B28D800F1E0F0 /* QSLGoodKeysModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298D52E3B28D800F1E0F0 /* QSLGoodKeysModel.swift */; };
|
|
|
FED298DD2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */; };
|
|
FED298DD2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */; };
|
|
|
|
|
+ FEE6AE812EB30921008AC6CE /* QSLLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE6AE802EB30921008AC6CE /* QSLLoadingView.swift */; };
|
|
|
|
|
+ FEE6AE832EB30F94008AC6CE /* QSLConfModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE6AE822EB30F94008AC6CE /* QSLConfModel.swift */; };
|
|
|
|
|
+ FEE6AE852EB363DD008AC6CE /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEE6AE842EB363DC008AC6CE /* UserNotifications.framework */; };
|
|
|
FEEB37CA2E28CC8F00BFFD7D /* QSAppleAdHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEEB37C92E28CC8F00BFFD7D /* QSAppleAdHandle.swift */; };
|
|
FEEB37CA2E28CC8F00BFFD7D /* QSAppleAdHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEEB37C92E28CC8F00BFFD7D /* QSAppleAdHandle.swift */; };
|
|
|
FEEB37CD2E28CD7A00BFFD7D /* QSWikiHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEEB37CC2E28CD7A00BFFD7D /* QSWikiHandle.swift */; };
|
|
FEEB37CD2E28CD7A00BFFD7D /* QSWikiHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEEB37CC2E28CD7A00BFFD7D /* QSWikiHandle.swift */; };
|
|
|
FEF9D30E2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEF9D30D2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift */; };
|
|
FEF9D30E2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEF9D30D2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift */; };
|
|
@@ -265,6 +274,13 @@
|
|
|
FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAppInfoController.swift; sourceTree = "<group>"; };
|
|
FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAppInfoController.swift; sourceTree = "<group>"; };
|
|
|
FE86455C2E9A5E8E008A78D4 /* QSLCentralNetwork.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLCentralNetwork.swift; sourceTree = "<group>"; };
|
|
FE86455C2E9A5E8E008A78D4 /* QSLCentralNetwork.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLCentralNetwork.swift; sourceTree = "<group>"; };
|
|
|
FE86455E2E9CA866008A78D4 /* QSLCentralEventManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLCentralEventManager.swift; sourceTree = "<group>"; };
|
|
FE86455E2E9CA866008A78D4 /* QSLCentralEventManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLCentralEventManager.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE8645632EAA18D5008A78D4 /* QSLSearchFriendVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLSearchFriendVC.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE8645652EAA3406008A78D4 /* QSLFeedbackVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLFeedbackVC.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE8645692EAA3C05008A78D4 /* QSLVipTrialVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipTrialVC.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE86456B2EAA3D15008A78D4 /* QSLTrialExpireAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLTrialExpireAlertView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE86456D2EAA4208008A78D4 /* QSLWakeupModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLWakeupModel.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FE86456F2EAB1E7C008A78D4 /* QuickSearchLocationRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = QuickSearchLocationRelease.entitlements; sourceTree = "<group>"; };
|
|
|
|
|
+ FE8645702EB07D28008A78D4 /* QSLTools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLTools.swift; sourceTree = "<group>"; };
|
|
|
FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipMostGoodCell.swift; sourceTree = "<group>"; };
|
|
FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipMostGoodCell.swift; sourceTree = "<group>"; };
|
|
|
FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingViewController.swift; sourceTree = "<group>"; };
|
|
FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingViewController.swift; sourceTree = "<group>"; };
|
|
|
FEAF6BD12E9A0ED200920311 /* QSEventHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSEventHandle.swift; sourceTree = "<group>"; };
|
|
FEAF6BD12E9A0ED200920311 /* QSEventHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSEventHandle.swift; sourceTree = "<group>"; };
|
|
@@ -280,6 +296,10 @@
|
|
|
FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGuideIsTriggeredModel.swift; sourceTree = "<group>"; };
|
|
FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGuideIsTriggeredModel.swift; sourceTree = "<group>"; };
|
|
|
FED298D52E3B28D800F1E0F0 /* QSLGoodKeysModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGoodKeysModel.swift; sourceTree = "<group>"; };
|
|
FED298D52E3B28D800F1E0F0 /* QSLGoodKeysModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGoodKeysModel.swift; sourceTree = "<group>"; };
|
|
|
FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRetainPopUpAlertView.swift; sourceTree = "<group>"; };
|
|
FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRetainPopUpAlertView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FEE6AE802EB30921008AC6CE /* QSLLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLLoadingView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FEE6AE822EB30F94008AC6CE /* QSLConfModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLConfModel.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FEE6AE842EB363DC008AC6CE /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
|
|
|
|
|
+ FEE6AE862EB36694008AC6CE /* QuickSearchLocationDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = QuickSearchLocationDebug.entitlements; sourceTree = "<group>"; };
|
|
|
FEEB37C92E28CC8F00BFFD7D /* QSAppleAdHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSAppleAdHandle.swift; sourceTree = "<group>"; };
|
|
FEEB37C92E28CC8F00BFFD7D /* QSAppleAdHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSAppleAdHandle.swift; sourceTree = "<group>"; };
|
|
|
FEEB37CC2E28CD7A00BFFD7D /* QSWikiHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSWikiHandle.swift; sourceTree = "<group>"; };
|
|
FEEB37CC2E28CD7A00BFFD7D /* QSWikiHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSWikiHandle.swift; sourceTree = "<group>"; };
|
|
|
FEF9D30D2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAddFriendSuccessAlertView.swift; sourceTree = "<group>"; };
|
|
FEF9D30D2E824870001F4660 /* QSLAddFriendSuccessAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAddFriendSuccessAlertView.swift; sourceTree = "<group>"; };
|
|
@@ -291,6 +311,7 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ FEE6AE852EB363DD008AC6CE /* UserNotifications.framework in Frameworks */,
|
|
|
FE638ACC2D1964CA00858121 /* AdSupport.framework in Frameworks */,
|
|
FE638ACC2D1964CA00858121 /* AdSupport.framework in Frameworks */,
|
|
|
FE638ACA2D1964C500858121 /* AppTrackingTransparency.framework in Frameworks */,
|
|
FE638ACA2D1964C500858121 /* AppTrackingTransparency.framework in Frameworks */,
|
|
|
FE638AC82D1964B000858121 /* libsqlite3.tbd in Frameworks */,
|
|
FE638AC82D1964B000858121 /* libsqlite3.tbd in Frameworks */,
|
|
@@ -365,6 +386,7 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
04F33BE42BC69305003E2111 /* QSLMineController.swift */,
|
|
04F33BE42BC69305003E2111 /* QSLMineController.swift */,
|
|
|
|
|
+ FE8645652EAA3406008A78D4 /* QSLFeedbackVC.swift */,
|
|
|
);
|
|
);
|
|
|
path = Controller;
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -416,6 +438,8 @@
|
|
|
04F33BA42BC6367C003E2111 /* QuickSearchLocation */ = {
|
|
04F33BA42BC6367C003E2111 /* QuickSearchLocation */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ FEE6AE862EB36694008AC6CE /* QuickSearchLocationDebug.entitlements */,
|
|
|
|
|
+ FE86456F2EAB1E7C008A78D4 /* QuickSearchLocationRelease.entitlements */,
|
|
|
FE638ABC2D1963B800858121 /* Frameworks */,
|
|
FE638ABC2D1963B800858121 /* Frameworks */,
|
|
|
04F33BB92BC637B8003E2111 /* Macro */,
|
|
04F33BB92BC637B8003E2111 /* Macro */,
|
|
|
04F33BBE2BC63B38003E2111 /* Tools */,
|
|
04F33BBE2BC63B38003E2111 /* Tools */,
|
|
@@ -591,6 +615,8 @@
|
|
|
FE638AA52D097EDD00858121 /* QSLOrderModel.swift */,
|
|
FE638AA52D097EDD00858121 /* QSLOrderModel.swift */,
|
|
|
FE638AB22D0ACA4D00858121 /* QSLContactModel.swift */,
|
|
FE638AB22D0ACA4D00858121 /* QSLContactModel.swift */,
|
|
|
FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */,
|
|
FED298D32E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift */,
|
|
|
|
|
+ FE86456D2EAA4208008A78D4 /* QSLWakeupModel.swift */,
|
|
|
|
|
+ FEE6AE822EB30F94008AC6CE /* QSLConfModel.swift */,
|
|
|
);
|
|
);
|
|
|
path = Model;
|
|
path = Model;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -598,6 +624,7 @@
|
|
|
174C5FA1328123954EB9B663 /* Frameworks */ = {
|
|
174C5FA1328123954EB9B663 /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ FEE6AE842EB363DC008AC6CE /* UserNotifications.framework */,
|
|
|
FE638ACB2D1964CA00858121 /* AdSupport.framework */,
|
|
FE638ACB2D1964CA00858121 /* AdSupport.framework */,
|
|
|
FE638AC92D1964C500858121 /* AppTrackingTransparency.framework */,
|
|
FE638AC92D1964C500858121 /* AppTrackingTransparency.framework */,
|
|
|
FE638AC72D1964B000858121 /* libsqlite3.tbd */,
|
|
FE638AC72D1964B000858121 /* libsqlite3.tbd */,
|
|
@@ -730,6 +757,7 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
04F33BE22BC692F1003E2111 /* QSLFriendController.swift */,
|
|
04F33BE22BC692F1003E2111 /* QSLFriendController.swift */,
|
|
|
|
|
+ FE8645632EAA18D5008A78D4 /* QSLSearchFriendVC.swift */,
|
|
|
);
|
|
);
|
|
|
path = Controller;
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -808,6 +836,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
FE8360802CF723FA00978E03 /* QSLVipController.swift */,
|
|
FE8360802CF723FA00978E03 /* QSLVipController.swift */,
|
|
|
FEC3D9552E8276CB007164A9 /* QSLActivityVipVC.swift */,
|
|
FEC3D9552E8276CB007164A9 /* QSLActivityVipVC.swift */,
|
|
|
|
|
+ FE8645692EAA3C05008A78D4 /* QSLVipTrialVC.swift */,
|
|
|
);
|
|
);
|
|
|
path = Controller;
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -819,6 +848,7 @@
|
|
|
FED298C52E38AB5500F1E0F0 /* QSLVipResultsAlertView.swift */,
|
|
FED298C52E38AB5500F1E0F0 /* QSLVipResultsAlertView.swift */,
|
|
|
FED298C72E38B51400F1E0F0 /* QSLVipResultsNoMemberAlertView.swift */,
|
|
FED298C72E38B51400F1E0F0 /* QSLVipResultsNoMemberAlertView.swift */,
|
|
|
FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */,
|
|
FED298DC2E3C682600F1E0F0 /* QSLRetainPopUpAlertView.swift */,
|
|
|
|
|
+ FE86456B2EAA3D15008A78D4 /* QSLTrialExpireAlertView.swift */,
|
|
|
);
|
|
);
|
|
|
path = View;
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -867,6 +897,7 @@
|
|
|
FE83609F2D00813400978E03 /* QSLPopView.swift */,
|
|
FE83609F2D00813400978E03 /* QSLPopView.swift */,
|
|
|
FE8360A12D00814000978E03 /* QSLPopViewCell.swift */,
|
|
FE8360A12D00814000978E03 /* QSLPopViewCell.swift */,
|
|
|
FE638A9D2D0709C900858121 /* QSLPrivacyAlertView.swift */,
|
|
FE638A9D2D0709C900858121 /* QSLPrivacyAlertView.swift */,
|
|
|
|
|
+ FEE6AE802EB30921008AC6CE /* QSLLoadingView.swift */,
|
|
|
);
|
|
);
|
|
|
path = View;
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -890,6 +921,7 @@
|
|
|
FE638AD32D1ABB9800858121 /* QSLJumpManager.swift */,
|
|
FE638AD32D1ABB9800858121 /* QSLJumpManager.swift */,
|
|
|
FED298CF2E3A2C1700F1E0F0 /* QSLStatisticsUserTimeManager.swift */,
|
|
FED298CF2E3A2C1700F1E0F0 /* QSLStatisticsUserTimeManager.swift */,
|
|
|
FED298D12E3B0EDD00F1E0F0 /* QSLGuideusersToCommentManager.swift */,
|
|
FED298D12E3B0EDD00F1E0F0 /* QSLGuideusersToCommentManager.swift */,
|
|
|
|
|
+ FE8645702EB07D28008A78D4 /* QSLTools.swift */,
|
|
|
);
|
|
);
|
|
|
path = Tool;
|
|
path = Tool;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1070,7 +1102,9 @@
|
|
|
FE8360902CFFFAD600978E03 /* QSLAlertView.swift in Sources */,
|
|
FE8360902CFFFAD600978E03 /* QSLAlertView.swift in Sources */,
|
|
|
FE8360A42D014EDA00978E03 /* QSLMessageHeaderView.swift in Sources */,
|
|
FE8360A42D014EDA00978E03 /* QSLMessageHeaderView.swift in Sources */,
|
|
|
FE8360B32D02939600978E03 /* QSLSocketManager.swift in Sources */,
|
|
FE8360B32D02939600978E03 /* QSLSocketManager.swift in Sources */,
|
|
|
|
|
+ FE8645642EAA18D5008A78D4 /* QSLSearchFriendVC.swift in Sources */,
|
|
|
FED298C62E38AB5500F1E0F0 /* QSLVipResultsAlertView.swift in Sources */,
|
|
FED298C62E38AB5500F1E0F0 /* QSLVipResultsAlertView.swift in Sources */,
|
|
|
|
|
+ FEE6AE812EB30921008AC6CE /* QSLLoadingView.swift in Sources */,
|
|
|
FE638AB92D195D5000858121 /* QSLGravityConst.swift in Sources */,
|
|
FE638AB92D195D5000858121 /* QSLGravityConst.swift in Sources */,
|
|
|
FE83609A2D004E3400978E03 /* QSLBaseManager.swift in Sources */,
|
|
FE83609A2D004E3400978E03 /* QSLBaseManager.swift in Sources */,
|
|
|
FED298C82E38B51400F1E0F0 /* QSLVipResultsNoMemberAlertView.swift in Sources */,
|
|
FED298C82E38B51400F1E0F0 /* QSLVipResultsNoMemberAlertView.swift in Sources */,
|
|
@@ -1109,6 +1143,7 @@
|
|
|
FED298D42E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift in Sources */,
|
|
FED298D42E3B176500F1E0F0 /* QSLGuideIsTriggeredModel.swift in Sources */,
|
|
|
04F33BCD2BC67486003E2111 /* UIView+Extension.swift in Sources */,
|
|
04F33BCD2BC67486003E2111 /* UIView+Extension.swift in Sources */,
|
|
|
FE638AB02D0A8FF700858121 /* QSLContactAddAlertView.swift in Sources */,
|
|
FE638AB02D0A8FF700858121 /* QSLContactAddAlertView.swift in Sources */,
|
|
|
|
|
+ FE86456C2EAA3D15008A78D4 /* QSLTrialExpireAlertView.swift in Sources */,
|
|
|
FE3046E22E838ECA00BC44E2 /* QSLCountdownManager.swift in Sources */,
|
|
FE3046E22E838ECA00BC44E2 /* QSLCountdownManager.swift in Sources */,
|
|
|
FE8360932D003AA300978E03 /* QSLNetwork.swift in Sources */,
|
|
FE8360932D003AA300978E03 /* QSLNetwork.swift in Sources */,
|
|
|
FED298C42E37267100F1E0F0 /* QSLVipAlertView.swift in Sources */,
|
|
FED298C42E37267100F1E0F0 /* QSLVipAlertView.swift in Sources */,
|
|
@@ -1122,11 +1157,13 @@
|
|
|
FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */,
|
|
FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */,
|
|
|
04F33BCF2BC675C5003E2111 /* UIApplication+Extension.swift in Sources */,
|
|
04F33BCF2BC675C5003E2111 /* UIApplication+Extension.swift in Sources */,
|
|
|
04F33BF02BC78D54003E2111 /* QSLMapTrackModel.swift in Sources */,
|
|
04F33BF02BC78D54003E2111 /* QSLMapTrackModel.swift in Sources */,
|
|
|
|
|
+ FE86456A2EAA3C05008A78D4 /* QSLVipTrialVC.swift in Sources */,
|
|
|
04F33BEB2BC6A657003E2111 /* UIImage+Extension.swift in Sources */,
|
|
04F33BEB2BC6A657003E2111 /* UIImage+Extension.swift in Sources */,
|
|
|
FE3046E42E838F0200BC44E2 /* QSLCountdownView.swift in Sources */,
|
|
FE3046E42E838F0200BC44E2 /* QSLCountdownView.swift in Sources */,
|
|
|
FE8360752CF707FE00978E03 /* QSLMessageTableViewCell.swift in Sources */,
|
|
FE8360752CF707FE00978E03 /* QSLMessageTableViewCell.swift in Sources */,
|
|
|
04B666CF2BC92B3A0020BFBD /* UITableView+Extension.swift in Sources */,
|
|
04B666CF2BC92B3A0020BFBD /* UITableView+Extension.swift in Sources */,
|
|
|
04F33BC52BC64566003E2111 /* CustomTabBarController.swift in Sources */,
|
|
04F33BC52BC64566003E2111 /* CustomTabBarController.swift in Sources */,
|
|
|
|
|
+ FE8645682EAA3406008A78D4 /* QSLFeedbackVC.swift in Sources */,
|
|
|
FE83608D2CFF08A600978E03 /* QSLRoadMainView.swift in Sources */,
|
|
FE83608D2CFF08A600978E03 /* QSLRoadMainView.swift in Sources */,
|
|
|
04B666BA2BC7BD020020BFBD /* UIButton+Extension.swift in Sources */,
|
|
04B666BA2BC7BD020020BFBD /* UIButton+Extension.swift in Sources */,
|
|
|
04B6B51C2BCCFF7000777EB4 /* DateFormatter+Extension.swift in Sources */,
|
|
04B6B51C2BCCFF7000777EB4 /* DateFormatter+Extension.swift in Sources */,
|
|
@@ -1159,16 +1196,19 @@
|
|
|
FE8360982D0041F300978E03 /* QSLCacheManager.swift in Sources */,
|
|
FE8360982D0041F300978E03 /* QSLCacheManager.swift in Sources */,
|
|
|
FE8360AD2D01A04800978E03 /* QSLRequestModel.swift in Sources */,
|
|
FE8360AD2D01A04800978E03 /* QSLRequestModel.swift in Sources */,
|
|
|
FED298D02E3A2C1700F1E0F0 /* QSLStatisticsUserTimeManager.swift in Sources */,
|
|
FED298D02E3A2C1700F1E0F0 /* QSLStatisticsUserTimeManager.swift in Sources */,
|
|
|
|
|
+ FE86456E2EAA4208008A78D4 /* QSLWakeupModel.swift in Sources */,
|
|
|
04B6B5292BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift in Sources */,
|
|
04B6B5292BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift in Sources */,
|
|
|
FEEB37CA2E28CC8F00BFFD7D /* QSAppleAdHandle.swift in Sources */,
|
|
FEEB37CA2E28CC8F00BFFD7D /* QSAppleAdHandle.swift in Sources */,
|
|
|
FE638AB32D0ACA4D00858121 /* QSLContactModel.swift in Sources */,
|
|
FE638AB32D0ACA4D00858121 /* QSLContactModel.swift in Sources */,
|
|
|
04F33BD72BC67E90003E2111 /* QSLDeviceTool.swift in Sources */,
|
|
04F33BD72BC67E90003E2111 /* QSLDeviceTool.swift in Sources */,
|
|
|
04B6B5202BCD1D2C00777EB4 /* QSLMineInfoView.swift in Sources */,
|
|
04B6B5202BCD1D2C00777EB4 /* QSLMineInfoView.swift in Sources */,
|
|
|
04F33BC72BC66F5C003E2111 /* UIColor+Extension.swift in Sources */,
|
|
04F33BC72BC66F5C003E2111 /* UIColor+Extension.swift in Sources */,
|
|
|
|
|
+ FE8645712EB07D28008A78D4 /* QSLTools.swift in Sources */,
|
|
|
FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */,
|
|
FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */,
|
|
|
FE638AA22D096E6600858121 /* QSLGoodModel.swift in Sources */,
|
|
FE638AA22D096E6600858121 /* QSLGoodModel.swift in Sources */,
|
|
|
FEEB37CD2E28CD7A00BFFD7D /* QSWikiHandle.swift in Sources */,
|
|
FEEB37CD2E28CD7A00BFFD7D /* QSWikiHandle.swift in Sources */,
|
|
|
FE638AA62D097EDD00858121 /* QSLOrderModel.swift in Sources */,
|
|
FE638AA62D097EDD00858121 /* QSLOrderModel.swift in Sources */,
|
|
|
|
|
+ FEE6AE832EB30F94008AC6CE /* QSLConfModel.swift in Sources */,
|
|
|
FE8360A02D00813400978E03 /* QSLPopView.swift in Sources */,
|
|
FE8360A02D00813400978E03 /* QSLPopView.swift in Sources */,
|
|
|
04F33BCB2BC672E4003E2111 /* QSLConfig.swift in Sources */,
|
|
04F33BCB2BC672E4003E2111 /* QSLConfig.swift in Sources */,
|
|
|
FE83607C2CF7140200978E03 /* QSLAddController.swift in Sources */,
|
|
FE83607C2CF7140200978E03 /* QSLAddController.swift in Sources */,
|
|
@@ -1340,9 +1380,10 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = QuickSearchLocation/QuickSearchLocationDebug.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 31;
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 32;
|
|
|
DEVELOPMENT_TEAM = Q364C8K9BL;
|
|
DEVELOPMENT_TEAM = Q364C8K9BL;
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -1355,6 +1396,7 @@
|
|
|
INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
|
|
INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
|
|
|
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
|
|
+ INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
|
|
INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
|
|
@@ -1366,7 +1408,7 @@
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
);
|
|
|
- MARKETING_VERSION = 1.2.7;
|
|
|
|
|
|
|
+ MARKETING_VERSION = 1.2.8;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
@@ -1384,9 +1426,10 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = QuickSearchLocation/QuickSearchLocationRelease.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 31;
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 32;
|
|
|
DEVELOPMENT_TEAM = Q364C8K9BL;
|
|
DEVELOPMENT_TEAM = Q364C8K9BL;
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -1399,6 +1442,7 @@
|
|
|
INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
|
|
INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
|
|
|
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
|
|
+ INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
|
|
|
INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
|
|
INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
|
|
@@ -1410,7 +1454,7 @@
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
);
|
|
|
- MARKETING_VERSION = 1.2.7;
|
|
|
|
|
|
|
+ MARKETING_VERSION = 1.2.8;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|