File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,4 @@ fastlane/screenshots
6262* .log
6363* .xcworkspace /
6464Podfile.lock
65- export.plist
6665.DS_Store
Original file line number Diff line number Diff line change 780780 "$(inherited)",
781781 "-all_load",
782782 );
783- PRODUCT_BUNDLE_IDENTIFIER = com.ksyun.media .KSYPlayerDemo;
783+ PRODUCT_BUNDLE_IDENTIFIER = com.ksyun.ios .KSYPlayerDemo;
784784 PRODUCT_NAME = "$(TARGET_NAME)";
785785 PROVISIONING_PROFILE = "";
786786 };
803803 "$(inherited)",
804804 "-all_load",
805805 );
806- PRODUCT_BUNDLE_IDENTIFIER = com.ksyun.media .KSYPlayerDemo;
806+ PRODUCT_BUNDLE_IDENTIFIER = com.ksyun.ios .KSYPlayerDemo;
807807 PRODUCT_NAME = "$(TARGET_NAME)";
808808 PROVISIONING_PROFILE = "";
809809 };
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >provisioningProfiles </key >
6+ <dict >
7+ <key >com.ksyun.ios.KSYPlayerDemo </key >
8+ <string >KSYLiveDemoEnterprise_Dis_2017.9.26 </string >
9+ </dict >
10+ <key >teamID </key >
11+ <string >36PUU93BJ2 </string >
12+ <key >method </key >
13+ <string >enterprise </string >
14+ </dict >
15+ </plist >
You can’t perform that action at this time.
0 commit comments