Skip to content

Commit

Permalink
SDK 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Jun 3, 2014
1 parent 2bc7fd6 commit 0a92324
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# atemOSC v2.3.1
# atemOSC v2.3.2

## Changelog v2.3.2
- update to Blackmagic SDK 5.1

## Changelog v2.3.1
- prevent AppNap on Mavericks (thanks to @thetzel)
Expand Down
Binary file modified atemOSC.app/Contents/Frameworks/VVBasics.framework/VVBasics
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified atemOSC.app/Contents/Frameworks/VVOSC.framework/VVOSC
Binary file not shown.
Binary file modified atemOSC.app/Contents/Frameworks/VVOSC.framework/Versions/A/VVOSC
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions atemOSC.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>13A598</string>
<string>13D65</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,25 +17,25 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.2</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>5A3005</string>
<string>5B1008</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12F37</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0502</string>
<string>0511</string>
<key>DTXcodeBuild</key>
<string>5A3005</string>
<string>5B1008</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.1</string>
<string>2.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
5 changes: 5 additions & 0 deletions atemOSC/atemOSC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
TargetAttributes = {
8D1107260486CEB800E47090 = {
DevelopmentTeam = K5C6E7A2D6;
};
};
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "atemOSC" */;
compatibilityVersion = "Xcode 3.2";
Expand Down

0 comments on commit 0a92324

Please sign in to comment.