Skip to content

Commit 3f0e7fd

Browse files
authored
chore: revert ci release of 2.1.1
1 parent 753c670 commit 3f0e7fd

4 files changed

Lines changed: 9 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
## [2.1.1](https://github.com/ionic-team/ion-ios-geolocation/compare/2.1.0...2.1.1) (2026-03-10)
2-
3-
4-
### Bug Fixes
5-
6-
* 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))
7-
81
# [2.1.0](https://github.com/ionic-team/ion-ios-geolocation/compare/2.0.0...2.1.0) (2026-03-05)
92

103

IONGeolocationLib.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
CLANG_WARN_UNREACHABLE_CODE = YES;
311311
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
312312
COPY_PHASE_STRIP = NO;
313-
CURRENT_PROJECT_VERSION = 6;
313+
CURRENT_PROJECT_VERSION = 5;
314314
DEBUG_INFORMATION_FORMAT = dwarf;
315315
ENABLE_STRICT_OBJC_MSGSEND = YES;
316316
ENABLE_TESTABILITY = YES;
@@ -378,7 +378,7 @@
378378
CLANG_WARN_UNREACHABLE_CODE = YES;
379379
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
380380
COPY_PHASE_STRIP = NO;
381-
CURRENT_PROJECT_VERSION = 6;
381+
CURRENT_PROJECT_VERSION = 5;
382382
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
383383
ENABLE_NS_ASSERTIONS = NO;
384384
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -412,7 +412,7 @@
412412
CLANG_ENABLE_MODULES = YES;
413413
CODE_SIGN_IDENTITY = "";
414414
CODE_SIGN_STYLE = Automatic;
415-
CURRENT_PROJECT_VERSION = 6;
415+
CURRENT_PROJECT_VERSION = 5;
416416
DEFINES_MODULE = YES;
417417
DYLIB_COMPATIBILITY_VERSION = 1;
418418
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -447,7 +447,7 @@
447447
CLANG_ENABLE_MODULES = YES;
448448
CODE_SIGN_IDENTITY = "";
449449
CODE_SIGN_STYLE = Automatic;
450-
CURRENT_PROJECT_VERSION = 6;
450+
CURRENT_PROJECT_VERSION = 5;
451451
DEFINES_MODULE = YES;
452452
DYLIB_COMPATIBILITY_VERSION = 1;
453453
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -479,7 +479,7 @@
479479
buildSettings = {
480480
CLANG_ENABLE_MODULES = YES;
481481
CODE_SIGN_STYLE = Automatic;
482-
CURRENT_PROJECT_VERSION = 6;
482+
CURRENT_PROJECT_VERSION = 5;
483483
GENERATE_INFOPLIST_FILE = YES;
484484
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
485485
MARKETING_VERSION = 2.1.1;
@@ -500,7 +500,7 @@
500500
buildSettings = {
501501
CLANG_ENABLE_MODULES = YES;
502502
CODE_SIGN_STYLE = Automatic;
503-
CURRENT_PROJECT_VERSION = 6;
503+
CURRENT_PROJECT_VERSION = 5;
504504
GENERATE_INFOPLIST_FILE = YES;
505505
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
506506
MARKETING_VERSION = 2.1.1;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Swift library for iOS that provides simple, reliable access to device GPS capa
1919
`ion-ios-geolocation` is available through [CocoaPods](https://cocoapods.org). Add this to your Podfile:
2020

2121
```ruby
22-
pod 'IONGeolocationLib', '~> 2.1.1'
22+
pod 'IONGeolocationLib', '~> 2.1.0'
2323
```
2424

2525
## Quick Start

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IONGeolocationLib",
3-
"version": "2.1.1",
3+
"version": "2.1.0",
44
"description": "A native iOS library for Geolocation authorisation and monitoring.",
55
"author": "OutSystems Mobile Ecosystem",
66
"email": "rd.mobileecosystem.team@outsystems.com",
@@ -23,4 +23,4 @@
2323
"@semantic-release/release-notes-generator": "^14.0.0",
2424
"semantic-release": "^25.0.0"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)