Skip to content

Commit fae1511

Browse files
committed
Bumped the version to 0.9.8
1 parent 415e86e commit fae1511

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

UniWinC/Assets/Kirurobo/UniWindowController/Runtime/Plugins/MacOS/LibUniWinC.bundle/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>25A362</string>
6+
<string>25B78</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>25A352</string>
30+
<string>25B74</string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>26.0</string>
34+
<string>26.1</string>
3535
<key>DTSDKBuild</key>
36-
<string>25A352</string>
36+
<string>25B74</string>
3737
<key>DTSDKName</key>
38-
<string>macosx26.0</string>
38+
<string>macosx26.1</string>
3939
<key>DTXcode</key>
40-
<string>2601</string>
40+
<string>2611</string>
4141
<key>DTXcodeBuild</key>
42-
<string>17A400</string>
42+
<string>17B100</string>
4343
<key>LSMinimumSystemVersion</key>
4444
<string>11.0</string>
4545
<key>NSHumanReadableCopyright</key>

UniWinC/Assets/Kirurobo/UniWindowController/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.kirurobo.uniwinc",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"displayName": "UniWindowController",
55
"description": "Unified window controller for Mac and Windows",
6-
"unity": "2021.3",
6+
"unity": "2022.3",
77
"unityRelease": "",
88
"dependencies": {},
99
"keywords": [

Xcode/LibUniWinC/LibUniWinC.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class LibUniWinC {
6565

6666
// メニューバーより上にも自由配置を許すか
6767
public var isFreePositioningEnabled: Bool = false
68-
// 自由移動のため実際にcontentFrameRectを無効化されたか
68+
// 自由移動のため実際にconstrainFrameRectを無効化されたか
6969
public var isConstrainFrameRectDisabled: Bool = false
7070
}
7171

@@ -773,7 +773,7 @@ public class LibUniWinC {
773773
_enableFreePositioning(enabled: enabled)
774774
}
775775

776-
/// constrainFrameRect() による制限を解除/復帰
776+
/// constrainFrameRect による制限を解除/復帰
777777
private static func _enableFreePositioning(enabled: Bool) -> Void {
778778
// 自由位置のenabledは、constrainのdisabled。すでに一致していればメソッド交換は行わない
779779
if (enabled == state.isConstrainFrameRectDisabled) {

0 commit comments

Comments
 (0)