0

I downloaded Skia project from git repository. I searched the .xcodeproj files but couldn't find them... How will I use the project in Xcode? I am using mac os x 10.8 with xcode 4.6.

Abuzettin.H
  • 113
  • 2

1 Answers1

0

Did you try running ./gyp_skia --depth=. -f xcode -Dskia_os=mac in terminal while in skia folder?

user3648895
  • 395
  • 10
  • 20