We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6951ce1 + 6e8ccf3 commit 42cc29cCopy full SHA for 42cc29c
Rakefile
@@ -149,7 +149,7 @@ task :create_osx_plugin do
149
rm_rf "bugsnag-osx/bugsnag-osx/Bugsnag.framework"
150
cd 'bugsnag-cocoa' do
151
sh "make BUILD_OSX=1 build/Build/Products/Release/Bugsnag.framework"
152
- cp_r "build/Build/Products/Release/Bugsnag.framework", "../bugsnag-osx/bugsnag-osx"
+ sh "cp -R build/Build/Products/Release/Bugsnag.framework ../bugsnag-osx/bugsnag-osx"
153
end
154
155
# Create the Unity OSX bundle and copy it to the OSX directory
example/Assets/Plugins/OSX/Bugsnag/bugsnag-osx.bundle/Contents/MacOS/bugsnag-osx
0 Bytes
0 commit comments