Skip to content

Conversation

@eemdeeks
Copy link
Member

@eemdeeks eemdeeks commented May 14, 2023

  • version2.0
  • version2.1
  • version2.11

);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.cookcookmom.mom;
PRODUCT_BUNDLE_IDENTIFIER = com.myApp.container;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bundle identifier를 클라우드킷 콘솔 컨테이너 이름이랑 같게 써야해요.

Comment on lines +114 to +126
// .onTapGesture {
// self.presentationMode.wrappedValue.dismiss()
// }
}
}//ScrollView
}//NavigationView
}
//
//struct DescriptionView_Previews: PreviewProvider {
// static var previews: some View {
// DescriptionView()
// }
//}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지우기 :(

Comment on lines +62 to +73
// 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()
// }
Copy link
Member Author

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?) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

함수 이름 lowerCamelCase로 바꿔주세요ㅜ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants