Skip to content

Commit

Permalink
Merge pull request #30 from jukiginanjar/development
Browse files Browse the repository at this point in the history
Remove CardIO on header path on build settings
  • Loading branch information
jukiginanjar committed Jun 6, 2016
2 parents 26d3ad5 + 60d92b3 commit 4b8fd90
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions MidtransKit/MidtransKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,18 +208,6 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
305494191C759EDF00938C17 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/$(PRODUCT_NAME)";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
3005E2751C7C175000064169 /* VTAddCardController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VTAddCardController.h; sourceTree = "<group>"; };
3005E2761C7C175000064169 /* VTAddCardController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VTAddCardController.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -897,7 +885,6 @@
buildPhases = (
305494171C759EDF00938C17 /* Sources */,
305494181C759EDF00938C17 /* Frameworks */,
305494191C759EDF00938C17 /* CopyFiles */,
3054942E1C759F3100938C17 /* Headers */,
E568F1EE1D02ADB200A8531D /* ShellScript */,
);
Expand Down Expand Up @@ -1274,15 +1261,8 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
HEADER_SEARCH_PATHS = (
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include",
"$(SRCROOT)/CardIO",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/MidtransKit/Flurry",
"$(SRCROOT)/CardIO",
);
HEADER_SEARCH_PATHS = "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include";
LIBRARY_SEARCH_PATHS = "$(inherited)";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1302,15 +1282,8 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
HEADER_SEARCH_PATHS = (
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include",
"$(SRCROOT)/CardIO",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/MidtransKit/Flurry",
"$(SRCROOT)/CardIO",
);
HEADER_SEARCH_PATHS = "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include";
LIBRARY_SEARCH_PATHS = "$(inherited)";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 4b8fd90

Please sign in to comment.