반응형
MyLink iOS Application 개발에 필요한 구현에 필요한 관련 된 정보는 아래와 같습니다.
✅ 개발 환경 (Development Enviorment)
- macOS Catalina Version 10.15.5
- macOS BigSur Version 11.0.1
- Xcode Version 12.2 (12B45b)
- GitHub Desktop Version 2.6.1
- Visual Studio Code Version 1.47.3
- Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)
✅ 개발 유틸리티 프로그램 (Development Utility Program)
- CocoaPods Version 1.1.1 (1.1.1)
- Terminal Version 2.10(433)
✅ 광고 형태 (Advertisement Type)
- Google AdMob - Banner AD
- Google AdMob - Reward AD
✅ 소프트웨어 아키텍처 패턴
MVVM (model-view-viewmodel, MVVM) 소프트웨어 아키텍처 패턴으로 구현합니다.
✅ 소스코드 규칙 (SourceCode Role)
파일 생성에 대한 소스코드 규칙은 아래와 같습니다.
/*
* Copyright (c) 2021 양창엽. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
/**
- Date: `2020.01.08. 19:25:00`
- Version: `[Lasted] 1.0.0.0`
- NOTE: `UIViewController`
- Author: `ChangYeop-Yang`
- Copyright: `Copyright (c) 2021 양창엽. All rights reserved.`
*/
가장 위에 존재하는 소스코드 저작권 표기와 클래스 관련 주석을 클래스 키워드 바로 위에 추가합니다.
반응형
'#포트폴리오 [Portfolio]' 카테고리의 다른 글
[iOS Application] MyLink 개인정보 처리방침 약관 (Privacy Policy Terms and Conditions) (0) | 2021.01.06 |
---|---|
[iOS Application] MyLink 제품 계획 (Product Planning) - OpenSource (0) | 2021.01.03 |
[macOS Application] Today Weather (오늘의 날씨) (0) | 2020.10.25 |
[🔒 Security] HOTP (HMAC-based One-time Password algorithm) (0) | 2020.07.31 |
[🔒 Security] Base64 (0) | 2020.07.27 |
댓글