diff --git a/NADA-iOS-forRelease.xcodeproj/project.pbxproj b/NADA-iOS-forRelease.xcodeproj/project.pbxproj index 39439e23..00e77c07 100644 --- a/NADA-iOS-forRelease.xcodeproj/project.pbxproj +++ b/NADA-iOS-forRelease.xcodeproj/project.pbxproj @@ -13,6 +13,11 @@ 39288E12273F52B20072F403 /* CardListLookUpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39288E11273F52B20072F403 /* CardListLookUpRequest.swift */; }; 392F7FB4274621F1008CDBF5 /* MoreListTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392F7FB2274621F1008CDBF5 /* MoreListTableViewCell.swift */; }; 392F7FB5274621F1008CDBF5 /* MoreListTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 392F7FB3274621F1008CDBF5 /* MoreListTableViewCell.xib */; }; + 39369935274A4FCB00684420 /* NotoSansCJKkr-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39369930274A4FCB00684420 /* NotoSansCJKkr-Bold.otf */; }; + 39369936274A4FCB00684420 /* NotoSansCJKkr-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39369931274A4FCB00684420 /* NotoSansCJKkr-Regular.otf */; }; + 39369937274A4FCB00684420 /* NotoSansCJKkr-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39369932274A4FCB00684420 /* NotoSansCJKkr-Medium.otf */; }; + 39369938274A4FCB00684420 /* Spoqa Han Sans Neo Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39369933274A4FCB00684420 /* Spoqa Han Sans Neo Bold.otf */; }; + 39369939274A4FCB00684420 /* Spoqa Han Sans Neo Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39369934274A4FCB00684420 /* Spoqa Han Sans Neo Regular.otf */; }; 39488E352706E17200BDC917 /* UIAlertController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39488E342706E17200BDC917 /* UIAlertController+Extension.swift */; }; 394F314C27081B3A00C83291 /* FrontViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394F314B27081B3A00C83291 /* FrontViewController.swift */; }; 394F314F27081B4C00C83291 /* Front.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 394F314E27081B4C00C83291 /* Front.storyboard */; }; @@ -38,11 +43,6 @@ 39D88B642745FDD400A72164 /* TabBar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 39D88B632745FDD400A72164 /* TabBar.storyboard */; }; 39D88B662745FE5F00A72164 /* TabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D88B652745FE5F00A72164 /* TabBarViewController.swift */; }; 39D88B6B274600B100A72164 /* CommonBottomSheetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D88B6A274600B100A72164 /* CommonBottomSheetViewController.swift */; }; - 39DA4D862747DAC00082D572 /* Spoqa Han Sans Neo Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39DA4D812747DAC00082D572 /* Spoqa Han Sans Neo Bold.otf */; }; - 39DA4D872747DAC00082D572 /* Spoqa Han Sans Neo Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39DA4D822747DAC00082D572 /* Spoqa Han Sans Neo Regular.otf */; }; - 39DA4D882747DAC00082D572 /* NotoSansCJKkr-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39DA4D832747DAC00082D572 /* NotoSansCJKkr-Medium.otf */; }; - 39DA4D892747DAC00082D572 /* NotoSansCJKkr-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39DA4D842747DAC00082D572 /* NotoSansCJKkr-Bold.otf */; }; - 39DA4D8A2747DAC00082D572 /* NotoSansCJKkr-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 39DA4D852747DAC00082D572 /* NotoSansCJKkr-Regular.otf */; }; 39F5A3D0271461EA00191F94 /* BackCardCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39F5A3CE271461EA00191F94 /* BackCardCell.swift */; }; 39F5A3D1271461EA00191F94 /* BackCardCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 39F5A3CF271461EA00191F94 /* BackCardCell.xib */; }; 7729171F2743D604001593E0 /* CardsInGroupResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7729171E2743D604001593E0 /* CardsInGroupResponse.swift */; }; @@ -103,6 +103,11 @@ 39288E11273F52B20072F403 /* CardListLookUpRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardListLookUpRequest.swift; sourceTree = ""; }; 392F7FB2274621F1008CDBF5 /* MoreListTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreListTableViewCell.swift; sourceTree = ""; }; 392F7FB3274621F1008CDBF5 /* MoreListTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MoreListTableViewCell.xib; sourceTree = ""; }; + 39369930274A4FCB00684420 /* NotoSansCJKkr-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "NotoSansCJKkr-Bold.otf"; sourceTree = ""; }; + 39369931274A4FCB00684420 /* NotoSansCJKkr-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "NotoSansCJKkr-Regular.otf"; sourceTree = ""; }; + 39369932274A4FCB00684420 /* NotoSansCJKkr-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "NotoSansCJKkr-Medium.otf"; sourceTree = ""; }; + 39369933274A4FCB00684420 /* Spoqa Han Sans Neo Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Spoqa Han Sans Neo Bold.otf"; sourceTree = ""; }; + 39369934274A4FCB00684420 /* Spoqa Han Sans Neo Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Spoqa Han Sans Neo Regular.otf"; sourceTree = ""; }; 39488E342706E17200BDC917 /* UIAlertController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIAlertController+Extension.swift"; sourceTree = ""; }; 394F314B27081B3A00C83291 /* FrontViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FrontViewController.swift; sourceTree = ""; }; 394F314E27081B4C00C83291 /* Front.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Front.storyboard; sourceTree = ""; }; @@ -128,11 +133,6 @@ 39D88B632745FDD400A72164 /* TabBar.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TabBar.storyboard; sourceTree = ""; }; 39D88B652745FE5F00A72164 /* TabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarViewController.swift; sourceTree = ""; }; 39D88B6A274600B100A72164 /* CommonBottomSheetViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonBottomSheetViewController.swift; sourceTree = ""; }; - 39DA4D812747DAC00082D572 /* Spoqa Han Sans Neo Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Spoqa Han Sans Neo Bold.otf"; path = "../../../../../NADA_fonts 2/Spoqa Han Sans Neo Bold.otf"; sourceTree = ""; }; - 39DA4D822747DAC00082D572 /* Spoqa Han Sans Neo Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Spoqa Han Sans Neo Regular.otf"; path = "../../../../../NADA_fonts 2/Spoqa Han Sans Neo Regular.otf"; sourceTree = ""; }; - 39DA4D832747DAC00082D572 /* NotoSansCJKkr-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "NotoSansCJKkr-Medium.otf"; path = "../../../../../NADA_fonts 2/NotoSansCJKkr-Medium.otf"; sourceTree = ""; }; - 39DA4D842747DAC00082D572 /* NotoSansCJKkr-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "NotoSansCJKkr-Bold.otf"; path = "../../../../../NADA_fonts 2/NotoSansCJKkr-Bold.otf"; sourceTree = ""; }; - 39DA4D852747DAC00082D572 /* NotoSansCJKkr-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "NotoSansCJKkr-Regular.otf"; path = "../../../../../NADA_fonts 2/NotoSansCJKkr-Regular.otf"; sourceTree = ""; }; 39F5A3CE271461EA00191F94 /* BackCardCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackCardCell.swift; sourceTree = ""; }; 39F5A3CF271461EA00191F94 /* BackCardCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BackCardCell.xib; sourceTree = ""; }; 4A2183AE0E469153221624A0 /* Pods_NADA_iOS_forRelease.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NADA_iOS_forRelease.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -327,11 +327,11 @@ 39DA4D7B2747D7060082D572 /* Font */ = { isa = PBXGroup; children = ( - 39DA4D842747DAC00082D572 /* NotoSansCJKkr-Bold.otf */, - 39DA4D832747DAC00082D572 /* NotoSansCJKkr-Medium.otf */, - 39DA4D852747DAC00082D572 /* NotoSansCJKkr-Regular.otf */, - 39DA4D812747DAC00082D572 /* Spoqa Han Sans Neo Bold.otf */, - 39DA4D822747DAC00082D572 /* Spoqa Han Sans Neo Regular.otf */, + 39369930274A4FCB00684420 /* NotoSansCJKkr-Bold.otf */, + 39369932274A4FCB00684420 /* NotoSansCJKkr-Medium.otf */, + 39369931274A4FCB00684420 /* NotoSansCJKkr-Regular.otf */, + 39369933274A4FCB00684420 /* Spoqa Han Sans Neo Bold.otf */, + 39369934274A4FCB00684420 /* Spoqa Han Sans Neo Regular.otf */, ); path = Font; sourceTree = ""; @@ -733,27 +733,27 @@ buildActionMask = 2147483647; files = ( F8FC43BF26C025180033E151 /* .swiftlint.yml in Resources */, - 39DA4D8A2747DAC00082D572 /* NotoSansCJKkr-Regular.otf in Resources */, + 39369936274A4FCB00684420 /* NotoSansCJKkr-Regular.otf in Resources */, + 39369935274A4FCB00684420 /* NotoSansCJKkr-Bold.otf in Resources */, 39D88B622745FBA900A72164 /* More.storyboard in Resources */, F82FF8262702000000E57F8B /* RequiredFlavorCollectionViewCell.xib in Resources */, F858079F2700354E00872484 /* BackgroundCollectionViewCell.xib in Resources */, F84BAFAE26FDB543004CA335 /* FrontCardCreationCollectionViewCell.xib in Resources */, - 39DA4D872747DAC00082D572 /* Spoqa Han Sans Neo Regular.otf in Resources */, 3958F23C270FFBD500B100B2 /* Group.storyboard in Resources */, F83206AB26F61E3700D61711 /* FrontCardCell.xib in Resources */, 394F314F27081B4C00C83291 /* Front.storyboard in Resources */, 3979709826FA0BF0003FB4F5 /* Login.storyboard in Resources */, - 39DA4D862747DAC00082D572 /* Spoqa Han Sans Neo Bold.otf in Resources */, F84BAFB226FDB552004CA335 /* BackCardCreationCollectionViewCell.xib in Resources */, 39D88B642745FDD400A72164 /* TabBar.storyboard in Resources */, 39523E5C2701A48900536900 /* CardListTableViewCell.xib in Resources */, F8FC439226C01CDE0033E151 /* LaunchScreen.storyboard in Resources */, - 39DA4D892747DAC00082D572 /* NotoSansCJKkr-Bold.otf in Resources */, F8FC438F26C01CDE0033E151 /* Assets.xcassets in Resources */, 39F5A3D1271461EA00191F94 /* BackCardCell.xib in Resources */, + 39369939274A4FCB00684420 /* Spoqa Han Sans Neo Regular.otf in Resources */, + 39369938274A4FCB00684420 /* Spoqa Han Sans Neo Bold.otf in Resources */, 39523E0B270184B100536900 /* CardList.storyboard in Resources */, F82FF81D2701EBCE00E57F8B /* CardCreation.storyboard in Resources */, - 39DA4D882747DAC00082D572 /* NotoSansCJKkr-Medium.otf in Resources */, + 39369937274A4FCB00684420 /* NotoSansCJKkr-Medium.otf in Resources */, 392F7FB5274621F1008CDBF5 /* MoreListTableViewCell.xib in Resources */, 390515B82706CEBB00C5F7A5 /* Colors.xcassets in Resources */, ); diff --git a/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Bold.otf b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Bold.otf new file mode 100644 index 00000000..6a2664f4 Binary files /dev/null and b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Bold.otf differ diff --git a/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Medium.otf b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Medium.otf new file mode 100644 index 00000000..095dbdb2 Binary files /dev/null and b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Medium.otf differ diff --git a/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Regular.otf b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Regular.otf new file mode 100644 index 00000000..2b6e1d45 Binary files /dev/null and b/NADA-iOS-forRelease/Resouces/Font/NotoSansCJKkr-Regular.otf differ diff --git a/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Bold.otf b/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Bold.otf new file mode 100644 index 00000000..418d2fbe Binary files /dev/null and b/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Bold.otf differ diff --git a/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Regular.otf b/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Regular.otf new file mode 100644 index 00000000..6ce9c27f Binary files /dev/null and b/NADA-iOS-forRelease/Resouces/Font/Spoqa Han Sans Neo Regular.otf differ