[U] cert
This commit is contained in:
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
{\rtf1\ansi\ansicpg936\cocoartf2709
|
||||
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
|
||||
{\colortbl;\red255\green255\blue255;}
|
||||
{\*\expandedcolortbl;;}
|
||||
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
|
||||
|
||||
\f0\fs24 \cf0 P12\uc0\u25991 \u20214 \u23494 \u30721 \u65306 123456}
|
||||
BIN
iOS-files/cert/comarkgameft_adhoc.mobileprovision
Normal file
BIN
iOS-files/cert/comarkgameft_adhoc.mobileprovision
Normal file
Binary file not shown.
BIN
iOS-files/cert/comarkgameft_appstore.mobileprovision
Normal file
BIN
iOS-files/cert/comarkgameft_appstore.mobileprovision
Normal file
Binary file not shown.
BIN
iOS-files/cert/comarkgameft_dev.mobileprovision
Normal file
BIN
iOS-files/cert/comarkgameft_dev.mobileprovision
Normal file
Binary file not shown.
1
iOS-files/cert/pass.txt
Normal file
1
iOS-files/cert/pass.txt
Normal file
@@ -0,0 +1 @@
|
||||
Tuyou@123
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -123,6 +123,8 @@ namespace tysdk.editor
|
||||
proj.AddFrameworkToProject(target, "LocalAuthentication.framework", false);
|
||||
proj.AddFrameworkToProject(target, "CoreGraphics.framework", false);
|
||||
proj.AddFrameworkToProject(target, "WebKit.framework", false);
|
||||
//Add AdSupport Framework
|
||||
proj.AddFrameworkToProject(target, "AdSupport.framework", false);
|
||||
}
|
||||
|
||||
private static void ProcessPlist(string root)
|
||||
@@ -220,7 +222,18 @@ namespace tysdk.editor
|
||||
localization.AddString("zh_CN");
|
||||
localization.AddString("zh_TW");
|
||||
|
||||
//CoMo
|
||||
//<key>GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE</key> <true/>
|
||||
// <key>GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE</key> <true/>
|
||||
// <key>GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA</key> <true/>
|
||||
// <key>GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS</key> <true/>
|
||||
infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE", true);
|
||||
infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE", true);
|
||||
infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA", true);
|
||||
infoDict.SetBoolean("GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS", true);
|
||||
|
||||
File.WriteAllText(plistPath, plist.WriteToString());
|
||||
|
||||
}
|
||||
|
||||
private static void AddSKAdNetworkIdentifier(PlistElementDict infoDict)
|
||||
|
||||
@@ -240,10 +240,10 @@ PlayerSettings:
|
||||
iOSRenderExtraFrameOnPause: 0
|
||||
iosCopyPluginsCodeInsteadOfSymlink: 0
|
||||
appleDeveloperTeamID: 4AL4CPQ36M
|
||||
iOSManualSigningProvisioningProfileID: b1a6ca7e-8ddb-421a-a0c5-0ef1caab2e07
|
||||
iOSManualSigningProvisioningProfileID: 7a45419e-edfb-4335-a18b-2fa4581d3e3f
|
||||
tvOSManualSigningProvisioningProfileID:
|
||||
VisionOSManualSigningProvisioningProfileID:
|
||||
iOSManualSigningProvisioningProfileType: 1
|
||||
iOSManualSigningProvisioningProfileType: 2
|
||||
tvOSManualSigningProvisioningProfileType: 0
|
||||
VisionOSManualSigningProvisioningProfileType: 0
|
||||
appleEnableAutomaticSigning: 2
|
||||
|
||||
Reference in New Issue
Block a user