Compare commits
	
		
			No commits in common. "main" and "1.1.0" have entirely different histories. 
		
	
	
		| 
						 | 
					@ -315,9 +315,6 @@ public class AdjustEditor : AssetPostprocessor
 | 
				
			||||||
    private static void AddUniversalLinkDomains(PBXProject project, string xCodeProjectPath, string xCodeTarget)
 | 
					    private static void AddUniversalLinkDomains(PBXProject project, string xCodeProjectPath, string xCodeTarget)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        string entitlementsFileName = "Unity-iPhone.entitlements";
 | 
					        string entitlementsFileName = "Unity-iPhone.entitlements";
 | 
				
			||||||
#if UNITY_2021_3
 | 
					 | 
				
			||||||
        entitlementsFileName = "Unity-iPhone/Unity-iPhone.entitlements";
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        Debug.Log("[Adjust]: Adding associated domains to entitlements file.");
 | 
					        Debug.Log("[Adjust]: Adding associated domains to entitlements file.");
 | 
				
			||||||
#if UNITY_2019_3_OR_NEWER
 | 
					#if UNITY_2019_3_OR_NEWER
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "com.guru.unity.adjust",
 | 
					  "name": "com.guru.unity.adjust",
 | 
				
			||||||
  "displayName": "Guru Adjust",
 | 
					  "displayName": "Guru Adjust",
 | 
				
			||||||
  "version": "1.1.1",
 | 
					  "version": "1.1.0",
 | 
				
			||||||
  "description": "Guru 整合 Adjust 插件 (4.38.0)",
 | 
					  "description": "Guru 整合 Adjust 插件 (4.38.0)",
 | 
				
			||||||
  "unity": "2020.3",
 | 
					  "unity": "2020.3",
 | 
				
			||||||
  "author":{
 | 
					  "author":{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue