Fixing ITFoundation metadata, as well as the seg1addr linker flag
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 29 Oct 2003 04:05:36 +0000 (04:05 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 29 Oct 2003 04:05:36 +0000 (04:05 +0000)
ITFoundation.xcode/project.pbxproj
Info.plist

index 247473d..8b77c0b 100755 (executable)
                                LIBRARY_SEARCH_PATHS = "";
                                LIBRARY_STYLE = Dynamic;
                                MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OTHER_LDFLAGS = "";
+                               OTHER_LDFLAGS = "-seg1addr 0x15000000";
                                PRODUCT_NAME = ITFoundation;
                                SECTORDER_FLAGS = "";
                                WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
index 4787bfa..f13daff 100755 (executable)
@@ -9,13 +9,13 @@
        <key>CFBundleIconFile</key>
        <string></string>
        <key>CFBundleIdentifier</key>
-       <string>com.apple.yourcocoaframework</string>
+       <string>com.ithinksw.itfoundation</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
        <string>FMWK</string>
        <key>CFBundleSignature</key>
-       <string>????</string>
+       <string>ITfd</string>
        <key>CFBundleVersion</key>
        <string>1.0</string>
        <key>NSPrincipalClass</key>