Skip to content

Example Update with XCFrameworks #548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 4, 2021
Merged

Conversation

S2Ler
Copy link
Contributor

@S2Ler S2Ler commented Jun 1, 2021

Fixed #523

Main commits are:

  1. 4b02546 Updates example app with the proposed changes using SwiftUI as UI framework.
  2. d9f5e9c Migrates the app to XCFrameworks for Carthage.

Screenshot from the Example app:
Simulator Screen Shot - iPhone 12 mini - 2021-06-01 at 15 13 29

@S2Ler S2Ler added this to the v2.0.0 (RC) milestone Jun 1, 2021
@S2Ler S2Ler requested review from 1ec5, MaximAlien and a team June 1, 2021 13:15
@S2Ler S2Ler self-assigned this Jun 1, 2021
Copy link
Contributor

@1ec5 1ec5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels so fresh compared to what we had before!

@@ -22,8 +18,8 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="View route steps in the console." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
<rect key="frame" x="20" y="626.5" width="335" height="21"/>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="View route steps." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This storyboard apparently still works, but if you’re interested, we could simplify the project even further by specifying the UILaunchScreen Info.plist key instead of providing a launch screen storyboard.

Co-authored-by: Minh Nguyễn <mxn@1ec5.org>
@S2Ler S2Ler merged commit 0c6ae5c into release-v2.0 Jun 4, 2021
@S2Ler S2Ler deleted the s2ler/523-example-update branch June 4, 2021 08:29
@S2Ler S2Ler mentioned this pull request Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants