shell_one $ ssh -ND $PORT $HOST
shell_two $ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --proxy-server="socks5://localhost:$PORT"
- VIM into /etc/pam.d/sudo
$ cd /etc/pam.d
$ sudo chmod 0644 ./sudo
$ sudo vim ./sudo
- Add below
auth sufficient pam_tid.so
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && killall Dock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "menu_section_1", | |
"elements": [ | |
[ | |
{ | |
"image": "https://univ.go.kr/static/v1.0.1/images/news.png", | |
"background": "#ffffff", | |
"text": "대학공지", | |
"action": "some-app-action-id" |
- Official forum post: https://forum.unity.com/threads/using-unity-as-a-library-in-native-ios-android-apps.685195/
- Sample code: https://github.com/Unity-Technologies/uaal-example
- Instruction: https://forum.unity.com/threads/integration-unity-as-a-library-in-native-ios-app.685219/
- Config Vuforia framework:
https://library.vuforia.com/content/vuforia-library/en/articles/Solution/using-vuforia-engine-with-unity-as-a-library.html
- NativeiOS -> Build Settings -> Framework Search Paths: Add unity project path
- Other approaches to UaaL with Swift: