Commit Graph

27 Commits

Author SHA1 Message Date
Peter Sauerbrei
deb07f0b44 fixes to XcodeProjectFileGenerator to add workspace folder
TTP337507
#ue4
#ios

[CL 2215099 by Peter Sauerbrei in Main branch]
2014-07-14 17:50:52 -04:00
Michael Trepka
546713be93 Fixed one more Xcode problem with too long user header paths and predefined macros being too long for its build system.
[CL 2191733 by Michael Trepka in Main branch]
2014-07-11 10:34:53 -04:00
Michael Trepka
ca1aa837bd Removed some Xcode project settings that we no longer need and that were causing warnings when opened in recent Xcode version
[CL 2176172 by Michael Trepka in Main branch]
2014-07-08 13:59:37 -04:00
Josh Adams
746e06b40e - Fixed remote path generation to work with projects on other drives (added a drive letter into the remote path as part of this) [ttp 338777]
- Only compile Metal if the engine is being compiled
- Fixed compiling PhysX for programs (removed Cooking lib for all configurations) in Android and IOS
- Deleted the PhysXCookingDEBUG.a lib for IOS and Android

[CL 2125367 by Josh Adams in Main branch]
2014-07-02 15:54:21 -04:00
Peter Sauerbrei
d4529e29cb fix for location of program plist in xcode project
#ue4
#ios

[CL 2119579 by Peter Sauerbrei in Main branch]
2014-06-27 11:47:55 -04:00
Michael Trepka
0af6071cb2 Disabled passBuildSettingsInEnvironment for all targets in Xcode project
[CL 2118155 by Michael Trepka in Main branch]
2014-06-26 12:57:09 -04:00
Michael Trepka
5302ee2d4c Few more compile error fixes for Xcode indexing
[CL 2109405 by Michael Trepka in Main branch]
2014-06-18 12:11:37 -04:00
Josh Adams
b552e2d883 Urban->Main
#codereview jeff.campeau,nick.penwarden,rolando.caloca

[CL 2108642 by Josh Adams in Main branch]
2014-06-17 18:27:26 -04:00
Michael Trepka
f3140f9ff6 Xcode indexing improvements:
- disabled use of headermaps, so it can handle multiple headers with the same name (in different folders) properly
- enabled use of UnrealEd.h as a precompiled header, which makes indexing faster

[CL 2103393 by Michael Trepka in Main branch]
2014-06-12 17:03:04 -04:00
Peter Sauerbrei
537c0573c1 fix for not finding device when using launch on
TTP337507
#ue4
#ios

[CL 2103211 by Peter Sauerbrei in Main branch]
2014-06-12 11:14:28 -04:00
Jaroslaw Palczynski
7606debc6d [GitHub] 66 : Start plumbing for advanced build handling
#ttp 333302
#codereview Robert.Manuszewski

[CL 2080176 by Jaroslaw Palczynski in Main branch]
2014-05-21 06:09:37 -04:00
Michael Trepka
0f56d9ec85 Small cleanup of UE4XcodeHelper use in Xcode project generator
[CL 2079020 by Michael Trepka in Main branch]
2014-05-20 11:49:08 -04:00
Michael Trepka
d4addbfcc9 Fix for product type setting in Xcode project generator
[CL 2078958 by Michael Trepka in Main branch]
2014-05-20 10:48:48 -04:00
Michael Trepka
077bf7deed Changed XcodeProjectTarget.Type in Xcode project generator from string to enum
[CL 2078937 by Michael Trepka in Main branch]
2014-05-20 10:28:53 -04:00
Michael Trepka
f02b966ecf Changed Xcode project generator so that files created by Xcode itself are stored in UE4's Intermediate dirs
[CL 2073060 by Michael Trepka in Main branch]
2014-05-14 14:50:45 -04:00
Michael Trepka
3c7c2accca Fixed a problem with Xcode project generator adding unnamed group to the list of file references
[CL 2067461 by Michael Trepka in Main branch]
2014-05-08 17:18:04 -04:00
Michael Trepka
7b51c7545f Restored creating of references to source code folders in deploy-only iOS Xcode projects
[CL 2065676 by Michael Trepka in Main branch]
2014-05-07 11:39:57 -04:00
Peter Sauerbrei
49e89d7df8 fix for stub file not including the signed executable and plist file
#ue4
#ios

[CL 2064848 by Peter Sauerbrei in Main branch]
2014-05-06 16:04:39 -04:00
Michael Trepka
d44c52749c Changed Xcode project generator so it creates schemes for targets also for iOS deployment-only projects
[CL 2062066 by Michael Trepka in Main branch]
2014-05-02 09:18:57 -04:00
Michael Trepka
3b2eb0a309 Fixed iOS stub building
[CL 2061329 by Michael Trepka in Main branch]
2014-05-01 14:44:25 -04:00
Michael Trepka
ed60b64b2b Changed Xcode project generator so that PC and Mac generate identical projects for iOS deployment. Also, cleaned up the generator a bit.
#codereview Peter.Sauerbrei

[CL 2061079 by Michael Trepka in Main branch]
2014-05-01 11:18:39 -04:00
Peter Sauerbrei
b46ccaacf2 Fix for double build of iOS when trying to codesign
#ue4
#ios

[CL 2056586 by Peter Sauerbrei in Main branch]
2014-04-25 13:10:14 -04:00
Peter Sauerbrei
26e9401a60 #ue4
#ios
* fix for xcode generation for UE4Client

[CL 2049869 by Peter Sauerbrei in Main branch]
2014-04-23 19:33:56 -04:00
Michael Trepka
02c6d41f8a Delete "Run (iOS)" Xcode schemes that we don't use any more when regenerating Xcode project
[CL 2046627 by Michael Trepka in Main branch]
2014-04-23 18:52:07 -04:00
Michael Trepka
f1d88c2137 Many improvements to Xcode project generator, including fixes for project indexing, got rid of separate build and run iOS targets and code cleanup.
[CL 2039933 by Michael Trepka in Main branch]
2014-04-23 17:32:01 -04:00