Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed building with the latest iOS SDK (4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 19, 2011
1 parent 7ff2650 commit cf7ab36
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Xcode-iPhoneOS/Demos/DemosiPhoneOS.xcodeproj/project.pbxproj
Expand Up @@ -798,7 +798,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Happy;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand All @@ -825,7 +825,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Happy;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -854,7 +854,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Accel;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand Down Expand Up @@ -882,7 +882,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Accel;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -912,7 +912,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Keyboard;
SDKROOT = iphonesimulator2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand Down Expand Up @@ -941,7 +941,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Fireworks;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -970,7 +970,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Touch;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand Down Expand Up @@ -998,7 +998,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Touch;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -1028,7 +1028,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Fireworks;
SDKROOT = iphonesimulator2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand Down Expand Up @@ -1057,7 +1057,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Fireworks;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down Expand Up @@ -1087,7 +1087,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Mixer;
SDKROOT = iphonesimulator2.0;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand Down Expand Up @@ -1116,7 +1116,7 @@
);
PREBINDING = NO;
PRODUCT_NAME = Mixer;
SDKROOT = iphoneos2.0;
SDKROOT = iphoneos;
ZERO_LINK = NO;
};
name = Release;
Expand Down

0 comments on commit cf7ab36

Please sign in to comment.