Skip to content

Commit

Permalink
feat:更新TapSDK依赖1.0.5,修改IOS编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
EingShaw committed Mar 11, 2021
1 parent 229e8c2 commit 98725bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Script/Editor/TDSSDKProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void OnPostprocessBuild(BuildTarget BuildTarget, string path)

Directory.CreateDirectory(resourcePath);

string remotePackagePath = TDSFileHelper.FilterFile(parentFolder + "/Library/PackageCache/","com.tds.sdk.ultra");
string remotePackagePath = TDSFileHelper.FilterFile(parentFolder + "/Library/PackageCache/","com.tds.sdk.ultra@");

string localPacckagePath = TDSFileHelper.FilterFile(parentFolder,"TDS");

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "com.tds.sdk.ultra",
"displayName": "Tap SDK ultra",
"description": "TapTap Develop Service!",
"version": "1.0.2",
"version": "1.0.3",
"unity": "2018.3",
"license": "MIT",
"dependencies": {
"com.tds.sdk": "https://github.com/xindong/TAPSDK_UPM.git#1.0.4"
"com.tds.sdk": "https://github.com/xindong/TAPSDK_UPM.git#1.0.5"
}
}

0 comments on commit 98725bf

Please sign in to comment.