Commit 170b2d47562476475ecdbf158ec01caf4b9143d8
1 parent
46b76c23
1.1.5.25.04.21.11 ,打包提审 ,内购后台设置 com.cnlive.metaCode.new. 1 3 78 ,其他com.cnlive.metaCode.
Showing
2 changed files
with
3 additions
and
3 deletions
metaCode.xcodeproj/project.pbxproj
| ... | ... | @@ -2936,7 +2936,7 @@ |
| 2936 | 2936 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; |
| 2937 | 2937 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 2938 | 2938 | CODE_SIGN_STYLE = Automatic; |
| 2939 | - CURRENT_PROJECT_VERSION = 1.1.5.25.04.16.17; | |
| 2939 | + CURRENT_PROJECT_VERSION = 1.1.5.25.04.21.11; | |
| 2940 | 2940 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 2941 | 2941 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 2942 | 2942 | ENABLE_BITCODE = NO; |
| ... | ... | @@ -3192,7 +3192,7 @@ |
| 3192 | 3192 | CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements; |
| 3193 | 3193 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 3194 | 3194 | CODE_SIGN_STYLE = Automatic; |
| 3195 | - CURRENT_PROJECT_VERSION = 1.1.5.25.04.16.17; | |
| 3195 | + CURRENT_PROJECT_VERSION = 1.1.5.25.04.21.11; | |
| 3196 | 3196 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 3197 | 3197 | ENABLE_BITCODE = NO; |
| 3198 | 3198 | ENABLE_MODULE_VERIFIER = NO; | ... | ... |
metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVPlayerViewController.swift
| ... | ... | @@ -569,7 +569,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa |
| 569 | 569 | dataDic.setValue(prdId, forKey: "prdId") |
| 570 | 570 | dataDic.setValue(total_fee, forKey: "total_fee") |
| 571 | 571 | |
| 572 | - //后台设置一个 com.cnlive.meta.1 2 60 3 78 | |
| 572 | + //后台设置一个 com.cnlive.metaCode.new 1 3 78 其他com.cnlive.metaCode.2 | |
| 573 | 573 | //苹果内购 |
| 574 | 574 | CNLivePayCostModule.showApplePayViw(withParamDict: dataDic as! [AnyHashable : Any], fromVC: currentViewController()!) {[weak self] result in |
| 575 | 575 | guard let self = self else { return } | ... | ... |