Skip to content

Commit

Permalink
๐Ÿ”จ[FIX] : #139 ๋ณ‘ํ•ฉ์ถฉ๋Œํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
comeheredart committed Sep 13, 2021
2 parents bd9ef5c + 070adda commit 0c3db80
Show file tree
Hide file tree
Showing 132 changed files with 14,141 additions and 482 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ iOSInjectionProject/
#Delete Pods/
*/Pods/

#delete .Podfile.swp
*/.Podfile.swp

#ํ”ผ๋“œ๋ฐฑ์„ ์œ„ํ•ด ์ž ์‹œ ๊นƒ์— ์˜ฌ๋ฆผ
#Delete TmapSDK
*/TMapSDK.framework
Expand Down
Binary file removed ChaRo-iOS/.Podfile.swp
Binary file not shown.
32 changes: 16 additions & 16 deletions ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
3C45B5F126A1B5F30061D64B /* Splash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C45B5F026A1B5F30061D64B /* Splash.storyboard */; };
3C45B5F326A1B6320061D64B /* SplashVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C45B5F226A1B6320061D64B /* SplashVC.swift */; };
3C45B5F526A1C0110061D64B /* lottie_test.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C45B5F426A1C0110061D64B /* lottie_test.json */; };
3C6F8A6226E2358D006E3895 /* SearchAddressKeywordVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C6F8A6126E2358D006E3895 /* SearchAddressKeywordVC.swift */; };
3C706799269ECE8C0082C852 /* PostResultService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C706798269ECE8C0082C852 /* PostResultService.swift */; };
3C71FEA726881DAA007E8EAD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C71FEA626881DAA007E8EAD /* AppDelegate.swift */; };
3C71FEA926881DAA007E8EAD /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C71FEA826881DAA007E8EAD /* SceneDelegate.swift */; };
3C71FEAB26881DAA007E8EAD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C71FEAA26881DAA007E8EAD /* ViewController.swift */; };
3C7DF0E92699ED8E0021939C /* TMapSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C7DF0E82699ED8E0021939C /* TMapSDK.framework */; };
3C7DF0EB2699EE7E0021939C /* TMapSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3C7DF0EA2699EE7E0021939C /* TMapSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3C7DF0ED269A1BED0021939C /* SearchPost.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C7DF0EC269A1BED0021939C /* SearchPost.storyboard */; };
Expand Down Expand Up @@ -90,7 +90,6 @@
3C86FAAE2694C7C6009370CD /* PostDetail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA8D2694C7C6009370CD /* PostDetail.storyboard */; };
3C86FAAF2694C7C6009370CD /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA8E2694C7C6009370CD /* Home.storyboard */; };
3C86FAB02694C7C6009370CD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA8F2694C7C6009370CD /* LaunchScreen.storyboard */; };
3C86FAB12694C7C6009370CD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA912694C7C6009370CD /* Main.storyboard */; };
3C86FAB22694C7C6009370CD /* AddressMain.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA932694C7C6009370CD /* AddressMain.storyboard */; };
3C86FAB32694C7C6009370CD /* Tabbar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA942694C7C6009370CD /* Tabbar.storyboard */; };
3C86FAB42694C7C6009370CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C86FA952694C7C6009370CD /* Assets.xcassets */; };
Expand All @@ -115,6 +114,7 @@
3CA1CE7E2692C74200D0AFAF /* UITableViewCell+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA1CE7D2692C74200D0AFAF /* UITableViewCell+.swift */; };
3CB315712690494700E3A101 /* UITextFeild+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CB315702690494700E3A101 /* UITextFeild+.swift */; };
3CB9BE54268EFEDD00EB85CB /* TabbarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CB9BE53268EFEDD00EB85CB /* TabbarVC.swift */; };
3CCBB32726E2201800088B82 /* SearchKeywordViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CCBB32626E2201800088B82 /* SearchKeywordViewModel.swift */; };
3CE2A700269C991B00567395 /* SearchKeywordDataMadel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE2A6FF269C991B00567395 /* SearchKeywordDataMadel.swift */; };
3CE2A702269C99CD00567395 /* SearchKeywordService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE2A701269C99CD00567395 /* SearchKeywordService.swift */; };
3CEC010C269DF4E400E9332C /* Date+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CEC010B269DF4E400E9332C /* Date+.swift */; };
Expand Down Expand Up @@ -238,11 +238,11 @@
3C45B5F026A1B5F30061D64B /* Splash.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Splash.storyboard; sourceTree = "<group>"; };
3C45B5F226A1B6320061D64B /* SplashVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashVC.swift; sourceTree = "<group>"; };
3C45B5F426A1C0110061D64B /* lottie_test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = lottie_test.json; sourceTree = "<group>"; };
3C6F8A6126E2358D006E3895 /* SearchAddressKeywordVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchAddressKeywordVC.swift; sourceTree = "<group>"; };
3C706798269ECE8C0082C852 /* PostResultService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostResultService.swift; sourceTree = "<group>"; };
3C71FEA326881DAA007E8EAD /* ChaRo-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ChaRo-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3C71FEA626881DAA007E8EAD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3C71FEA826881DAA007E8EAD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
3C71FEAA26881DAA007E8EAD /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3C7DF0E82699ED8E0021939C /* TMapSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TMapSDK.framework; sourceTree = "<group>"; };
3C7DF0EA2699EE7E0021939C /* TMapSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TMapSDK.framework; sourceTree = "<group>"; };
3C7DF0EC269A1BED0021939C /* SearchPost.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = SearchPost.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -278,7 +278,6 @@
3C86FA8D2694C7C6009370CD /* PostDetail.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PostDetail.storyboard; sourceTree = "<group>"; };
3C86FA8E2694C7C6009370CD /* Home.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Home.storyboard; sourceTree = "<group>"; };
3C86FA902694C7C6009370CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3C86FA922694C7C6009370CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3C86FA932694C7C6009370CD /* AddressMain.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = AddressMain.storyboard; sourceTree = "<group>"; };
3C86FA942694C7C6009370CD /* Tabbar.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Tabbar.storyboard; sourceTree = "<group>"; };
3C86FA952694C7C6009370CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand All @@ -304,6 +303,7 @@
3CA1CE7D2692C74200D0AFAF /* UITableViewCell+.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITableViewCell+.swift"; sourceTree = "<group>"; };
3CB315702690494700E3A101 /* UITextFeild+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextFeild+.swift"; sourceTree = "<group>"; };
3CB9BE53268EFEDD00EB85CB /* TabbarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabbarVC.swift; sourceTree = "<group>"; };
3CCBB32626E2201800088B82 /* SearchKeywordViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchKeywordViewModel.swift; sourceTree = "<group>"; };
3CE2A6FF269C991B00567395 /* SearchKeywordDataMadel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchKeywordDataMadel.swift; sourceTree = "<group>"; };
3CE2A701269C99CD00567395 /* SearchKeywordService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchKeywordService.swift; sourceTree = "<group>"; };
3CEC010B269DF4E400E9332C /* Date+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -542,7 +542,6 @@
3CAE51C026C24A2B00DB8A41 /* Tabbar */,
3CAE51BF26C24A2000DB8A41 /* ThemeScene */,
3C86FA8F2694C7C6009370CD /* LaunchScreen.storyboard */,
3C86FA912694C7C6009370CD /* Main.storyboard */,
36071675269F9AE10042256B /* Notification.storyboard */,
);
path = Storyboards;
Expand Down Expand Up @@ -571,6 +570,7 @@
3C879BE4268B139000C41BB8 /* Extensions */,
3C3AF5EB269024280099B684 /* Services */,
3C879BE8268B13B500C41BB8 /* Models */,
3CCBB32526E21FDD00088B82 /* ViewModels */,
3C879BE7268B13AD00C41BB8 /* Views */,
);
path = Source;
Expand Down Expand Up @@ -649,7 +649,6 @@
3CAE51AF26C244EA00DB8A41 /* SplashScene */,
3CAE51AB26C2448000DB8A41 /* Tabbar */,
3CAE51B226C2452500DB8A41 /* ThemeScene */,
3C71FEAA26881DAA007E8EAD /* ViewController.swift */,
36071677269F9B030042256B /* NotificationVC.swift */,
);
path = VCs;
Expand Down Expand Up @@ -867,6 +866,7 @@
F4CC1B93269C95DB009A0C01 /* AddressConfirmVC.swift */,
3C86F9F5269478F3009370CD /* AddressMainVC.swift */,
3C86FAC42694D767009370CD /* SearchKeywordVC.swift */,
3C6F8A6126E2358D006E3895 /* SearchAddressKeywordVC.swift */,
);
path = MapScene;
sourceTree = "<group>";
Expand Down Expand Up @@ -1114,6 +1114,14 @@
path = WrittingScene;
sourceTree = "<group>";
};
3CCBB32526E21FDD00088B82 /* ViewModels */ = {
isa = PBXGroup;
children = (
3CCBB32626E2201800088B82 /* SearchKeywordViewModel.swift */,
);
path = ViewModels;
sourceTree = "<group>";
};
F410081AB96A6ECC13CED23C /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1204,7 +1212,6 @@
3C86FAC32694CC47009370CD /* HomeAreaRecommandTVC.xib in Resources */,
3C86FAC72694DFC6009370CD /* SearchKeyword.storyboard in Resources */,
F4CC1B9E269D3E7B009A0C01 /* CreatePostThemeTVC.xib in Resources */,
3C86FAB12694C7C6009370CD /* Main.storyboard in Resources */,
3C86FAB32694C7C6009370CD /* Tabbar.storyboard in Resources */,
F4CC1AE62697464C009A0C01 /* PostLocationTVC.xib in Resources */,
36D1E602269739FD0079BD94 /* HotDropDownTVC.xib in Resources */,
Expand Down Expand Up @@ -1307,7 +1314,6 @@
3C86FA202694B6D2009370CD /* AddressButtonCell.swift in Sources */,
F42DA80E2694D47F003DA0DC /* PostCourseThemeTVC.swift in Sources */,
F4CC1B65269B943B009A0C01 /* CreatePostPhotoTVC.swift in Sources */,
3C71FEAB26881DAA007E8EAD /* ViewController.swift in Sources */,
3C879BEF268B147D00C41BB8 /* UITableView+.swift in Sources */,
3C879BF3268B14A800C41BB8 /* UIColor+.swift in Sources */,
F4CC1B5E269A20A7009A0C01 /* CreatePostVC.swift in Sources */,
Expand All @@ -1319,9 +1325,11 @@
F468C0F6269DDA290019B1B3 /* Notification.Name.swift in Sources */,
70D63E252694E13B0036484B /* ThemePostVC.swift in Sources */,
703DD83C269F867D004416A9 /* LoginService.swift in Sources */,
3CCBB32726E2201800088B82 /* SearchKeywordViewModel.swift in Sources */,
3C86FA222694B713009370CD /* PostDriveCourseTVC.swift in Sources */,
3C7DF0F1269A30380021939C /* XmarkDismissButton.swift in Sources */,
70D63E3426963C810036484B /* ThemePostThemeTVC.swift in Sources */,
3C6F8A6226E2358D006E3895 /* SearchAddressKeywordVC.swift in Sources */,
3CE2A702269C99CD00567395 /* SearchKeywordService.swift in Sources */,
3C3AF5F426902AE90099B684 /* PostCellTitleView.swift in Sources */,
3CB315712690494700E3A101 /* UITextFeild+.swift in Sources */,
Expand Down Expand Up @@ -1416,14 +1424,6 @@
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
3C86FA912694C7C6009370CD /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
3C86FA922694C7C6009370CD /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
Expand Down
2 changes: 1 addition & 1 deletion ChaRo-iOS/ChaRo-iOS/Resource/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<string>Home</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down
32 changes: 32 additions & 0 deletions ChaRo-iOS/ChaRo-iOS/Resource/Storyboards/AddressConfirm.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Address ConfirmVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="AddressConfirmVC" id="Y6W-OH-hqX" customClass="AddressConfirmVC" customModule="ChaRo_iOS" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="132" y="35"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
33 changes: 33 additions & 0 deletions ChaRo-iOS/ChaRo-iOS/Resource/Storyboards/AddressMain.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Address MainVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="AddressMainVC" id="Y6W-OH-hqX" customClass="AddressMainVC" customModule="ChaRo_iOS" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<navigationItem key="navigationItem" id="mKs-qQ-Z5y"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1047.8260869565217" y="62.946428571428569"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
Loading

0 comments on commit 0c3db80

Please sign in to comment.