diff --git a/Info.plist b/Info.plist
index feaf522..4715ed5 100644
--- a/Info.plist
+++ b/Info.plist
@@ -19,29 +19,33 @@
CFBundleShortVersionString
1.0.9
CFBundleSignature
- ????
+ BNDL
CFBundleVersion
109
+ CFPlugInFactories
+
+ 00000000-0000-0000-0000-000000000000
+ MyFactoryFunction
+
+ CFPlugInTypes
+
+ 00000000-0000-0000-0000-000000000000
+
+ Item 0
+ 00000000-0000-0000-0000-000000000000
+
LoadAtLaunch
- NSPrincipalClass
- XcodeColors
- SIMBLTargetApplications
+ DVTPlugInCompatibilityUUIDs
-
- BundleIdentifier
- com.apple.Xcode
-
-
- BundleIdentifier
- com.apple.dt.Xcode
-
+ 63FC1C47-140D-42B0-BB4D-A10B2D225574
+ 37B30044-3B14-46BA-ABAA-F01000C27B63
+ XC4Compatible
+
XCGCReady
XCPluginHasUI
- XC4Compatible
-
diff --git a/XcodeColors.xcodeproj/project.pbxproj b/XcodeColors.xcodeproj/project.pbxproj
index 3a35393..a3e5b42 100644
--- a/XcodeColors.xcodeproj/project.pbxproj
+++ b/XcodeColors.xcodeproj/project.pbxproj
@@ -38,7 +38,7 @@
19FCB50512410E410095CF63 /* MethodReplace.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MethodReplace.m; sourceTree = ""; };
19FD4822133A58110072594E /* version.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = version.plist; sourceTree = ""; };
32DBCF630370AF2F00C91783 /* XcodeColors_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XcodeColors_Prefix.pch; sourceTree = ""; };
- 8D5B49B6048680CD000E48DA /* XcodeColors.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XcodeColors.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8D5B49B6048680CD000E48DA /* XcodeColors.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XcodeColors.xcplugin; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; };
/* End PBXFileReference section */
@@ -118,7 +118,7 @@
19C28FB8FE9D52D311CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
- 8D5B49B6048680CD000E48DA /* XcodeColors.bundle */,
+ 8D5B49B6048680CD000E48DA /* XcodeColors.xcplugin */,
);
name = Products;
sourceTree = "";
@@ -151,7 +151,7 @@
name = XcodeColors;
productInstallPath = "$(HOME)/Library/Bundles";
productName = XcodeColors;
- productReference = 8D5B49B6048680CD000E48DA /* XcodeColors.bundle */;
+ productReference = 8D5B49B6048680CD000E48DA /* XcodeColors.xcplugin */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
@@ -236,16 +236,18 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
+ DEPLOYMENT_LOCATION = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = XcodeColors_Prefix.pch;
INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(HOME)/Library/Bundles";
+ INSTALL_PATH = "${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
PRODUCT_NAME = XcodeColors;
- WRAPPER_EXTENSION = bundle;
+ WRAPPER_EXTENSION = xcplugin;
};
name = Debug;
};
@@ -253,44 +255,46 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEPLOYMENT_LOCATION = YES;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = XcodeColors_Prefix.pch;
INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(HOME)/Library/Bundles";
+ INSTALL_PATH = "${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
PRODUCT_NAME = XcodeColors;
- WRAPPER_EXTENSION = bundle;
+ WRAPPER_EXTENSION = xcplugin;
};
name = Release;
};
1DEB913F08733D840010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Igor Belyaletdinov";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.5;
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
1DEB914008733D840010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Igor Belyaletdinov";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.5;
- SDKROOT = macosx10.6;
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
+ SDKROOT = macosx;
};
name = Release;
};