From 98e968e7b6c1318fb61df23e347bc319761e8acb Mon Sep 17 00:00:00 2001 From: Ashley Mills Date: Tue, 15 Oct 2019 14:54:56 +0100 Subject: [PATCH] 5.0.0 Release --- Reachability.xcodeproj/project.pbxproj | 4 +++- .../xcschemes/Reachability.xcscheme | 24 ++++++++----------- ReachabilityAppleTVSample/Info.plist | 2 +- ReachabilityMacSample/Info.plist | 2 +- ReachabilitySample/Info.plist | 2 +- ReachabilitySwift.podspec | 2 +- Sources/Info.plist | 2 +- 7 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Reachability.xcodeproj/project.pbxproj b/Reachability.xcodeproj/project.pbxproj index 3d10973c..fd0c767b 100644 --- a/Reachability.xcodeproj/project.pbxproj +++ b/Reachability.xcodeproj/project.pbxproj @@ -385,7 +385,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1110; ORGANIZATIONNAME = "Ashley Mills"; TargetAttributes = { 00C54B1E1C09CF67001C3F12 = { @@ -593,6 +593,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = ReachabilityMacSample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; @@ -607,6 +608,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = ReachabilityMacSample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; diff --git a/Reachability.xcodeproj/xcshareddata/xcschemes/Reachability.xcscheme b/Reachability.xcodeproj/xcshareddata/xcschemes/Reachability.xcscheme index cf8f1ceb..8ddc45f7 100644 --- a/Reachability.xcodeproj/xcshareddata/xcschemes/Reachability.xcscheme +++ b/Reachability.xcodeproj/xcshareddata/xcschemes/Reachability.xcscheme @@ -1,6 +1,6 @@ + + + + @@ -39,17 +48,6 @@ - - - - - - - - CFBundlePackageType APPL CFBundleShortVersionString - 5.0.0-beta1 + 5.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReachabilityMacSample/Info.plist b/ReachabilityMacSample/Info.plist index 45ec679b..c7bb585a 100644 --- a/ReachabilityMacSample/Info.plist +++ b/ReachabilityMacSample/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.0.0-beta1 + 5.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReachabilitySample/Info.plist b/ReachabilitySample/Info.plist index 8dcbe80f..2d5ae9b4 100644 --- a/ReachabilitySample/Info.plist +++ b/ReachabilitySample/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.0.0-beta1 + 5.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReachabilitySwift.podspec b/ReachabilitySwift.podspec index fdf01ea6..f0038a17 100644 --- a/ReachabilitySwift.podspec +++ b/ReachabilitySwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ReachabilitySwift' - s.version = '5.0.0-beta1' + s.version = '5.0.0' s.module_name = 'Reachability' s.homepage = 'https://github.com/ashleymills/Reachability.swift' s.authors = { diff --git a/Sources/Info.plist b/Sources/Info.plist index 523f4273..e6771905 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.0-beta1 + 5.0.0 CFBundleSignature ???? CFBundleVersion