Overview
Comment: | Fix incorrect framework version. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 0.7 |
Files: | files | file ages | folders |
SHA3-256: |
d43fda6b790ae4c21d966d86c6906ac3 |
User & Date: | js on 2012-10-29 11:58:08 |
Other Links: | branch diff | manifest | tags |
Context
2012-10-29
| ||
12:37 | Documentation fixes. check-in: 7c1da1aa15 user: js tags: 0.7 | |
11:58 | Fix incorrect framework version. check-in: d43fda6b79 user: js tags: 0.7 | |
08:00 | Documentation improvements. check-in: 7a3977d7fd user: js tags: 0.7 | |
Changes
Modified ObjFW.xcodeproj/project.pbxproj from [1d3afb7b15] to [91cbd2f31d].
︙ | ︙ | |||
1773 1774 1775 1776 1777 1778 1779 | PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 4B3D23871337FBC800DD29B8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { | | | | | | 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 | PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; 4B3D23871337FBC800DD29B8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 6; DYLIB_CURRENT_VERSION = 6; FRAMEWORK_VERSION = A; INFOPLIST_FILE = Info.plist; OTHER_LDFLAGS = ( "-Wl,-reexport-lobjc", "-lobjc", "-lm", "-Xarch_x86_64", "-Wl,-alias_list,${SOURCE_ROOT}/src/mach_alias_list", ); PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = framework; }; name = Debug; }; 4B3D23881337FBC800DD29B8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 6; DYLIB_CURRENT_VERSION = 6; FRAMEWORK_VERSION = A; INFOPLIST_FILE = Info.plist; OTHER_LDFLAGS = ( "-Wl,-reexport-lobjc", "-lobjc", "-lm", "-Xarch_x86_64", |
︙ | ︙ |