swift

Simple way to use fastlane for your iOS project.

There are many things to consider for reducing deployment time.

[18:55:36]: Created new folder ‘./fastlane’. [18:55:36]: Detected an iOS/macOS project in the current directory: ‘GitToday.xcworkspace’ [18:55:36]: —————————– [18:55:36]: — Welcome to fastlane 🚀 — [18:55:36]: —————————– [18:55:36]: fastlane can help you with all kinds of automation for your mobile app [18:55:36]: We recommend automating one task first, and then gradually automating more over time [18:55:36]: What would you like to use fastlane for? [18:56:39]: ——————————– [18:56:39]: — Login with your Apple ID — [18:56:39]: ——————————– [18:56:39]: To use App Store Connect and Apple Developer Portal features as part of fastlane, [18:56:39]: we will ask you for your Apple ID username and password [18:56:39]: This is necessary for certain fastlane features, for example: [18:56:39]: [18:56:39]: - Create and manage your provisioning profiles on the Developer Portal [18:56:39]: - Upload and manage TestFlight and App Store builds on App Store Connect [18:56:39]: - Manage your App Store Connect app metadata and screenshots [18:56:39]: [18:56:39]: Your Apple ID credentials will only be stored in your Keychain, on your local machine [18:56:39]: For more information, check out [18:56:39]: https://github.com/fastlane/fastlane/tree/master/credentials_manager [18:56:39]: [18:56:39]: Please enter your Apple ID developer credentials [18:56:39]: Apple ID Username:

3 min read

Unit Test in iOS

I have heard many times about importance of test code. However, I have no experience of managing big size app, it is hard to deal with.

4 min read

Understanding UIControl in Swift

When I study how to make button programmatically, I found to write UIControl.state for setTitle and setTitleColor, and to write UIControl.event for addTarget.

2 min read

What is Optional in Swift

In Swift, variable must have value. Because swift wants to ensure safety from run-time error, swift do not allow NULL in variable.

4 min read
Back to Top ↑

algorithm

[Python] 백준 1717 집합의 표현

카카오 예선문제 숏코딩을 풀다가 도저히 어떻게 접근하는지 감이 안잡혀서 Union-find로 풀어야 한다는 것을 알게되어 대표적인 문제로 연습한 문제이다.

1 min read

[Python] 백준 1043 거짓말

시뮬레이션 문제나 계산량이 많은 문제에 약점이 있다고 생각해서 풀었던 문제이다. 사실 계산량적인 부분에서 고전하진 않았지만, 문제이해가 다소 어려웠던 문제이다.

1 min read

[Python] 백준 11048 이동하기

오랜만에 알고리즘 문제를 풀게 되면서 가장 익숙하게 풀었던 DP, BFS를 활용한 문제 중 쉬운문제를 풀어보았다. 깃헙 관리랑 블로그 관리를 2주간 못했다.

1 min read

[Python] 백준 5557 1학년

DP로 풀수 있는 문제이다. 처음에 문제를 복잡하게 풀었었고(하지만 일반적으로 경로를 찾을 때 쓰는 방법) 메모리 초과에 걸렸다. 추후에 더 간단하게 푸는 방법을 찾을 수 있었다.

1 min read

[Python] BOJ 1699 제곱수의 합

본인의 부족함을 많이 느끼게 된 문제였다. 쉬운 문제를 풀어야겠다고 생각하고 풀었는데 다소 고전했다.

1 min read

[Python] BOJ 9095 1,2,3 더하기

한달 정도만에 알고리즘 문제풀이를 다시 시작하였다. 감을 잃었던 부분부터 다시 살리기 위해 다이나믹 프로그래밍 문제 중에 쉬운 문제를 풀어보았다.

1 min read
Back to Top ↑

conference

Back to Top ↑

retrospection

Back to Top ↑