2016年5月27日 星期五

0527 ios9.x app 的檔案 存放位置

//MAC simulator 的目錄位置
// 可以進入 Users/adifly/Library/Developer/CoreSimulator/Devices/
 //利用搜尋方式找出
完整路徑範例:
///Users/adifly/Library/Developer/CoreSimulator/Devices/193008FE-BC6E-48AB-8E4F-CC5B9BB136D9/data/Containers/Data/Application/15941F34-EBC5-43E7-B333-47B39B4562A4/Documents
==============================================================
觀看隱藏檔的方式
打開終端,輸入命令
顯示Mac隱藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true
隱藏Mac隱藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false

沒有留言:

張貼留言

cocos2dx-lua 建立滑鼠監聽

重要關鍵字  EVENT_MOUSE_SCROLL addEventListenerWithSceneGraphPriority      if IsPc() then --建立滑鼠監聽         local listener = cc.EventListenerMouse...