+21
-21
lines changedFilter options
+21
-21
lines changed Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
s.changelog = "https://github.com/googlemaps/google-maps-ios-utils/blob/main/CHANGELOG.md"
17
17
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
18
18
s.authors = "Google Inc."
19
-
s.platform = :ios, '15.0'
19
+
s.platform = :ios, '16.0'
20
20
s.source = { :git => "https://github.com/googlemaps/google-maps-ios-utils.git",
21
21
:tag => "v#{s.version.to_s}" }
22
22
s.source_files = "Sources/GoogleMapsUtilsObjC/include/*.{h,m}", "Sources/GoogleMapsUtils/**/*.{swift}"
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
25
s.module_name = "GoogleMapsUtils"
26
26
s.swift_version = '5.9'
27
27
28
-
s.dependency 'GoogleMaps', '~> 9.0'
28
+
s.dependency 'GoogleMaps', '~> 10.0'
29
29
s.static_framework = true
30
30
31
31
s.test_spec 'Tests' do |unit_tests|
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ import PackageDescription
19
19
let package = Package(
20
20
name: "GoogleMapsUtils",
21
21
platforms: [
22
-
.iOS(.v15),
22
+
.iOS(.v16),
23
23
],
24
24
products: [
25
25
.library(
@@ -29,7 +29,7 @@ let package = Package(
29
29
dependencies: [
30
30
.package(
31
31
url: "https://github.com/googlemaps/ios-maps-sdk",
32
-
from: "9.4.0"),
32
+
from: "10.0.0"),
33
33
.package(
34
34
url: "https://github.com/erikdoe/ocmock.git",
35
35
revision: "fe1661a3efed11831a6452f4b1a0c5e6ddc08c3d"),
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
1
1
# [START maps_ios_utils_podfile_template]
2
2
source 'https://github.com/CocoaPods/Specs.git'
3
-
platform :ios, '15.0'
3
+
platform :ios, '16.0'
4
4
5
5
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
6
6
use_frameworks!
7
-
pod 'GoogleMaps', '9.0.0'
7
+
pod 'GoogleMaps', '10.0.0'
8
8
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
9
9
end
10
10
# [END maps_ios_utils_podfile_template]
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
69
69
use_frameworks!
70
70
71
71
target 'TARGET_NAME' do
72
-
pod 'GoogleMaps', '9.4.0'
72
+
pod 'GoogleMaps', '10.0.0'
73
73
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
74
74
end
75
75
```
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@
279
279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280
280
GCC_WARN_UNUSED_FUNCTION = YES;
281
281
GCC_WARN_UNUSED_VARIABLE = YES;
282
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
282
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
283
283
MTL_ENABLE_DEBUG_INFO = YES;
284
284
ONLY_ACTIVE_ARCH = YES;
285
285
SDKROOT = iphoneos;
@@ -317,7 +317,7 @@
317
317
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
318
318
GCC_WARN_UNUSED_FUNCTION = YES;
319
319
GCC_WARN_UNUSED_VARIABLE = YES;
320
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
320
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
321
321
MTL_ENABLE_DEBUG_INFO = NO;
322
322
SDKROOT = iphoneos;
323
323
TARGETED_DEVICE_FAMILY = "1,2";
@@ -332,7 +332,7 @@
332
332
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
333
333
CODE_SIGN_IDENTITY = "iPhone Developer";
334
334
INFOPLIST_FILE = ObjCDemoApp/Info.plist;
335
-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
335
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
336
336
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
337
337
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils.DemoApp;
338
338
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -346,7 +346,7 @@
346
346
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
347
347
CODE_SIGN_IDENTITY = "iPhone Developer";
348
348
INFOPLIST_FILE = ObjCDemoApp/Info.plist;
349
-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
349
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
350
350
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
351
351
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils.DemoApp;
352
352
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1
1
source 'https://cdn.cocoapods.org/'
2
-
platform :ios, '15.0'
2
+
platform :ios, '16.0'
3
3
4
4
target 'ObjCDemoApp' do
5
5
use_frameworks!
6
-
pod 'GoogleMaps', '9.4.0'
6
+
pod 'GoogleMaps', '10.0.0'
7
7
pod 'Google-Maps-iOS-Utils', :path => '../..'
8
8
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1
-
platform :ios, '15.0'
1
+
platform :ios, '16.0'
2
2
3
3
target 'SwiftDemoApp' do
4
4
use_frameworks!
5
-
pod 'GoogleMaps', '9.4.0'
5
+
pod 'GoogleMaps', '10.0.0'
6
6
pod 'Google-Maps-iOS-Utils', :path => '../..', :testspecs => ['Tests']
7
7
end
Original file line number Diff line number Diff line change
@@ -303,7 +303,7 @@
303
303
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
304
304
GCC_WARN_UNUSED_FUNCTION = YES;
305
305
GCC_WARN_UNUSED_VARIABLE = YES;
306
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
306
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
307
307
MTL_ENABLE_DEBUG_INFO = YES;
308
308
ONLY_ACTIVE_ARCH = YES;
309
309
SDKROOT = iphoneos;
@@ -342,7 +342,7 @@
342
342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343
343
GCC_WARN_UNUSED_FUNCTION = YES;
344
344
GCC_WARN_UNUSED_VARIABLE = YES;
345
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
345
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
346
346
MTL_ENABLE_DEBUG_INFO = NO;
347
347
SDKROOT = iphoneos;
348
348
SWIFT_COMPILATION_MODE = wholemodule;
@@ -360,7 +360,7 @@
360
360
CODE_SIGN_STYLE = Manual;
361
361
DEVELOPMENT_TEAM = "";
362
362
INFOPLIST_FILE = SwiftDemoApp/Info.plist;
363
-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
363
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
364
364
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
365
365
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils.DemoApp;
366
366
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -379,7 +379,7 @@
379
379
CODE_SIGN_STYLE = Manual;
380
380
DEVELOPMENT_TEAM = "";
381
381
INFOPLIST_FILE = SwiftDemoApp/Info.plist;
382
-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
382
+
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
383
383
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
384
384
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils.DemoApp;
385
385
PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4