Skip to content

Commit 753c670

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](2.1.0...2.1.1) (2026-03-10) ### Bug Fixes * use Xcode 16 instead of 26 ([#19](#19)) ([7d8362e](7d8362e))
1 parent 7d8362e commit 753c670

4 files changed

Lines changed: 21 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# [2.1.0](https://github.com/ionic-team/ion-ios-geolocation/compare/2.0.0...2.1.0) (2026-03-05)
29

310

IONGeolocationLib.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 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 = 5;
313+
CURRENT_PROJECT_VERSION = 6;
314314
DEBUG_INFORMATION_FORMAT = dwarf;
315315
ENABLE_STRICT_OBJC_MSGSEND = YES;
316316
ENABLE_TESTABILITY = YES;
@@ -331,7 +331,7 @@
331331
GCC_WARN_UNUSED_VARIABLE = YES;
332332
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
333333
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
334-
MARKETING_VERSION = 2.1.0;
334+
MARKETING_VERSION = 2.1.1;
335335
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
336336
MTL_FAST_MATH = YES;
337337
ONLY_ACTIVE_ARCH = 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 = 5;
381+
CURRENT_PROJECT_VERSION = 6;
382382
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
383383
ENABLE_NS_ASSERTIONS = NO;
384384
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -393,7 +393,7 @@
393393
GCC_WARN_UNUSED_VARIABLE = YES;
394394
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
395395
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
396-
MARKETING_VERSION = 2.1.0;
396+
MARKETING_VERSION = 2.1.1;
397397
MTL_ENABLE_DEBUG_INFO = NO;
398398
MTL_FAST_MATH = YES;
399399
SDKROOT = iphoneos;
@@ -412,7 +412,7 @@
412412
CLANG_ENABLE_MODULES = YES;
413413
CODE_SIGN_IDENTITY = "";
414414
CODE_SIGN_STYLE = Automatic;
415-
CURRENT_PROJECT_VERSION = 5;
415+
CURRENT_PROJECT_VERSION = 6;
416416
DEFINES_MODULE = YES;
417417
DYLIB_COMPATIBILITY_VERSION = 1;
418418
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -427,7 +427,7 @@
427427
"@executable_path/Frameworks",
428428
"@loader_path/Frameworks",
429429
);
430-
MARKETING_VERSION = 2.1.0;
430+
MARKETING_VERSION = 2.1.1;
431431
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
432432
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
433433
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLib;
@@ -447,7 +447,7 @@
447447
CLANG_ENABLE_MODULES = YES;
448448
CODE_SIGN_IDENTITY = "";
449449
CODE_SIGN_STYLE = Automatic;
450-
CURRENT_PROJECT_VERSION = 5;
450+
CURRENT_PROJECT_VERSION = 6;
451451
DEFINES_MODULE = YES;
452452
DYLIB_COMPATIBILITY_VERSION = 1;
453453
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -462,7 +462,7 @@
462462
"@executable_path/Frameworks",
463463
"@loader_path/Frameworks",
464464
);
465-
MARKETING_VERSION = 2.1.0;
465+
MARKETING_VERSION = 2.1.1;
466466
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
467467
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
468468
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLib;
@@ -479,10 +479,10 @@
479479
buildSettings = {
480480
CLANG_ENABLE_MODULES = YES;
481481
CODE_SIGN_STYLE = Automatic;
482-
CURRENT_PROJECT_VERSION = 5;
482+
CURRENT_PROJECT_VERSION = 6;
483483
GENERATE_INFOPLIST_FILE = YES;
484484
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
485-
MARKETING_VERSION = 2.1.0;
485+
MARKETING_VERSION = 2.1.1;
486486
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
487487
PRODUCT_NAME = "$(TARGET_NAME)";
488488
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -500,10 +500,10 @@
500500
buildSettings = {
501501
CLANG_ENABLE_MODULES = YES;
502502
CODE_SIGN_STYLE = Automatic;
503-
CURRENT_PROJECT_VERSION = 5;
503+
CURRENT_PROJECT_VERSION = 6;
504504
GENERATE_INFOPLIST_FILE = YES;
505505
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
506-
MARKETING_VERSION = 2.1.0;
506+
MARKETING_VERSION = 2.1.1;
507507
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
508508
PRODUCT_NAME = "$(TARGET_NAME)";
509509
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

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.0'
22+
pod 'IONGeolocationLib', '~> 2.1.1'
2323
```
2424

2525
## Quick Start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IONGeolocationLib",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A native iOS library for Geolocation authorisation and monitoring.",
55
"author": "OutSystems Mobile Ecosystem",
66
"email": "rd.mobileecosystem.team@outsystems.com",

0 commit comments

Comments
 (0)