Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Bump version for sparkle updater. Core is still 0.95
Browse files Browse the repository at this point in the history
Plus Xcode making whitespace changes.
  • Loading branch information
clobber committed Jan 23, 2020
1 parent e969a59 commit 21f430c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Higan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@
8CC8D38817A9445800BC796A /* HiganGameCore.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = HiganGameCore.mm; sourceTree = "<group>"; };
8CC8D38917A9445800BC796A /* HiganInterface.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = HiganInterface.mm; sourceTree = "<group>"; };
8CC8D3C117A949F900BC796A /* OESNESSystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OESNESSystemResponderClient.h; path = ../OpenEmu/SuperNES/OESNESSystemResponderClient.h; sourceTree = "<group>"; };
8CC8D3C417A94C2700BC796A /* OpenEmuBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenEmuBase.framework; path = OpenEmuBase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8CC8D3C417A94C2700BC796A /* OpenEmuBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OpenEmuBase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8CC9999918C2A9D000792C9B /* player.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = player.cpp; sourceTree = "<group>"; };
8CC9999A18C2A9D000792C9B /* player.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = player.hpp; sourceTree = "<group>"; };
8CC9999B18C2A9D000792C9B /* serialization.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serialization.cpp; sourceTree = "<group>"; };
Expand Down
24 changes: 12 additions & 12 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
<key>CFBundleSignature</key>
<string>OpEm</string>
<key>CFBundleVersion</key>
<string>0.95.1</string>
<string>0.95.2</string>
<key>NSPrincipalClass</key>
<string>OEGameCoreController</string>
<key>OEDeprecated</key>
<true/>
<key>OEDeprecatedMinMacOSVersion</key>
<string>10.14</string>
<key>OEGameCoreClass</key>
<string>HiganGameCore</string>
<key>OEGameCoreOptions</key>
Expand Down Expand Up @@ -151,6 +155,13 @@
<string>2</string>
<key>OEProjectURL</key>
<string>http://byuu.org</string>
<key>OESuggestedReplacementCore</key>
<dict>
<key>openemu.system.snes</key>
<string>org.openemu.BSNES</string>
</dict>
<key>OESupportDeadline</key>
<date>2020-06-01T00:00:00Z</date>
<key>OESystemIdentifiers</key>
<array>
<string>openemu.system.snes</string>
Expand All @@ -159,16 +170,5 @@
<string>1</string>
<key>SUFeedURL</key>
<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/higan_appcast.xml</string>
<key>OEDeprecated</key>
<true/>
<key>OEDeprecatedMinMacOSVersion</key>
<string>10.14</string>
<key>OESuggestedReplacementCore</key>
<dict>
<key>openemu.system.snes</key>
<string>org.openemu.BSNES</string>
</dict>
<key>OESupportDeadline</key>
<date>2020-06-01T00:00:00Z</date>
</dict>
</plist>

0 comments on commit 21f430c

Please sign in to comment.