mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-16 06:05:52 -06:00
Fix warning on Storyboard
This commit is contained in:
parent
26227b44af
commit
9e140ff4e0
4 changed files with 6 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
advancedPrefsVc!,
|
||||
aboutPrefsVc!,
|
||||
],
|
||||
animated: true // causes nice (some say glitch) animations
|
||||
animated: true // causes nice (some say glitchy) animations
|
||||
)
|
||||
}()
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1983</string>
|
||||
<string>1980</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
@ -33,4 +33,4 @@
|
|||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
|
@ -923,7 +923,7 @@
|
|||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField identifier="copyrightLabel" horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Dqc-RQ-Lbc">
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Dqc-RQ-Lbc">
|
||||
<rect key="frame" x="276" y="103" width="333" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Copyright Ⓒ MonitorControl, 0000" id="e0q-fb-k7R">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1983</string>
|
||||
<string>1980</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
@ -33,4 +33,4 @@
|
|||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue