Skip to content

Commit

Permalink
update Sparkle, disable unimplemented settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed Feb 27, 2024
1 parent 60c018e commit d96279f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Minesweeper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.camerongoddard.Minesweeper;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -456,7 +456,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.camerongoddard.Minesweeper;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
8 changes: 4 additions & 4 deletions Minesweeper/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<subviews>
<slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2qP-qn-TrN">
<rect key="frame" x="214" y="174" width="148" height="28"/>
<sliderCell key="cell" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" numberOfTickMarks="3" allowsTickMarkValuesOnly="YES" sliderType="linear" id="uoQ-XU-AQf"/>
<sliderCell key="cell" enabled="NO" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" numberOfTickMarks="3" allowsTickMarkValuesOnly="YES" sliderType="linear" id="uoQ-XU-AQf"/>
</slider>
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5MQ-nV-FfO">
<rect key="frame" x="131" y="235" width="76" height="16"/>
Expand All @@ -321,7 +321,7 @@
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sPf-P2-7BR">
<rect key="frame" x="213" y="256" width="162" height="25"/>
<popUpButtonCell key="cell" type="push" title="System" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="ntg-G4-Ecx" id="SZ4-bA-Xz0">
<popUpButtonCell key="cell" type="push" title="System" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" enabled="NO" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="ntg-G4-Ecx" id="SZ4-bA-Xz0">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="feD-Ak-D8I">
Expand Down Expand Up @@ -357,7 +357,7 @@
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ROl-s5-xB9">
<rect key="frame" x="213" y="228" width="162" height="25"/>
<popUpButtonCell key="cell" type="push" title="Classic" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Eax-mX-PU7" id="DMZ-4R-sZs">
<popUpButtonCell key="cell" type="push" title="Classic" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" enabled="NO" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Eax-mX-PU7" id="DMZ-4R-sZs">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="umx-2a-gwq">
Expand Down Expand Up @@ -393,7 +393,7 @@
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8y4-8e-c5f">
<rect key="frame" x="214" y="111" width="139" height="18"/>
<buttonCell key="cell" type="check" title="Keep game history" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="ZgO-1E-GME">
<buttonCell key="cell" type="check" title="Keep game history" bezelStyle="regularSquare" imagePosition="left" enabled="NO" state="on" inset="2" id="ZgO-1E-GME">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down
2 changes: 1 addition & 1 deletion Minesweeper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<key>SUFeedURL</key>
<string>https://www.camerongoddard.com/ms-desktop/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>9sy2+oputqyxGTk/LUgHqZ1g/cE3IJXE1pLQUzKc+3Y=</string>
<string>HmQyg39bIEZIiosUpTn3kLeNEbauNQI6bbYWOj5q0k0=</string>
</dict>
</plist>

0 comments on commit d96279f

Please sign in to comment.