Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 22a391c

Browse files
author
Dorian Johnson
committed
Update README; minor build settings changes.
1 parent c29decc commit 22a391c

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.mdown

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
About dorianj/PSMTabBarControl
22
===
3-
PSMTabBarControl remains the best way to have Safari-style tabs in your app. This fork makes it easy to use PSMTabBarControl when developing apps for 10.6/10.7 using Xcode 4.
3+
PSMTabBarControl remains the best way to have Safari-style tabs in your app. This fork makes it easy to use PSMTabBarControl when developing apps for 10.6, 10.7, and 10.8 using Xcode 4. It is also Retina-ready.
44

5-
This fork contains none of the IBPlugin stuff, and removes unnecessary graphics to get a much smaller framework size (about 850kb uncompressed, 200kb deflated).
5+
This fork contains none of the IBPlugin stuff, and removes unnecessary graphics to get a much smaller framework size (about 668kb uncompressed, 232kb deflated).
6+
7+
If you make any improvements, please submit them as pull requests.
68

79
Building
810
====

Source/PSMTabBarControl.xcodeproj/project.pbxproj

+5-9
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,14 @@
260260
0259C582FE90428111CA0C5A /* Resources */ = {
261261
isa = PBXGroup;
262262
children = (
263-
98CC8D2F15CECFB900A40F8B /* [email protected] */,
264-
98CC8D3015CECFB900A40F8B /* [email protected] */,
265-
98CC8D3115CECFB900A40F8B /* [email protected] */,
266-
98CC8D3215CECFB900A40F8B /* [email protected] */,
267-
98CC8D3315CECFB900A40F8B /* [email protected] */,
268263
8B3987C31184F19D004462EE /* AdiumGradient.png */,
269264
8B3987C41184F19D004462EE /* AquaTabClose_Front_Pressed.png */,
270265
8B3987C51184F19D004462EE /* AquaTabClose_Front_Rollover.png */,
266+
98CC8D3015CECFB900A40F8B /* [email protected] */,
271267
8B3987C61184F19D004462EE /* AquaTabClose_Front.png */,
268+
98CC8D3115CECFB900A40F8B /* [email protected] */,
272269
8B3987C71184F19D004462EE /* AquaTabCloseDirty_Front_Pressed.png */,
270+
98CC8D2F15CECFB900A40F8B /* [email protected] */,
273271
8B3987C81184F19D004462EE /* AquaTabCloseDirty_Front_Rollover.png */,
274272
8B3987C91184F19D004462EE /* AquaTabCloseDirty_Front.png */,
275273
8B3987CA1184F19D004462EE /* AquaTabNew.png */,
@@ -283,7 +281,9 @@
283281
8B3987D21184F19D004462EE /* AquaTabsSeparatorDown.png */,
284282
8B3987D51184F19D004462EE /* largeImage.png */,
285283
8B3987D81184F19D004462EE /* overflowImage.png */,
284+
98CC8D3215CECFB900A40F8B /* [email protected] */,
286285
8B3987D91184F19D004462EE /* overflowImagePressed.png */,
286+
98CC8D3315CECFB900A40F8B /* [email protected] */,
287287
8B3987DA1184F19D004462EE /* pi.png */,
288288
8B3987DC1184F19D004462EE /* TabClose_Dirty_Pressed.png */,
289289
8B3987DD1184F19D004462EE /* TabClose_Dirty_Rollover.png */,
@@ -690,11 +690,9 @@
690690
FRAMEWORK_VERSION = A;
691691
GCC_DYNAMIC_NO_PIC = NO;
692692
GCC_ENABLE_OBJC_GC = supported;
693-
GCC_MODEL_TUNING = G5;
694693
GCC_OPTIMIZATION_LEVEL = 0;
695694
GCC_PRECOMPILE_PREFIX_HEADER = YES;
696695
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
697-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
698696
INFOPLIST_FILE = "PSMTabBarControl-Info.plist";
699697
INSTALL_PATH = "@loader_path/../Frameworks";
700698
PRODUCT_NAME = PSMTabBarControl;
@@ -710,10 +708,8 @@
710708
DYLIB_CURRENT_VERSION = 1;
711709
FRAMEWORK_VERSION = A;
712710
GCC_ENABLE_OBJC_GC = supported;
713-
GCC_MODEL_TUNING = G5;
714711
GCC_PRECOMPILE_PREFIX_HEADER = YES;
715712
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
716-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
717713
INFOPLIST_FILE = "PSMTabBarControl-Info.plist";
718714
INSTALL_MODE_FLAG = "go-w,a+rX";
719715
INSTALL_PATH = "@loader_path/../Frameworks";

0 commit comments

Comments
 (0)