I created a new cocos2d-html5 project, but cannot find any ios/android/win32 project folders?

I typed the following into my terminal:
Carls-MacBook-Air:bin carljalal$ python cocos.py new funGame -l js
And then it created the new funGame folder, but it doesn’t have any xcode projects or android folders or anything like that, so where can I find them, or am I doing something wrong?

Hi, @SuperCactus

The Xcode projects for both iOS and Mac are located in /frameworks/runtime-src/proj.ios_mac

Huabin