mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-24 23:17:43 -05:00
Add un-quarantine script
This commit is contained in:
parent
ef8b5b77a9
commit
8d6d57ca20
|
|
@ -186,6 +186,7 @@ add_custom_command(
|
|||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
||||
install(TARGETS ${OUTPUT_NAME} DESTINATION .)
|
||||
install(FILES un_quarantine_macos.sh DESTINATION .)
|
||||
else()
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/${OUTPUT_NAME}${FINAL_EXTENSION} DESTINATION .)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ On Windows, the profiles can be found in the ".config/cc3dsfs" folder inside the
|
|||
- USB Hubs can be the cause of connection issues. If you're having problems, try checking whether the 3DS/DS connects fine or not without any other devices connected.
|
||||
- Current font in use: OFL Sorts Mill Goudy TT
|
||||
- Enabling Slow Poll may slightly boost the FPS of the software, at the cost of an extremely slight decrease in frame latency, and slower reaction times of the software to key presses. Disabled by default (as when the FPS are greater than the CC's, it's not reccomended).
|
||||
- On MacOS, you may get a notice about the app being damaged. It's Apple quaranteening the app. To make it work, open a terminal and run the following:
|
||||
- On MacOS, you may get a notice about the app being damaged. It's Apple quarantining the app. To make it work, either use the included script "un\_quarantine\_macos.sh", or open a terminal and run the following:
|
||||
```
|
||||
xattr -c ./cc3dsfs.app
|
||||
```
|
||||
|
|
|
|||
1
un_quarantine_macos.sh
Executable file
1
un_quarantine_macos.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
xattr -d com.apple.quarantine cc3dsfs.app
|
||||
Loading…
Reference in New Issue
Block a user