Skip to content

Commit

Permalink
Removed PPC support for Mac App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Jul 13, 2011
1 parent 5773374 commit e05e72d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/VillainousStyle.xcodeproj/project.pbxproj
Expand Up @@ -968,6 +968,7 @@
); );
PRODUCT_NAME = VillainousStyle; PRODUCT_NAME = VillainousStyle;
SDKROOT = macosx10.6; SDKROOT = macosx10.6;
VALID_ARCHS = "i386 x86_64";
}; };
name = Debug; name = Debug;
}; };
Expand Down Expand Up @@ -997,6 +998,7 @@
); );
PRODUCT_NAME = VillainousStyle; PRODUCT_NAME = VillainousStyle;
SDKROOT = macosx10.6; SDKROOT = macosx10.6;
VALID_ARCHS = "i386 x86_64";
ZERO_LINK = NO; ZERO_LINK = NO;
}; };
name = Release; name = Release;
Expand Down Expand Up @@ -1095,6 +1097,7 @@
AppKit, AppKit,
); );
PRODUCT_NAME = VillainousStyle; PRODUCT_NAME = VillainousStyle;
VALID_ARCHS = "i386 x86_64";
ZERO_LINK = NO; ZERO_LINK = NO;
}; };
name = Release; name = Release;
Expand Down

0 comments on commit e05e72d

Please sign in to comment.