links updated in documentation

Signed-off-by: Mandeep-009 <mandeepgahlawat009@gmail.com>
This commit is contained in:
Mandeep-009 2023-06-30 20:31:08 +05:30
parent e6fef62f71
commit 4079ef244d
3 changed files with 4 additions and 8 deletions

View file

@ -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.

View file

@ -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

View file

@ -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)