We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61e21a commit a2f4536Copy full SHA for a2f4536
index.js
@@ -0,0 +1 @@
1
+exports.project = require('./lib/pbxProject')
package.json
@@ -2,7 +2,8 @@
2
"author": "Andrew Lunny <alunny@gmail.com>",
3
"name": "xcode",
4
"description": "tools for working with xcode projects",
5
- "version": "0.2.0",
+ "version": "0.2.1",
6
+ "main":"index.js",
7
"repository": {
8
"url": ""
9
},
0 commit comments