Skip to content

Commit

Permalink
version bump and upgrade to latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmenter committed Nov 23, 2015
1 parent 31617be commit 6b8af45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion JAMSVGImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JAMSVGImage"
s.version = "1.6.0"
s.version = "1.6.1"
s.summary = "An easy way to display resolution-independent SVG image graphics in iOS."

s.description = <<-DESC
Expand Down
5 changes: 4 additions & 1 deletion JAMSVGImage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = JAM;
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Jeff Menter";
};
buildConfigurationList = 63D2066E18EF501F00FAC851 /* Build configuration list for PBXProject "JAMSVGImage" */;
Expand Down Expand Up @@ -471,6 +471,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -534,6 +535,7 @@
GCC_PREFIX_HEADER = "JAMSVGImage/JAMSVGImage-Prefix.pch";
INFOPLIST_FILE = "JAMSVGImage/JAMSVGImage-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -548,6 +550,7 @@
GCC_PREFIX_HEADER = "JAMSVGImage/JAMSVGImage-Prefix.pch";
INFOPLIST_FILE = "JAMSVGImage/JAMSVGImage-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
6 changes: 3 additions & 3 deletions JAMSVGImage/JAMSVGImage-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.jeffmenter.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.6</string>
<string>1.6.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit 6b8af45

Please sign in to comment.