Skip to content

Commit c63c0b5

Browse files
committed
AutosizingMask
1 parent 821c7a3 commit c63c0b5

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

RevealServer.framework/Info.plist

-29 Bytes
Binary file not shown.
4.92 MB
Binary file not shown.

RevealServer.framework/Scripts/copy_and_codesign_revealserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app_frameworks_dir="${CODESIGNING_FOLDER_PATH}/Frameworks"
1616

1717
copy_library() {
1818
mkdir -p "$app_frameworks_dir"
19-
cp -vRf "$REVEAL_SERVER_PATH" "${app_frameworks_dir}/${REVEAL_SERVER_FILENAME}"
19+
cp -vRf "$REVEAL_SERVER_PATH" "${app_frameworks_dir}/"
2020
}
2121

2222
codesign_library() {

RevealServer.framework/_CodeSignature/CodeResources

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
3yuCXIz4oBBkDOLogLf3z8EtWn0=
13+
ZBdRultRkrY9QndsYdM1y/SsASs=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
1717
EuDEeG1dcC1sd+hIW2SkUAImUg8=
1818
</data>
1919
<key>Scripts/copy_and_codesign_revealserver.sh</key>
2020
<data>
21-
aQbLdf9lVnmDd2BfBMGsVPBPdb8=
21+
yB2zXTggmRD0rra2Hbpxn2zfCRo=
2222
</data>
2323
</dict>
2424
<key>files2</key>
@@ -49,11 +49,11 @@
4949
<dict>
5050
<key>hash</key>
5151
<data>
52-
aQbLdf9lVnmDd2BfBMGsVPBPdb8=
52+
yB2zXTggmRD0rra2Hbpxn2zfCRo=
5353
</data>
5454
<key>hash2</key>
5555
<data>
56-
UYSfYiTYxoDhVX7UwCYvPXGOWQ4Yrm5DzFoomMlSIMs=
56+
SL0x5cGSOyS1RcojHFEmFX5IDfon/vO37cFsjSIX7LA=
5757
</data>
5858
</dict>
5959
</dict>
@@ -75,6 +75,11 @@
7575
<key>weight</key>
7676
<real>1100</real>
7777
</dict>
78+
<key>^Base\.lproj/</key>
79+
<dict>
80+
<key>weight</key>
81+
<real>1010</real>
82+
</dict>
7883
<key>^version.plist$</key>
7984
<true/>
8085
</dict>
@@ -120,6 +125,11 @@
120125
<key>weight</key>
121126
<real>1100</real>
122127
</dict>
128+
<key>^Base\.lproj/</key>
129+
<dict>
130+
<key>weight</key>
131+
<real>1010</real>
132+
</dict>
123133
<key>^Info\.plist$</key>
124134
<dict>
125135
<key>omit</key>

StackScrollView/StackScrollView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ open class StackScrollView: UICollectionView, UICollectionViewDataSource, UIColl
123123
}
124124

125125
view.translatesAutoresizingMaskIntoConstraints = false
126+
// cell.contentView.translatesAutoresizingMaskIntoConstraints = false
127+
cell.contentView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
126128

127129
cell.contentView.addSubview(view)
128130

0 commit comments

Comments
 (0)