Skip to content

Commit

Permalink
Fixed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Cheng committed Mar 21, 2016
1 parent 5fe7021 commit c5c7638
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 46 deletions.
7 changes: 6 additions & 1 deletion SimDirs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
C9194D1D19C09A03004178EB /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Quiet Spark";
TargetAttributes = {
C9194D2419C09A03004178EB = {
Expand Down Expand Up @@ -283,6 +283,7 @@
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -346,6 +347,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SimDirs/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.quietspark.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -357,6 +359,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = SimDirs/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.quietspark.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand All @@ -376,6 +379,7 @@
);
INFOPLIST_FILE = SimDirsTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.quietspark.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimDirs.app/Contents/MacOS/SimDirs";
};
Expand All @@ -392,6 +396,7 @@
);
INFOPLIST_FILE = SimDirsTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.quietspark.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimDirs.app/Contents/MacOS/SimDirs";
};
Expand Down
Loading

0 comments on commit c5c7638

Please sign in to comment.