From dd11ca9a7532cc537f8826842b5169ca2b56b5d3 Mon Sep 17 00:00:00 2001 From: Chace Daniels Date: Tue, 10 Mar 2026 16:23:38 -0500 Subject: [PATCH] chore: revert ci release of 2.1.1 --- CHANGELOG.md | 7 ------- IONGeolocationLib.xcodeproj/project.pbxproj | 12 ++++++------ README.md | 2 +- package.json | 4 ++-- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c07545..e7c8895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,3 @@ -## [2.1.1](https://github.com/ionic-team/ion-ios-geolocation/compare/2.1.0...2.1.1) (2026-03-10) - - -### Bug Fixes - -* use Xcode 16 instead of 26 ([#19](https://github.com/ionic-team/ion-ios-geolocation/issues/19)) ([7d8362e](https://github.com/ionic-team/ion-ios-geolocation/commit/7d8362e37a80f4904d1568a6739fa035db42acfc)) - # [2.1.0](https://github.com/ionic-team/ion-ios-geolocation/compare/2.0.0...2.1.0) (2026-03-05) diff --git a/IONGeolocationLib.xcodeproj/project.pbxproj b/IONGeolocationLib.xcodeproj/project.pbxproj index 99d3f0c..a73aeac 100644 --- a/IONGeolocationLib.xcodeproj/project.pbxproj +++ b/IONGeolocationLib.xcodeproj/project.pbxproj @@ -310,7 +310,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -378,7 +378,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -412,7 +412,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -447,7 +447,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -479,7 +479,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; MARKETING_VERSION = 2.1.1; @@ -500,7 +500,7 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 5; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; MARKETING_VERSION = 2.1.1; diff --git a/README.md b/README.md index 91e7ecc..c0dd9a3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A Swift library for iOS that provides simple, reliable access to device GPS capa `ion-ios-geolocation` is available through [CocoaPods](https://cocoapods.org). Add this to your Podfile: ```ruby -pod 'IONGeolocationLib', '~> 2.1.1' +pod 'IONGeolocationLib', '~> 2.1.0' ``` ## Quick Start diff --git a/package.json b/package.json index 536b799..3749d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IONGeolocationLib", - "version": "2.1.1", + "version": "2.1.0", "description": "A native iOS library for Geolocation authorisation and monitoring.", "author": "OutSystems Mobile Ecosystem", "email": "rd.mobileecosystem.team@outsystems.com", @@ -23,4 +23,4 @@ "@semantic-release/release-notes-generator": "^14.0.0", "semantic-release": "^25.0.0" } -} +} \ No newline at end of file