Skip to content

Commit

Permalink
Merge pull request #100 from Esri/v.next
Browse files Browse the repository at this point in the history
Release.md and project updates for the 1.0.4 patch release
  • Loading branch information
mhdostal authored May 26, 2020
2 parents 4aed892 + b209e21 commit 33e1b97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Learn more about ArcGIS open source apps [here](https://developers.arcgis.com/ex
* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/ios/)
* For directions and to browse Web Maps you will also need an ArcGIS Online Organizational account or an ArcGIS Online Developer account.

**Note:** Starting from the 100.8 release, the *ArcGIS Runtime SDK for iOS* uses Apple's [Metal](https://developer.apple.com/metal/) framework to render maps and scenes. In order to run your app in a simulator you must be developing on **macOS Catalina**, using **Xcode 11**, and simulating **iOS 13**.

## Contributing
Anyone and everyone is welcome to [contribute](CONTRIBUTING.md). We do accept pull requests.

Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 1.0.4

* Certification for the 100.8.0 release of the ArcGIS Runtime SDK for iOS.

# Release 1.0.3

- Updates minimum deployment target to match that supported by ArcGIS iOS Runtime SDK.
Expand Down
4 changes: 2 additions & 2 deletions maps-app-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@
);
INFOPLIST_FILE = "maps-app-ios/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgisruntime.opensourceapps.maps-app";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -975,7 +975,7 @@
);
INFOPLIST_FILE = "maps-app-ios/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgisruntime.opensourceapps.maps-app";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 33e1b97

Please sign in to comment.