Skip to content

Commit

Permalink
Update to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe committed Mar 25, 2024
1 parent 9ee22f7 commit f8c8994
Show file tree
Hide file tree
Showing 315 changed files with 21,885 additions and 600 deletions.
2 changes: 1 addition & 1 deletion Assets/Apple.Core.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Apple.Core/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions Assets/Apple.Core/Editor/DefaultAppleBuildProfile.asset
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-8987626434458726503
--- !u!114 &-8845562714357291400
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -9,32 +9,11 @@ MonoBehaviour:
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 88a319fb99484804b632ce9bbec4cf6d, type: 3}
m_Name: AppleSecurityBuildStep
m_Script: {fileID: 11500000, guid: c6b8a8fe473224decaaecc9264d56e95, type: 3}
m_Name: AppleCoreBuildStep
m_EditorClassIdentifier:
IsEnabled: 1
AppSandboxEntitlement: 1
AllowNetworkServer: 0
AllowNetworkClient: 0
AllowCamera: 0
AllowMicrophone: 0
AllowUsb: 0
AllowPrint: 0
AllowBluetooth: 0
AllowAddressBook: 0
AllowLocation: 0
AllowCalendars: 0
AllowUserSelectedReadOnly: 0
AllowUserSelectedReadWrite: 0
AllowDownloadsReadOnly: 0
AllowDownloadsReadWrite: 0
AllowPicturesReadOnly: 0
AllowPicturesReadWrite: 0
AllowMusicReadOnly: 0
AllowMusicReadWrite: 0
AllowMoviesReadOnly: 0
AllowMoviesReadWrite: 0
--- !u!114 &-4631973922516641064
--- !u!114 &-6584248542760643491
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -47,19 +26,6 @@ MonoBehaviour:
m_Name: AppleGameKitBuildStep
m_EditorClassIdentifier:
IsEnabled: 1
--- !u!114 &-1182492731493557681
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c6b8a8fe473224decaaecc9264d56e95, type: 3}
m_Name: AppleCoreBuildStep
m_EditorClassIdentifier:
IsEnabled: 1
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
Expand All @@ -80,7 +46,7 @@ MonoBehaviour:
AppUsesNonExemptEncryption: 0
AutomateEntitlements: 1
DefaultEntitlements: {fileID: 0}
--- !u!114 &750258044150326352
--- !u!114 &755813747288564479
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -95,3 +61,37 @@ MonoBehaviour:
IsEnabled: 0
AllowGetCurrentUser: 0
AllowRunsAsCurrentUser: 0
--- !u!114 &8474646758244236940
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 88a319fb99484804b632ce9bbec4cf6d, type: 3}
m_Name: AppleSecurityBuildStep
m_EditorClassIdentifier:
IsEnabled: 1
AppSandboxEntitlement: 1
AllowNetworkServer: 0
AllowNetworkClient: 0
AllowCamera: 0
AllowMicrophone: 0
AllowUsb: 0
AllowPrint: 0
AllowBluetooth: 0
AllowAddressBook: 0
AllowLocation: 0
AllowCalendars: 0
AllowUserSelectedReadOnly: 0
AllowUserSelectedReadWrite: 0
AllowDownloadsReadOnly: 0
AllowDownloadsReadWrite: 0
AllowPicturesReadOnly: 0
AllowPicturesReadWrite: 0
AllowMusicReadOnly: 0
AllowMusicReadWrite: 0
AllowMoviesReadOnly: 0
AllowMoviesReadWrite: 0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions Assets/GPGSIds.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// <copyright file="GPGSIds.cs" company="Google Inc.">
// Copyright (C) 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>

///
/// This file is automatically generated DO NOT EDIT!
///
/// These are the constants defined in the Play Games Console for Game Services
/// Resources.
///


public static class GPGSIds
{
public const string achievement_test_achievement = "CgkIscfzgrYeEAIQAw"; // <GPGSID>

}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Stash/Images.meta → Assets/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/Android.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit f8c8994

Please sign in to comment.