Merge pull request #5 from Afanyiyu/patch-1

Update Apple Documentation Link
This commit is contained in:
Dan Walmsley 2021-05-17 14:39:41 +01:00 коммит произвёл GitHub
Родитель c33ba80002 6193b01ae2
Коммит ddb15c8c22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ MyProgram.app
------Info.plist [stores information on your bundle identifier, version, etc.)
```
For more information on `Info.plist`, see [Apple's documentation here](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html).
For more information on `Info.plist`, see [Apple's documentation here](https://developer.apple.com/documentation/bundleresources/information_property_list).
## Making the application bundle <a id="making-the-application-bundle"></a>