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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d8f86fa27fb63a03a99dcc669832ad4ef700f9548e36ef2e1fc797fc54aa689
4
- data.tar.gz: '029e648522051179dab3010516cd34920b0aa22934e66f49722cc000162fd494'
3
+ metadata.gz: c20fd9d758516f22388260597d80a8cac9768927a1a6d585dff93036c2674413
4
+ data.tar.gz: d972cab11f1961dc0dcb5287922c4d0908704e6e7ea48213b8f7efd8b5f84768
5
5
  SHA512:
6
- metadata.gz: 0ea2e1fe2623d7ca96fe35fe766c530601fba3e176ffa4f9da385edb1d0d6a3dde03b8b0c1fc5b5f0414745d346bf391a3e97c4f3c9fbfd10c9e384bd4a9f2a5
7
- data.tar.gz: f0a4509e13da5329766ca8d5a34ea56126e04bec7fa8171cafa3bcc396f5a1907885bb2744d99b3dae3afaab6ba9b7c27fc634748d10f0a0549785c947212063
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) Commit the changes to your repository
36
- 6) See [Getting Started](#getting-started)
37
- 7) Use [the actions of the plugin](#actions)
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module UnityExporter
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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-26 00:00:00.000000000 Z
11
+ date: 2021-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler