From 4079ef244d2b68383069ac72144d3a91263298cf Mon Sep 17 00:00:00 2001 From: Mandeep-009 Date: Fri, 30 Jun 2023 20:31:08 +0530 Subject: [PATCH 1/2] links updated in documentation Signed-off-by: Mandeep-009 --- docs/OBJC_STYLE.md | 2 +- docs/RELEASE_MANAGEMENT.md | 8 ++------ docs/TRANSLATIONS.md | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/OBJC_STYLE.md b/docs/OBJC_STYLE.md index 42c5d39aae..33b97464c1 100644 --- a/docs/OBJC_STYLE.md +++ b/docs/OBJC_STYLE.md @@ -347,7 +347,7 @@ More information on instancetype can be found on [NSHipster.com](http://nshipste ## CGRect Functions -When accessing the `x`, `y`, `width`, or `height` of a `CGRect`, always use the [`CGGeometry` functions](http://developer.apple.com/library/ios/#documentation/graphicsimaging/reference/CGGeometry/Reference/reference.html) instead of direct struct member access. From Apple's `CGGeometry` reference: +When accessing the `x`, `y`, `width`, or `height` of a `CGRect`, always use the [`CGGeometry` functions](https://developer.apple.com/documentation/coregraphics/cggeometry) instead of direct struct member access. From Apple's `CGGeometry` reference: > All functions described in this reference that take CGRect data structures as inputs implicitly standardize those rectangles before calculating their results. For this reason, your applications should avoid directly reading and writing the data stored in the CGRect data structure. Instead, use the functions described here to manipulate rectangles and to retrieve their characteristics. diff --git a/docs/RELEASE_MANAGEMENT.md b/docs/RELEASE_MANAGEMENT.md index 7623c0e5f5..23013ce9f7 100644 --- a/docs/RELEASE_MANAGEMENT.md +++ b/docs/RELEASE_MANAGEMENT.md @@ -2,13 +2,9 @@ ## Apple AppStore -### Upload metadata to AppStore +### Upload metadata and screenshots to AppStore -Use [GitHub Actions](../.github/workflows/ios-release-metadata.yaml). - -### Upload screenshots to AppStore - -Use [GitHub Actions](../.github/workflows/ios-release-screenshots.yaml). +Use [GitHub Actions](../.github/workflows/ios-release.yaml). ### Checking metadata diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index e88fe47e6e..615961a3ad 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -25,7 +25,7 @@ Main: Additional: - Text-to-speech strings for navigation: [`data/strings/sound.txt`](../data/strings/sound.txt) -- Android stores description: [`android/src/google/play/listings/`](../android/src/google/play/listings/) +- Android stores description: [`android/src/google/play/listings/`](../android/src/google/play/) - Apple AppStore description: [`iphone/metadata/`](../iphone/metadata/) - Popular brands of map features: [`data/strings/brands_strings.txt`](../data/strings/brands_strings.txt) -- 2.45.3 From 00dc26d252e63a288dacef8f5395b57c4661b573 Mon Sep 17 00:00:00 2001 From: Mandeep-009 <119867288+Mandeep-009@users.noreply.github.com> Date: Sat, 1 Jul 2023 15:36:13 +0530 Subject: [PATCH 2/2] Update docs/TRANSLATIONS.md Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: Mandeep-009 <119867288+Mandeep-009@users.noreply.github.com> --- docs/TRANSLATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index 615961a3ad..f0fb497810 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -25,7 +25,7 @@ Main: Additional: - Text-to-speech strings for navigation: [`data/strings/sound.txt`](../data/strings/sound.txt) -- Android stores description: [`android/src/google/play/listings/`](../android/src/google/play/) +- Android stores description: [`android/src/google/play/`](../android/src/google/play/) - Apple AppStore description: [`iphone/metadata/`](../iphone/metadata/) - Popular brands of map features: [`data/strings/brands_strings.txt`](../data/strings/brands_strings.txt) -- 2.45.3