Skip to content

Commit 0b2e3b5

Browse files
committed
updated external frameworks
updated precompiled external frameworks used by some sample apps to commit a2347195a8d2e6120db5e5f2fd33ffefa18f71ea of their source repos
1 parent ae46754 commit 0b2e3b5

File tree

8 files changed

+10
-3
lines changed

8 files changed

+10
-3
lines changed

external_frameworks/VVBasics.framework/Versions/A/Headers/VVSysVersion.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ extern int _minorSysVersion;
6262

6363
+ (NSString *) _strControlEntry:(NSString *)ctlKey;
6464
/// returns the major version of os x currently being run
65+
/**
66+
@param return the "major" version of os x only!
67+
*/
6568
+ (VVOSVersion) majorSysVersion;
6669
/// returns the minor version of os x currently being run (the point-version)
6770
+ (int) minorSysVersion;

external_frameworks/VVBasics.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17C88</string>
6+
<string>17D47</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
0 Bytes
Binary file not shown.

external_frameworks/VVMIDI.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17C88</string>
6+
<string>17D47</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
0 Bytes
Binary file not shown.

external_frameworks/VVOSC.framework/Versions/A/Headers/OSCNode.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Generally speaking, it's a good idea for each instance of OSCNode to have a disc
6363
NSArray *tags; // nil by default, corresponds to TAGS in OSC query protocol. array contains strings. tags used for human-readable tags with the goal of aiding search/filtering.
6464
NSArray *clipmode; // nil by default, corresponds to CLIPMODE in OSC query protocol. # of items in the array is the # of arguments in the type tag string. each item in this array is expected to be a recognzied clipmode string ("none", "low", "high", or "both")
6565
NSArray *units; // nil by default, corresponds to UNITS in OSC query protocol. # of items in the array is the # of arguments in the type tag string. strings describe the units of the values managd by this node.
66+
67+
id userInfo;
6668
}
6769

6870
// Creates and returns an auto-released instance of OSCNode with the passed name. Returns nil if passed a nil name.
@@ -148,4 +150,6 @@ Generally speaking, it's a good idea for each instance of OSCNode to have a disc
148150
@property (retain) NSArray * clipmode;
149151
@property (retain) NSArray * units;
150152

153+
@property (retain) id userInfo;
154+
151155
@end

external_frameworks/VVOSC.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17C88</string>
6+
<string>17D47</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
212 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)