diff --git a/lib/index.js b/lib/index.js index 3a9b9c3..6be8371 100644 --- a/lib/index.js +++ b/lib/index.js @@ -15,7 +15,7 @@ function findProjectPath(resourcePath) { const ext = path.extname(resourcePath); - if (ext === '.xcodeproj' || ext === '.xcworkspace') { + if (ext === '.xcodeproj' || ext === '.xcworkspace' || ext === '.framework') { return resourcePath; }