Skip to content

Commit 2c3ea49

Browse files
committed
Update change log
1 parent 89f4ea3 commit 2c3ea49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.2
4+
5+
* An issue which prevents exporting correct Xcode project on Unity 2019.3.
6+
37
## 1.1.1
48

59
### Fixed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ task :release do
66
version = STDIN.gets.strip
77

88
puts "Exporting unity package...".bold
9-
unity_app = "/Applications/Unity/Hub/Editor/2017.4.18f1/Unity.app"
9+
unity_app = "/Applications/Unity/Hub/Editor/2017.4.39f1/Unity.app"
1010
working_path = `pwd`.strip
1111
proj_path = "#{working_path}/LINE_SDK_Unity"
1212
puts `#{unity_app}/Contents/MacOS/Unity -batchmode -projectPath #{proj_path} -exportPackage Assets/Plugins Assets/LineSDK output.unitypackage -quit`

0 commit comments

Comments
 (0)