在開發我們應用程序中的功能時,出於測試目的,我需要在運行時編輯應用程序包內的文件。每次將Finder「Go to」菜單中的捆綁路徑輸入Finder並打開它是一件很痛苦的事情。從iOS模擬器應用程序打開Finder窗口路徑
有沒有在我的代碼中打開Finder窗口的路徑,即使它使用私有API(這個應用程序僅用於測試)?
NSString *bundlePath = [[NSBundle mainBundle] resourcePath];
// Open bundlePath in Finder
這就是爲什麼我使用[SimPholders](https://simpholders.com) –