Update debug entitlements

This commit is contained in:
Kirurobo
2021-12-12 08:13:31 +09:00
parent d5704d8807
commit 4c9325cfce
6 changed files with 13 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.4</string>
<string>0.8.5</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>

View File

@@ -5,16 +5,16 @@ EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 1
- enabled: 0
path: Assets/Kirurobo/UniWindowController/Samples/00_Menu/SampleMenu.unity
guid: bca881472b6085049ad37ab0ad8fe61e
- enabled: 1
- enabled: 0
path: Assets/Kirurobo/UniWindowController/Samples/01_SimpleSample/SimpleSample.unity
guid: b650a883366376446b7db29169c59420
- enabled: 1
- enabled: 0
path: Assets/Kirurobo/UniWindowController/Samples/02_UiSample/UiSample.unity
guid: c4f4adeee10bff845b320d93a6b82f54
- enabled: 1
- enabled: 0
path: Assets/Kirurobo/UniWindowController/Samples/03_Fullscreen/FullscreenSample.unity
guid: cc8dc9342a8c4436397f75a2389ffc1a
- enabled: 1

View File

@@ -121,7 +121,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.8.4
bundleVersion: 0.8.5
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0

View File

@@ -2,9 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>

View File

@@ -276,6 +276,7 @@
knownRegions = (
en,
Base,
ja,
);
mainGroup = 73DFCB6E22B8ED3300DA41F2;
productRefGroup = 73DFCB7822B8ED3300DA41F2 /* Products */;
@@ -702,7 +703,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.8.4;
MARKETING_VERSION = 0.8.5;
PRODUCT_BUNDLE_IDENTIFIER = com.kirurobo.libuniwinc;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -731,7 +732,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.8.4;
MARKETING_VERSION = 0.8.5;
PRODUCT_BUNDLE_IDENTIFIER = com.kirurobo.libuniwinc;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";