File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1588
1588
LIBRARY_SEARCH_PATHS = libgit2;
1589
1589
MACOSX_DEPLOYMENT_TARGET = 10.7;
1590
1590
PRODUCT_NAME = GitX;
1591
- SDKROOT = macosx10.7;
1592
1591
WRAPPER_EXTENSION = app;
1593
1592
ZERO_LINK = YES;
1594
1593
};
1616
1615
LIBRARY_SEARCH_PATHS = libgit2;
1617
1616
MACOSX_DEPLOYMENT_TARGET = 10.7;
1618
1617
PRODUCT_NAME = GitX;
1619
- SDKROOT = macosx10.7;
1620
1618
WRAPPER_EXTENSION = app;
1621
1619
};
1622
1620
name = Release;
1623
1621
};
1624
1622
26FC0A890875C7B200E6366F /* Debug */ = {
1625
1623
isa = XCBuildConfiguration;
1626
1624
buildSettings = {
1627
- ARCHS = "$(NATIVE_ARCH_ACTUAL )";
1625
+ ARCHS = "$(ARCHS_STANDARD_64_BIT )";
1628
1626
GCC_ENABLE_OBJC_GC = required;
1629
1627
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
1630
1628
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = DEBUG_BUILD;
1631
1629
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1632
1630
GCC_WARN_UNUSED_VARIABLE = YES;
1633
1631
INFOPLIST_PREPROCESS = YES;
1634
1632
MACOSX_DEPLOYMENT_TARGET = 10.7;
1635
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk" ;
1633
+ SDKROOT = macosx10.7 ;
1636
1634
};
1637
1635
name = Debug;
1638
1636
};
1646
1644
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
1647
1645
INFOPLIST_PREPROCESS = YES;
1648
1646
MACOSX_DEPLOYMENT_TARGET = 10.7;
1649
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk" ;
1647
+ SDKROOT = macosx10.7 ;
1650
1648
};
1651
1649
name = Release;
1652
1650
};
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildAction () {
17
17
git submodule update
18
18
cd libgit2
19
19
rm -f libgit2.a
20
- make CFLAGS=" -arch i386 -arch ppc -arch x86_64"
20
+ make CFLAGS=" -arch x86_64"
21
21
ranlib libgit2.a
22
22
else
23
23
echo " error: Not a git repository."
You can’t perform that action at this time.
0 commit comments