添加pay
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
04122F6E2EC5F40800EF7AB3 /* FGIAPProductsFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04122F652EC5F40800EF7AB3 /* FGIAPProductsFilter.m */; };
|
||||
04122F6F2EC5F40800EF7AB3 /* FGIAPManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 04122F632EC5F40800EF7AB3 /* FGIAPManager.m */; };
|
||||
04122F702EC5F40800EF7AB3 /* FGIAPService.m in Sources */ = {isa = PBXBuildFile; fileRef = 04122F672EC5F40800EF7AB3 /* FGIAPService.m */; };
|
||||
04122F7E2EC5FC5500EF7AB3 /* KBJfPayCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 04122F7C2EC5FC5500EF7AB3 /* KBJfPayCell.m */; };
|
||||
04122F822EC5FC6F00EF7AB3 /* KBJfPay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04122F802EC5FC6F00EF7AB3 /* KBJfPay.m */; };
|
||||
043FBCD22EAF97630036AFE1 /* KBPermissionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C6EAE12EAF940F0089C901 /* KBPermissionViewController.m */; };
|
||||
0459D1B42EBA284C00F2D189 /* KBSkinCenterVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0459D1B32EBA284C00F2D189 /* KBSkinCenterVC.m */; };
|
||||
0459D1B72EBA287900F2D189 /* KBSkinManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0459D1B62EBA287900F2D189 /* KBSkinManager.m */; };
|
||||
@@ -197,6 +199,10 @@
|
||||
04122F692EC5F40800EF7AB3 /* FGIAPVerifyTransaction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FGIAPVerifyTransaction.h; sourceTree = "<group>"; };
|
||||
04122F6A2EC5F40800EF7AB3 /* NSObject+FGIsNullOrEmpty.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSObject+FGIsNullOrEmpty.h"; sourceTree = "<group>"; };
|
||||
04122F6B2EC5F40800EF7AB3 /* NSObject+FGIsNullOrEmpty.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSObject+FGIsNullOrEmpty.m"; sourceTree = "<group>"; };
|
||||
04122F7B2EC5FC5500EF7AB3 /* KBJfPayCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBJfPayCell.h; sourceTree = "<group>"; };
|
||||
04122F7C2EC5FC5500EF7AB3 /* KBJfPayCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBJfPayCell.m; sourceTree = "<group>"; };
|
||||
04122F7F2EC5FC6F00EF7AB3 /* KBJfPay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBJfPay.h; sourceTree = "<group>"; };
|
||||
04122F802EC5FC6F00EF7AB3 /* KBJfPay.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBJfPay.m; sourceTree = "<group>"; };
|
||||
0459D1B22EBA284C00F2D189 /* KBSkinCenterVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBSkinCenterVC.h; sourceTree = "<group>"; };
|
||||
0459D1B32EBA284C00F2D189 /* KBSkinCenterVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBSkinCenterVC.m; sourceTree = "<group>"; };
|
||||
0459D1B52EBA287900F2D189 /* KBSkinManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBSkinManager.h; sourceTree = "<group>"; };
|
||||
@@ -482,35 +488,29 @@
|
||||
path = VM;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F5E2EC5F3DF00EF7AB3 /* M */ = {
|
||||
04122F612EC5F3DF00EF7AB3 /* Pay */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F812EC5FC6F00EF7AB3 /* VC */,
|
||||
04122F7D2EC5FC5500EF7AB3 /* V */,
|
||||
04122F642EC5F40600EF7AB3 /* M */,
|
||||
04122F652EC5F40600EF7AB3 /* VM */,
|
||||
);
|
||||
path = Pay;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F642EC5F40600EF7AB3 /* M */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = M;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F5F2EC5F3DF00EF7AB3 /* V */ = {
|
||||
04122F652EC5F40600EF7AB3 /* VM */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = V;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F602EC5F3DF00EF7AB3 /* VC */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = VC;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F612EC5F3DF00EF7AB3 /* Pay */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F5E2EC5F3DF00EF7AB3 /* M */,
|
||||
04122F5F2EC5F3DF00EF7AB3 /* V */,
|
||||
04122F602EC5F3DF00EF7AB3 /* VC */,
|
||||
);
|
||||
path = Pay;
|
||||
path = VM;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F6C2EC5F40800EF7AB3 /* FGIAPService */ = {
|
||||
@@ -530,6 +530,24 @@
|
||||
path = FGIAPService;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F7D2EC5FC5500EF7AB3 /* V */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F7B2EC5FC5500EF7AB3 /* KBJfPayCell.h */,
|
||||
04122F7C2EC5FC5500EF7AB3 /* KBJfPayCell.m */,
|
||||
);
|
||||
path = V;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F812EC5FC6F00EF7AB3 /* VC */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F7F2EC5FC6F00EF7AB3 /* KBJfPay.h */,
|
||||
04122F802EC5FC6F00EF7AB3 /* KBJfPay.m */,
|
||||
);
|
||||
path = VC;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0477BD942EBAFF4E0055D639 /* Utils */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1215,33 +1233,6 @@
|
||||
path = Login;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F612EC5F3DF00EF7AB3 /* Pay */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F642EC5F40600EF7AB3 /* M */,
|
||||
04122F652EC5F40600EF7AB3 /* VM */,
|
||||
);
|
||||
path = Pay;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F642EC5F40600EF7AB3 /* M */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F7B2EC6123500EF7AB3 /* IAPVerifyTransactionObj.h */,
|
||||
04122F7C2EC6123500EF7AB3 /* IAPVerifyTransactionObj.m */,
|
||||
);
|
||||
path = M;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04122F652EC5F40600EF7AB3 /* VM */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04122F782EC610C500EF7AB3 /* PayVM.h */,
|
||||
04122F792EC610C500EF7AB3 /* PayVM.m */,
|
||||
);
|
||||
path = VM;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04FC95EE2EB3399D007BD342 /* Manager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1568,8 +1559,6 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
04122F7D2EC6123500EF7AB3 /* IAPVerifyTransactionObj.m in Sources */,
|
||||
04122F7A2EC610C500EF7AB3 /* PayVM.m in Sources */,
|
||||
04122F622EC5F41D00EF7AB3 /* KBUser.m in Sources */,
|
||||
049FB31D2EC21BCD00FAB05D /* KBMyKeyboardCell.m in Sources */,
|
||||
048909F62EC0AAAA00FABA60 /* KBCategoryTitleCell.m in Sources */,
|
||||
@@ -1599,6 +1588,7 @@
|
||||
048908D22EBF611D00FABA60 /* KBHistoryMoreCell.m in Sources */,
|
||||
04FC95D82EB1EA16007BD342 /* BaseCell.m in Sources */,
|
||||
0477BDF72EBC63A80055D639 /* KBTestVC.m in Sources */,
|
||||
04122F7E2EC5FC5500EF7AB3 /* KBJfPayCell.m in Sources */,
|
||||
049FB2402EC4B6EF00FAB05D /* KBULBridge.m in Sources */,
|
||||
04FC95C92EB1E4C9007BD342 /* BaseNavigationController.m in Sources */,
|
||||
048908DD2EBF67EB00FABA60 /* KBSearchResultVC.m in Sources */,
|
||||
@@ -1655,6 +1645,7 @@
|
||||
A1B2C4002EB4A0A100000004 /* KBAuthManager.m in Sources */,
|
||||
047C65532EBCBAC60035E841 /* KBCommunityVC.m in Sources */,
|
||||
A1B2C4212EB4B7A100000001 /* KBKeyboardPermissionManager.m in Sources */,
|
||||
04122F822EC5FC6F00EF7AB3 /* KBJfPay.m in Sources */,
|
||||
04122F5D2EC5E5A900EF7AB3 /* KBLoginVM.m in Sources */,
|
||||
0459D1B42EBA284C00F2D189 /* KBSkinCenterVC.m in Sources */,
|
||||
048908E32EBF760000FABA60 /* MySkinCell.m in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user