Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Nov 20, 2013
1 parent 16dc62a commit 2bc7fd6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# atemOSC v2.3.0
# atemOSC v2.3.1

## Changelog v2.3.1
- prevent AppNap on Mavericks (thanks to @thetzel)

## Changelog v2.3.0
- bugfixes
- using Blackmagic SDK 4.2
- enhancements for Mac OS 10.9

**Important for Mavericks user:** When atemOSC enters background it possible is disabled by "App Nap". To prevent this, open the get info dialog of the application and activate "Prevent App Nap".

## Changelog v2.2.2
- fixed numbering of upstream keyers
- added toggle functionality for keyers
Expand Down
8 changes: 4 additions & 4 deletions atemOSC.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>5A2053</string>
<string>5A3005</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12F37</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0501</string>
<string>0502</string>
<key>DTXcodeBuild</key>
<string>5A2053</string>
<string>5A3005</string>
<key>LSMinimumSystemVersion</key>
<string>10.7</string>
<key>NSMainNibFile</key>
Expand Down
Binary file modified atemOSC.app/Contents/MacOS/atemOSC
Binary file not shown.
2 changes: 1 addition & 1 deletion atemOSC/atemOSC-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2bc7fd6

Please sign in to comment.