From 296a80d7e19ac2c1d8d9a4a1147699f65905e956 Mon Sep 17 00:00:00 2001 From: Ethan Huang Date: Sun, 5 Aug 2018 18:31:06 +0800 Subject: [PATCH] 1.0.2(7) --- Blahker.xcodeproj/project.pbxproj | 6 ++++-- Blahker/Info.plist | 2 +- BlahkerTests/Info.plist | 2 +- CHANGELOG.md | 2 ++ ContentBlocker/Info.plist | 2 +- fastlane/Fastfile | 4 ++-- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Blahker.xcodeproj/project.pbxproj b/Blahker.xcodeproj/project.pbxproj index d258607..e70f40f 100644 --- a/Blahker.xcodeproj/project.pbxproj +++ b/Blahker.xcodeproj/project.pbxproj @@ -421,7 +421,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -446,6 +446,7 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = arm64; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -483,7 +484,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -501,6 +502,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + VALID_ARCHS = arm64; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/Blahker/Info.plist b/Blahker/Info.plist index 9e4ab45..e77ab4c 100644 --- a/Blahker/Info.plist +++ b/Blahker/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 1.0.2 CFBundleVersion - 6 + 7 LSRequiresIPhoneOS UIBackgroundModes diff --git a/BlahkerTests/Info.plist b/BlahkerTests/Info.plist index 75a4842..802a51e 100644 --- a/BlahkerTests/Info.plist +++ b/BlahkerTests/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0.2 CFBundleVersion - 6 + 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a56dbb..40ec2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG # Blahker + +## [iOS 1.0.2(7)] - 2018-08-05 - Replace SwiftyJSON with Codable #172 - Add unit tests for blockerLists.json #173 - TravisCI integration #174 diff --git a/ContentBlocker/Info.plist b/ContentBlocker/Info.plist index b15baff..abc1c88 100644 --- a/ContentBlocker/Info.plist +++ b/ContentBlocker/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 1.0.2 CFBundleVersion - 6 + 7 NSExtension NSExtensionPointIdentifier diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ca47bc4..5fecdaa 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -25,9 +25,9 @@ platform :ios do desc "Apply version & build number" lane :vb do version_number = "1.0.2" # Change version number here - build_number = "6" # Change build number here + build_number = "7" # Change build number here - ensure_git_branch(branch: 'dev') + ensure_git_branch(branch: 'master') git_pull increment_version_number(