Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

fixed-project.diff (69.1 KB) - added by tiennou 16 years ago.
fixed-project.2.diff (16.6 KB) - added by tiennou 16 years ago.
Bad One !

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by tiennou

Changed 16 years ago by tiennou

Bad One !

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.