Skip to content

Commit

Permalink
Updated some build settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyworrall committed Mar 19, 2016
1 parent 3bde3b7 commit 23f22fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions AGTable.xcodeproj/project.pbxproj
Expand Up @@ -36,7 +36,6 @@
063FE4DE1A327D98004104B7 /* AGTableMultiplePrototypesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4D71A327D98004104B7 /* AGTableMultiplePrototypesTests.m */; };
063FE4DF1A327D98004104B7 /* AGTableUnsplitMPTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4D91A327D98004104B7 /* AGTableUnsplitMPTests.m */; };
063FE4E01A327D98004104B7 /* AGTableRPVisibilityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4DB1A327D98004104B7 /* AGTableRPVisibilityTests.m */; };
063FE4E21A327DB3004104B7 /* AGTableTests-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 063FE4E11A327DB3004104B7 /* AGTableTests-Info.plist */; };
063FE4E31A327E38004104B7 /* AGBinding.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4BE1A327CC6004104B7 /* AGBinding.m */; };
063FE4E41A327E38004104B7 /* AGTableChooserTextFieldViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4BF1A327CC6004104B7 /* AGTableChooserTextFieldViewController.m */; };
063FE4E51A327E38004104B7 /* AGTableChooserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FE4C01A327CC6004104B7 /* AGTableChooserViewController.m */; };
Expand Down Expand Up @@ -297,7 +296,7 @@
063FE47A1A327C5D004104B7 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Amy Worrall";
TargetAttributes = {
063FE4821A327C5D004104B7 = {
Expand Down Expand Up @@ -339,7 +338,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
063FE4E21A327DB3004104B7 /* AGTableTests-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -413,6 +411,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 @@ -490,6 +489,7 @@
INFOPLIST_FILE = "AGTable/AGTable-Info.plist";
INSTALL_GROUP = admin;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.amyworrall.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SKIP_INSTALL = YES;
Expand All @@ -510,6 +510,7 @@
INFOPLIST_FILE = "AGTable/AGTable-Info.plist";
INSTALL_GROUP = admin;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.amyworrall.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SKIP_INSTALL = YES;
Expand All @@ -532,6 +533,7 @@
);
INFOPLIST_FILE = "AGTableTests/AGTableTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.amyworrall.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -548,6 +550,7 @@
GCC_PREFIX_HEADER = "AGTable/AGTable-Prefix.pch";
INFOPLIST_FILE = "AGTableTests/AGTableTests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.amyworrall.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion AGTable/AGTable-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.amyworrall.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion AGTableTests/AGTableTests-Info.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.amyworrall.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 23f22fa

Please sign in to comment.