Skip to content

Commit

Permalink
Changes deployment target
Browse files Browse the repository at this point in the history
Adds back info plist
  • Loading branch information
ricobeck committed Aug 17, 2015
1 parent c7748b8 commit f94cd10
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 15 deletions.
26 changes: 26 additions & 0 deletions CSV-Info.plist
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
29 changes: 14 additions & 15 deletions CSV.xcodeproj/project.pbxproj
Expand Up @@ -16,6 +16,7 @@
1D39B3201B825B47009B98A3 /* CSVRow.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A03FA5170F0680009C87DC /* CSVRow.m */; };
1D39B3211B825B47009B98A3 /* CSVSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A03FAF170F52BA009C87DC /* CSVSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; };
1D39B3221B825B47009B98A3 /* CSVSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A03FB0170F52BA009C87DC /* CSVSerializer.m */; };
1D39B3251B8264B8009B98A3 /* CSV-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1D39B3241B8264B8009B98A3 /* CSV-Info.plist */; };
94A03F56170EF5E0009C87DC /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94A03F55170EF5E0009C87DC /* SenTestingKit.framework */; };
94A03F59170EF5E0009C87DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94A03F46170EF5E0009C87DC /* Foundation.framework */; };
94A03F88170EFF90009C87DC /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94A03F55170EF5E0009C87DC /* SenTestingKit.framework */; };
Expand All @@ -29,7 +30,7 @@

/* Begin PBXFileReference section */
1D39B3121B825B3F009B98A3 /* CSV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CSV.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1D39B3161B825B3F009B98A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1D39B3241B8264B8009B98A3 /* CSV-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "CSV-Info.plist"; sourceTree = "<group>"; };
76F70D663A4B4B99A3733301 /* libPods-Unit Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Unit Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
94A03F46170EF5E0009C87DC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
94A03F54170EF5E0009C87DC /* Unit Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Unit Tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -51,7 +52,6 @@
94A03FAD170F519D009C87DC /* CSVSerializerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSVSerializerTests.m; sourceTree = "<group>"; };
94A03FAF170F52BA009C87DC /* CSVSerializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSVSerializer.h; sourceTree = "<group>"; };
94A03FB0170F52BA009C87DC /* CSVSerializer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSVSerializer.m; sourceTree = "<group>"; };
D5BA2348C874475BB8C0346E /* Pods-Unit Tests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Unit Tests.xcconfig"; path = "Pods/Pods-Unit Tests.xcconfig"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -84,24 +84,23 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
1D39B3131B825B3F009B98A3 /* RDCSV */ = {
1D39B3231B82649B009B98A3 /* Resources */ = {
isa = PBXGroup;
children = (
1D39B3161B825B3F009B98A3 /* Info.plist */,
1D39B3241B8264B8009B98A3 /* CSV-Info.plist */,
);
path = RDCSV;
name = Resources;
sourceTree = "<group>";
};
94A03F3A170EF5E0009C87DC = {
isa = PBXGroup;
children = (
1D39B3231B82649B009B98A3 /* Resources */,
94A03F7C170EFF65009C87DC /* CSV */,
94A03F75170EFF20009C87DC /* Unit Tests */,
94A03F8B170EFF90009C87DC /* Integrated Tests */,
1D39B3131B825B3F009B98A3 /* RDCSV */,
94A03F45170EF5E0009C87DC /* Frameworks */,
94A03F44170EF5E0009C87DC /* Products */,
D5BA2348C874475BB8C0346E /* Pods-Unit Tests.xcconfig */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -291,6 +290,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1D39B3251B8264B8009B98A3 /* CSV-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -409,12 +409,12 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = RDCSV/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/CSV-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.ryandavies.RDCSV;
PRODUCT_BUNDLE_IDENTIFIER = net.ryandavies.CSV;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -448,12 +448,12 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = RDCSV/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/CSV-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = net.ryandavies.RDCSV;
PRODUCT_BUNDLE_IDENTIFIER = net.ryandavies.CSV;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -516,7 +516,6 @@
};
94A03F6C170EF5E0009C87DC /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D5BA2348C874475BB8C0346E /* Pods-Unit Tests.xcconfig */;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
Expand All @@ -531,7 +530,6 @@
};
94A03F6D170EF5E0009C87DC /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D5BA2348C874475BB8C0346E /* Pods-Unit Tests.xcconfig */;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
Expand Down Expand Up @@ -582,6 +580,7 @@
1D39B3181B825B3F009B98A3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
94A03F3E170EF5E0009C87DC /* Build configuration list for PBXProject "CSV" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit f94cd10

Please sign in to comment.