Skip to content

Commit

Permalink
Readme and minor build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Sep 30, 2021
1 parent b704406 commit eda1a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CARTO Mobile SDK is an open, multi-platform framework for visualizing maps and p

## Requirements

* iOS 9 or later on Apple iPhones and iPads
* iOS 9 or later on Apple iPhones and iPads, macOS 10.15 or later for Mac Catalyst apps
* Android 3.0 or later on all Android devices
* Windows 10 Mobile or Windows 10 for Windows-based devices

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def buildIOSPackage(args, buildCocoapod, buildSwiftPackage):
if buildCocoapod:
print('pod trunk push\n')
if buildSwiftPackage:
spmPackageName = "mobile-sdk-ios-metal-swift-package" if args.metalangle else "mobile-sdk-swift-package"
spmPackageName = "mobile-sdk-ios-metal-swift-package" if args.metalangle else "mobile-sdk-ios-swift-package"
print('rm -rf %s\ngit clone git@github.com:nutiteq/%s\ncp Package.swift %s\ncd %s\ngit add Package.swift\ngit commit -m "Version %s" && git tag %s\ngit push origin\n' % (spmPackageName, spmPackageName, spmPackageName, spmPackageName, version, version))
return True

Expand Down

0 comments on commit eda1a79

Please sign in to comment.