Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jul 26, 2017
2 parents 0cb3600 + dca6256 commit 99bcdc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion SwiftVer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftVer'
s.version = '2.0.1'
s.version = '2.0.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Parses bundle and autorevision version information for use in applications and about pages.'
s.description = <<-DESC
Expand All @@ -16,4 +16,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'Source/*.swift'
s.documentation_url = 'https://github.com/brightdigit/swiftver'
end
8 changes: 4 additions & 4 deletions swiftver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
};
};
};
buildConfigurationList = D95E1BD71D88D63300F94976 /* Build configuration list for PBXProject "SwiftVer" */;
buildConfigurationList = D95E1BD71D88D63300F94976 /* Build configuration list for PBXProject "swiftver" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -1227,7 +1227,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.1;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.2;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1283,7 +1283,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.1;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.2;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -1416,7 +1416,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D95E1BD71D88D63300F94976 /* Build configuration list for PBXProject "SwiftVer" */ = {
D95E1BD71D88D63300F94976 /* Build configuration list for PBXProject "swiftver" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D95E1BEF1D88D63400F94976 /* Debug */,
Expand Down

0 comments on commit 99bcdc6

Please sign in to comment.