Skip to content

Commit

Permalink
Fixed a missing SDK in one of the example apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskroch committed Aug 4, 2011
1 parent 89a4bdf commit c4e7091
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"-ObjC",
);
PRODUCT_NAME = "CPTTestApp-iPhone";
SDKROOT = iphoneos;
};
name = Debug;
};
Expand All @@ -320,7 +321,7 @@
);
PRODUCT_NAME = "CPTTestApp-iPhone";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphonesimulator4.1;
SDKROOT = iphoneos;
};
name = Release;
};
Expand Down

0 comments on commit c4e7091

Please sign in to comment.