Skip to content

Commit 5b72213

Browse files
Merge pull request #12 from ionic-team/prepare-new-release-2.0.0
Prepare `main` to Release `2.0.0`
2 parents b706aff + 8ffd4bb commit 5b72213

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

IONGeolocationLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'IONGeolocationLib'
3-
spec.version = '1.0.2'
3+
spec.version = '2.0.0'
44

55
spec.summary = 'A native iOS library for Geolocation authorisation and monitoring.'
66
spec.description = 'A Swift library for iOS that provides simple, reliable access to device GPS capabilities. Get location data, monitor position changes, and manage location services with a clean, modern API.'

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 = 3;
313+
CURRENT_PROJECT_VERSION = 4;
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 = 1.0.2;
334+
MARKETING_VERSION = 2.0.0;
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 = 3;
381+
CURRENT_PROJECT_VERSION = 4;
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 = 1.0.2;
396+
MARKETING_VERSION = 2.0.0;
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 = 3;
415+
CURRENT_PROJECT_VERSION = 4;
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 = 1.0.2;
430+
MARKETING_VERSION = 2.0.0;
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 = 3;
450+
CURRENT_PROJECT_VERSION = 4;
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 = 1.0.2;
465+
MARKETING_VERSION = 2.0.0;
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 = 3;
482+
CURRENT_PROJECT_VERSION = 4;
483483
GENERATE_INFOPLIST_FILE = YES;
484484
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
485-
MARKETING_VERSION = 1.0.2;
485+
MARKETING_VERSION = 2.0.0;
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 = 3;
503+
CURRENT_PROJECT_VERSION = 4;
504504
GENERATE_INFOPLIST_FILE = YES;
505505
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
506-
MARKETING_VERSION = 1.0.2;
506+
MARKETING_VERSION = 2.0.0;
507507
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.geolocation.GeolocationLibTests;
508508
PRODUCT_NAME = "$(TARGET_NAME)";
509509
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

IONGeolocationLib.zip

941 KB
Binary file not shown.

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', '~> 1.0.2' # Use the latest 1.0.x version
22+
pod 'IONGeolocationLib', '~> 2.0.0' # Use the latest 2.0.x version
2323
```
2424

2525
## Quick Start

0 commit comments

Comments
 (0)