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

Commit

Permalink
iOS Xcode project template fixes/changes.
Browse files Browse the repository at this point in the history
- Embedded headers
- Embedded Universal Device/Simulator libSDL.a
- Changed search paths.
- Removed cruft from copy resources.
  • Loading branch information
Eric Wing committed Jan 31, 2011
1 parent cb88706 commit 847c8bb
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj/project.pbxproj
Expand Up @@ -271,14 +271,14 @@
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 00B4F47112F696830084EC00 /* BuildUniversalSimulatorDevicelibSDL */;
remoteGlobalIDString = 00B4F47112F696830084EC00;
remoteInfo = BuildUniversalSimulatorDevicelibSDL;
};
00B4F4B012F6A9F00084EC00 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0064653F107E3D7400183915 /* Generate Header Files */;
remoteGlobalIDString = 0064653F107E3D7400183915;
remoteInfo = "Generate Header Files";
};
/* End PBXContainerItemProxy section */
Expand Down

0 comments on commit 847c8bb

Please sign in to comment.