fastlane-plugin-unity_exporter 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/lib/fastlane/plugin/unity_exporter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c20fd9d758516f22388260597d80a8cac9768927a1a6d585dff93036c2674413
|
|
4
|
+
data.tar.gz: d972cab11f1961dc0dcb5287922c4d0908704e6e7ea48213b8f7efd8b5f84768
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d8dc15820b40d1800f41258f50150933c81878590a39634e244c51edc3b89f8e6242dc21f2e7d9056721de398f5179b94bcd30a73482e0499a0a51a08ffa79f
|
|
7
|
+
data.tar.gz: 3e10ca99127089ef30f7e8acbd869120de172f8dd5cd8a22a84e976ba5010e96a42471922754dbef152adae20e4e9e88b5e0d3b2cc24b1baf80b96daf3518afc
|
data/README.md
CHANGED
|
@@ -31,10 +31,11 @@ Assuming you don't have _fastlane_ configured yet, we propose the following:
|
|
|
31
31
|
1) Add the [_Unity Build Exporter_](https://github.com/ar-met/unity-build-exporter) via the [_Unity Package Manager_](https://docs.unity3d.com/Manual/Packages.html) to your _Unity3d_ project
|
|
32
32
|
2) Open your _Unity3d_ project and find the menu items `Build Exporter / Initialize 'fastlane' directories for Android` and `Build Exporter / Initialize 'fastlane' directories for iOS`
|
|
33
33
|
3) Commit the changes to your repository
|
|
34
|
-
4) Navigate to `{Unity3d-project-root}/fastlane-build-exporter/iOS` and `{Unity3d-project-root}/fastlane-build-exporter/Android` and `fastlane init` respectively
|
|
35
|
-
5)
|
|
36
|
-
6)
|
|
37
|
-
7)
|
|
34
|
+
4) Navigate to `{Unity3d-project-root}/fastlane-build-exporter/iOS/unity-export` and `{Unity3d-project-root}/fastlane-build-exporter/Android/unity-export` and `fastlane init` respectively
|
|
35
|
+
5) Move the created `fastlane/` directory up one level, such that it is on the same hierarchical level as `unity-export/`
|
|
36
|
+
6) Commit the changes to your repository
|
|
37
|
+
7) See [Getting Started](#getting-started)
|
|
38
|
+
8) Use [the actions of the plugin](#actions)
|
|
38
39
|
|
|
39
40
|
We suggest you also check out the [_example Unity3d project_](https://github.com/ar-met/fastlane-plugin-unity-exporter-example-project).
|
|
40
41
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-unity_exporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ar:met
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|