File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ cd build/RelWithDebInfo
33
44/usr/bin/codesign -o runtime --force --sign " $APPLE_SLD_IDENTITY " --entitlements " $root " /build/camera-ext-entitlements.plist --timestamp\= none --generate-entitlement-der slobs-virtual-cam-installer.app/Contents/Library/SystemExtensions/com.streamlabs.slobs.mac-camera-extension.systemextension
55
6- cp -R " $SYSEXT_INSTALLER_PROVISIONING_PROFILE " slobs-virtual-cam-installer.app/Contents/embedded.provisionprofile
6+ if [ -n " $MY_VAR " ]; then
7+ echo " $0 replace provisioning profile"
8+ cp -R " $SYSEXT_INSTALLER_PROVISIONING_PROFILE " slobs-virtual-cam-installer.app/Contents/embedded.provisionprofile
9+ fi
10+
711/usr/bin/codesign -o runtime --force --sign " $APPLE_SLD_IDENTITY " --entitlements " $root " /entitlements.plist --timestamp\= none --generate-entitlement-der /Users/rosbo/projects/streamlabs/slobs-vcam-installer/build/RelWithDebInfo/slobs-virtual-cam-installer.app
812
913echo " $0 run ditto slobs-virtual-cam-installer.app /Applications/slobs-virtual-cam-installer.app"
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ root=$(pwd)
33cd build/RelWithDebInfo
44
55/usr/bin/codesign -o runtime --force --sign " Developer ID Application: ${APPLE_SLD_IDENTITY} " --entitlements " $root " /build/camera-ext-entitlements.plist --timestamp slobs-virtual-cam-installer.app/Contents/Library/SystemExtensions/com.streamlabs.slobs.mac-camera-extension.systemextension
6- cp -R " $SYSEXT_INSTALLER_PROVISIONING_PROFILE " slobs-virtual-cam-installer.app/Contents/embedded.provisionprofile
6+
7+ if [ -n " $MY_VAR " ]; then
8+ echo " $0 replace provisioning profile"
9+ cp -R " $SYSEXT_INSTALLER_PROVISIONING_PROFILE " slobs-virtual-cam-installer.app/Contents/embedded.provisionprofile
10+ fi
11+
712/usr/bin/codesign -o runtime --force --sign " Developer ID Application: ${APPLE_SLD_IDENTITY} " --entitlements " $root " /entitlements.plist --timestamp /Users/rosbo/projects/streamlabs/slobs-vcam-installer/build/RelWithDebInfo/slobs-virtual-cam-installer.app
813
914echo " $0 run ditto slobs-virtual-cam-installer.app /Applications/slobs-virtual-cam-installer.app"
You can’t perform that action at this time.
0 commit comments