Skip to content

Commit 0e18671

Browse files
authored
Merge pull request #118 from patchkit-net/freezed
v3.12.0
2 parents 63e4d08 + a0bd1d3 commit 0e18671

File tree

353 files changed

+6030
-10242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+6030
-10242
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.vs/
22
/Library/
33
/Temp/
4+
/Logs/
45
/obj/
56
/*.sln
67
/*.suo
@@ -12,3 +13,5 @@
1213
*.DotSettings*
1314
*.CSharp.ruleset
1415
_ReSharper*
16+
/*.sublime-project
17+
/*.sublime-workspace
-94.5 KB
Binary file not shown.

Assets/AssetStoreTools/Editor/AssetStoreTools.dll.meta

Lines changed: 0 additions & 22 deletions
This file was deleted.
-4 KB
Binary file not shown.

Assets/AssetStoreTools/Editor/AssetStoreToolsExtra.dll.meta

Lines changed: 0 additions & 22 deletions
This file was deleted.
-114 KB
Binary file not shown.

Assets/AssetStoreTools/Editor/DroidSansMono.ttf.meta

Lines changed: 0 additions & 16 deletions
This file was deleted.
-10.8 KB
Binary file not shown.

Assets/AssetStoreTools/Editor/icon.png.meta

Lines changed: 0 additions & 53 deletions
This file was deleted.

Assets/Editor/BuildScript.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ public static void BuildWindows64Development()
2929

3030
public static void BuildOSX64Release()
3131
{
32-
Build(BuildTarget.StandaloneOSXIntel64, false);
32+
Build(BuildTargetOsx.Get(), false);
3333
}
3434

3535
public static void BuildOSX64Development()
3636
{
37-
Build(BuildTarget.StandaloneOSXIntel64, true);
37+
Build(BuildTargetOsx.Get(), true);
3838
}
3939

4040
public static void BuildLinux32Release()

0 commit comments

Comments
 (0)