#331 closed Enhancement (fixed)
Updated Xcode project
Reported by: | tiennou | Owned by: | somebody |
---|---|---|---|
Priority: | Low | Milestone: | None Set |
Component: | Transmission | Version: | 0.82+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
This also corrects what's stated in #323.
I uniformized the build settings, so that they flow from Project settings to Target settings.
Differences :
- The Development builds build for $(NATIVE_ARCH), aren't optimized, have Fix & Continue, Generate Debug Symbols
- The Release builds are Universal, are optimized (-Os), don't allow Fix & Continue, don't have debug symbols
- Both handle ObjC exceptions, no prebinding.
And now you can tweak a thing in libT, and get a Transmission.app that really links in you changes ;-)
Attachments (2)
Change History (4)
Changed 16 years ago by tiennou
Changed 16 years ago by tiennou
comment:1 Changed 16 years ago by livings124
- Resolution set to fixed
- Status changed from new to closed
added in [3030]
comment:2 Changed 16 years ago by laurris
Thanks, it's cleaner like this. Laurris (#323 author).
Note: See
TracTickets for help on using
tickets.
Bad One !