Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Add yamdotnet license into readme and UNITY_IOS for updateXcodeProject
Browse files Browse the repository at this point in the history
  • Loading branch information
vfa-thanhnh committed Oct 11, 2017
1 parent c2d30cb commit 3bece7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -36,7 +36,7 @@

## ライセンス

このSDKのライセンスはApache License Version 2.0に従います
このSDKのライセンスはApache License Version 2.0、YamlDotNet(https://github.com/aaubry/YamlDotNet)に従います

## 参考URL集

Expand Down
4 changes: 3 additions & 1 deletion ncmb_unity/Assets/Editor/UpdateXcodeProject.cs
@@ -1,4 +1,5 @@
using System;
#if UNITY_IOS
using System;
using System.IO;
using UnityEngine;
using UnityEditor;
Expand Down Expand Up @@ -40,5 +41,6 @@ static void UpdateXcode(string pathToBuiltProject)
File.WriteAllText (projectPath, pbxProject.WriteToString());
}
}
#endif


0 comments on commit 3bece7d

Please sign in to comment.