Skip to content

Commit

Permalink
Increase build number
Browse files Browse the repository at this point in the history
  • Loading branch information
m-herold committed Oct 21, 2019
1 parent bb33e03 commit c2b2928
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/Catty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@
name = Products;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA = {
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
CD0CCE54170CB39600B70036 /* Catty */,
Expand Down Expand Up @@ -8216,8 +8216,9 @@
ha,
si,
ak,
bn,
);
mainGroup = 29B97314FDCFA39411CA2CEA;
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
projectDirPath = "";
projectReferences = (
Expand Down Expand Up @@ -10050,7 +10051,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$SDKROOT/usr/include/libxml2",
$SDKROOT/usr/include/libxml2,
"\"$(TARGET_TEMP_DIR)/../$(PROJECT_NAME).build/DerivedSources\"",
);
INFOPLIST_FILE = CattyTests/Info.plist;
Expand Down Expand Up @@ -10104,7 +10105,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$SDKROOT/usr/include/libxml2",
$SDKROOT/usr/include/libxml2,
"\"$(TARGET_TEMP_DIR)/../$(PROJECT_NAME).build/DerivedSources\"",
);
INFOPLIST_FILE = CattyTests/Info.plist;
Expand Down Expand Up @@ -10135,7 +10136,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 32;
CURRENT_PROJECT_VERSION = 33;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -10149,7 +10150,7 @@
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
HEADER_SEARCH_PATHS = "$SDKROOT/usr/include/libxml2";
HEADER_SEARCH_PATHS = $SDKROOT/usr/include/libxml2;
INFOPLIST_FILE = "Catty/App-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down Expand Up @@ -10182,7 +10183,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 32;
CURRENT_PROJECT_VERSION = 33;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -10196,7 +10197,7 @@
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
HEADER_SEARCH_PATHS = "$SDKROOT/usr/include/libxml2";
HEADER_SEARCH_PATHS = $SDKROOT/usr/include/libxml2;
INFOPLIST_FILE = "Catty/App-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit c2b2928

Please sign in to comment.