Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 6669122

Browse files
author
Paul Balaji
authored
fastlane (#91)
1 parent 50821a9 commit 6669122

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

fastlane/Matchfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
git_url("[email protected]:improbable/apple-codesigning.git")
2+
storage_mode("git")
3+
type("development")
4+
app_identifier("io.improbable.*")
5+
keychain_name("login.keychain")
6+
username("[email protected]")
7+
8+
# For all available options run `fastlane match --help`
9+
# The docs are available on https://docs.fastlane.tools/actions/match

workers/unity/Packages/manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"dependencies": {
3-
"com.unity.ads": "2.0.8",
4-
"com.unity.analytics": "3.3.5",
53
"com.unity.ide.rider": "1.1.4",
6-
"com.unity.purchasing": "2.0.6",
74
"com.unity.test-framework": "1.1.11",
8-
"com.unity.textmeshpro": "2.0.1",
95
"com.unity.timeline": "1.2.10",
106
"com.unity.ugui": "1.0.0",
117
"com.unity.xr.legacyinputhelpers": "2.0.8",

0 commit comments

Comments
 (0)