Skip to content

Commit

Permalink
support Xcode 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RbBtSn0w committed Dec 9, 2015
1 parent d6b7201 commit a778880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion XAlign.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
E9F8D3BC1837349200F0CF4B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = net.qfish;
};
buildConfigurationList = E9F8D3BF1837349200F0CF4B /* Build configuration list for PBXProject "XAlign" */;
Expand Down Expand Up @@ -278,6 +278,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -345,6 +346,7 @@
GCC_PREFIX_HEADER = "XAlign/XAlign-Prefix.pch";
INFOPLIST_FILE = "XAlign/XAlign-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
PRODUCT_BUNDLE_IDENTIFIER = "net.qfish.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = xcplugin;
};
Expand All @@ -366,6 +368,7 @@
INFOPLIST_FILE = "XAlign/XAlign-Info.plist";
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "net.qfish.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = xcplugin;
};
Expand Down
3 changes: 2 additions & 1 deletion XAlign/XAlign-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>net.qfish.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down Expand Up @@ -40,6 +40,7 @@
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
<string>CC0D0F4F-05B3-431A-8F33-F84AFCB2C651</string>
<string>7265231C-39B4-402C-89E1-16167C4CC990</string>
<string>F41BD31E-2683-44B8-AE7F-5F09E919790E</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013 net.qfish. All rights reserved.</string>
Expand Down

0 comments on commit a778880

Please sign in to comment.