Skip to content

Commit

Permalink
built against Mac OS 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Apr 3, 2013
1 parent d597b6a commit d006be5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# atemOSC v2.2
# atemOSC v2.2.1

## Changelog

## Changelog v2.2.1
- support for Mac OS 10.7 (updated binary)

## Changelog v2.2
- added support for controlling Upstream Keyers
- supports all available input-sources, depending on your switcher
- added help-menu with all OSC-addresses available
Expand Down Expand Up @@ -43,7 +47,7 @@ For preview selection `/atem/preview/$i` can be used.
- **fade-to-black** `/atem/transition/ftb`

- **Upstream Keyer 1** `/atem/usk/1` (up to `/atem/usk/4`, depends on your ATEM switcher)
- **Prepate Upstream Keyer 1** `/atem/nextusk/1` (up to `/atem/nextusk/4`, depends on your ATEM switcher)
- **Prepare Upstream Keyer 1** `/atem/nextusk/1` (up to `/atem/nextusk/4`, depends on your ATEM switcher)


All OSC-addresses expect float-values between 0.0 and 1.0.
Expand Down
6 changes: 3 additions & 3 deletions atemOSC.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D78</string>
<string>11E52</string>
<key>DTSDKName</key>
<string></string>
<string>macosx10.7</string>
<key>DTXcode</key>
<string>0461</string>
<key>DTXcodeBuild</key>
<string>4H512</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<string>10.7</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</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.2</string>
<string>2.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions atemOSC/atemOSC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACH_O_TYPE = mh_execute;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = atemOSC;
SDKROOT = "";
SDKROOT = macosx10.7;
};
name = Debug;
};
Expand All @@ -329,9 +329,9 @@
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACH_O_TYPE = mh_execute;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = atemOSC;
SDKROOT = "";
SDKROOT = macosx10.7;
};
name = Release;
};
Expand Down
Binary file not shown.

0 comments on commit d006be5

Please sign in to comment.