Skip to content

Commit

Permalink
Update fort 1.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vade committed Dec 30, 2022
1 parent daaca94 commit 31c0f5e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Syphon-Transmit/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034Identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand Down
14 changes: 12 additions & 2 deletions Syphon-Transmit/Mac/Syphon Transmit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,11 @@
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks/$(EXECUTABLE_PATH)";
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../Adobe\"";
MARKETING_VERSION = "1.0 Beta 1";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "info.syphon.Syphon-Transmit";
PRODUCT_NAME = "Syphon Transmit";
SDKROOT = macosx;
SYPHON_UNIQUE_CLASS_NAME_PREFIX = MercuryTransmit;
Expand All @@ -303,10 +306,17 @@
"$(PROJECT_DIR)",
);
GCC_MODEL_TUNING = G5;
HEADER_SEARCH_PATHS = (
../Adobe/Headers/,
../Adobe/Utils/,
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks/$(EXECUTABLE_PATH)";
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../Adobe\"";
MARKETING_VERSION = "1.0 Beta 1";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "info.syphon.Syphon-Transmit";
PRODUCT_NAME = "Syphon Transmit";
SDKROOT = macosx;
SYPHON_UNIQUE_CLASS_NAME_PREFIX = MercuryTransmit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
8 changes: 4 additions & 4 deletions Syphon-Transmit/SyphonTransmitterPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
/* */
/*******************************************************************/

#include <PrSDKTransmit.h>
#include <PrSDKPlayModuleAudioSuite.h>
#include <PrSDKPPixSuite.h>
#include <PrSDKThreadedWorkSuite.h>
#include "PrSDKTransmit.h"
#include "PrSDKPlayModuleAudioSuite.h"
#include "PrSDKPPixSuite.h"
#include "PrSDKThreadedWorkSuite.h"
#include "SDK_File.h"
#ifdef PRWIN_ENV
#include <ctime>
Expand Down

0 comments on commit 31c0f5e

Please sign in to comment.