From 239b71b3ee11d23459dd614a1663b34c5478184d Mon Sep 17 00:00:00 2001 From: hyungyu Kim Date: Wed, 6 Oct 2021 13:43:56 +0900 Subject: [PATCH] =?UTF-8?q?[ADD]=20#28=20-=20=EB=9D=BC=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=20=EB=AA=A8=EB=93=9C=20=EB=B0=A9=EC=A7=80,=20Pods=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=20=EC=A0=9C=EA=B1=B0,=20=EC=95=B1=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Descriptions - 라이트 모드를 막아서 상태바의 색을 하얀색으로 고정 - .gitignore 파일 수정해서 Pods 폴더가 올라가지 않도록 함 - 앱 이름 NADA 로 변경 ### Related Issue close #28 --- .gitignore | 41 ++++++++++++++++++++++++++-------- NADA-iOS-forRelease/Info.plist | 4 ++++ 2 files changed, 36 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 8776e37e..22a21569 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/macos,cocoapods,xcode,swift +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,cocoapods,xcode,swift + +### CocoaPods ### +## CocoaPods GitIgnore Template + +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing +# - Also handy if you have a large number of dependant pods +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE +Pods/ + ### macOS ### # General .DS_Store @@ -27,7 +39,7 @@ Network Trash Folder Temporary Items .apdisk - +### Swift ### # Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore @@ -65,13 +77,11 @@ timeline.xctimeline playground.xcworkspace # Swift Package Manager -# # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins # Package.resolved # *.xcodeproj -# # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata # hence it is not needed unless you have added a package configuration file to your project # .swiftpm @@ -79,18 +89,14 @@ playground.xcworkspace .build/ # CocoaPods -# # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# # Pods/ -# # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace # Carthage -# # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts @@ -101,7 +107,6 @@ Dependencies/ .accio/ # fastlane -# # It is recommended to not store the screenshots in the git repo. # Instead, use fastlane to re-generate the screenshots whenever they are needed. # For more information about the recommended setup visit: @@ -113,8 +118,26 @@ fastlane/screenshots/**/*.png fastlane/test_output # Code Injection -# # After new code Injection tools there's a generated folder /iOSInjectionProject # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + +### Xcode ### +# Xcode +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + + + + +## Gcc Patch +/*.gcno + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/macos,cocoapods,xcode,swift \ No newline at end of file diff --git a/NADA-iOS-forRelease/Info.plist b/NADA-iOS-forRelease/Info.plist index 2688b32b..c19ba085 100644 --- a/NADA-iOS-forRelease/Info.plist +++ b/NADA-iOS-forRelease/Info.plist @@ -2,8 +2,12 @@ + UIUserInterfaceStyle + Dark CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + NADA CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier