-
Notifications
You must be signed in to change notification settings - Fork 0
Merge to main #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Merge to main #13
Conversation
Feature/UI
Feature/cloud
Feature/UI
Feature/noti from baby
Feature/delete heart
| ); | ||
| MARKETING_VERSION = 1.0; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.cookcookmom.mom; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.myApp.container; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bundle identifier를 클라우드킷 콘솔 컨테이너 이름이랑 같게 써야해요.
| // .onTapGesture { | ||
| // self.presentationMode.wrappedValue.dismiss() | ||
| // } | ||
| } | ||
| }//ScrollView | ||
| }//NavigationView | ||
| } | ||
| // | ||
| //struct DescriptionView_Previews: PreviewProvider { | ||
| // static var previews: some View { | ||
| // DescriptionView() | ||
| // } | ||
| //} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지우기 :(
| // func addItem(ingredientName: String, liked: Bool, timestamp: Date) { | ||
| // // 1 | ||
| // let newItem = Item(context: managedObjectContext) | ||
| // | ||
| // // 2 | ||
| // newItem.ingredientName = ingredientName | ||
| // newItem.liked = liked | ||
| // newItem.timestamp = timestamp | ||
| // | ||
| // // 3 | ||
| // saveContext() | ||
| // } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트 코드 지우기 :(
|
|
||
|
|
||
|
|
||
| func EngToKor(eng:String?) -> (String?, String?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
함수 이름 lowerCamelCase로 바꿔주세요ㅜ
Uh oh!
There was an error while loading. Please reload this page.