Skip to content

Commit 6c5dc0d

Browse files
authored
Merge pull request #146 from IIION/release
🏛️ realease -> master Ver 1.0.1
2 parents 2bf3e86 + 85a1ee0 commit 6c5dc0d

24 files changed

+340
-280
lines changed

Workade.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
2170C28F292BB0BC005146C3 /* ExploreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2170C28E292BB0BC005146C3 /* ExploreViewController.swift */; };
5454
2170C291292C974B005146C3 /* ExploreViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2170C290292C974B005146C3 /* ExploreViewModel.swift */; };
5555
2170C293292CA689005146C3 /* RegionInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2170C292292CA689005146C3 /* RegionInfoView.swift */; };
56-
21723FB8293BA3800064255C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 21723FB7293BA3800064255C /* GoogleService-Info.plist */; };
5756
21862A912902675600518EBC /* GalleryDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21862A902902675500518EBC /* GalleryDetailViewController.swift */; };
5857
21862A93290280BD00518EBC /* CardTransitionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21862A92290280BD00518EBC /* CardTransitionManager.swift */; };
5958
218DA403290B1AA90089F896 /* LaunchScreenAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 218DA402290B1AA90089F896 /* LaunchScreenAnimationView.swift */; };
@@ -100,7 +99,6 @@
10099
5FBADE5029056811008CCC58 /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FBADE4F29056811008CCC58 /* MapViewController.swift */; };
101100
5FD1F5D2290A6BCB00744CCC /* MapPinModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD1F5D1290A6BCB00744CCC /* MapPinModel.swift */; };
102101
5FD22E90290B17E2003CF909 /* MapViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD22E8E290B17E2003CF909 /* MapViewModel.swift */; };
103-
5FDC11D729388D9F00CDA4EC /* WorkerStatusSheetViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDC11D629388D9F00CDA4EC /* WorkerStatusSheetViewModel.swift */; };
104102
5FDC17BB28FE799C0060DBB7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDC17BA28FE799C0060DBB7 /* AppDelegate.swift */; };
105103
5FDC17BD28FE799C0060DBB7 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDC17BC28FE799C0060DBB7 /* SceneDelegate.swift */; };
106104
5FDC17BF28FE799C0060DBB7 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FDC17BE28FE799C0060DBB7 /* ViewController.swift */; };
@@ -156,6 +154,7 @@
156154
A35A982F290ADE1F00220755 /* MagazineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A35A982E290ADE1F00220755 /* MagazineViewModel.swift */; };
157155
A35B7096292CF6EE0083E0A2 /* RegionButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A35B7095292CF6EE0083E0A2 /* RegionButton.swift */; };
158156
A35BD48228FE85B200D1FA7C /* MagazineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A35BD48128FE85B200D1FA7C /* MagazineViewController.swift */; };
157+
A3690FAE293DEAFF004B79F2 /* EmptyStickeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3690FAD293DEAFF004B79F2 /* EmptyStickeView.swift */; };
159158
A37D28402923BC8F009F0ED6 /* NearbyPlaceImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37D283F2923BC8F009F0ED6 /* NearbyPlaceImageView.swift */; };
160159
A37D28422923BD53009F0ED6 /* NearbyPlaceDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37D28412923BD53009F0ED6 /* NearbyPlaceDetailView.swift */; };
161160
A37D28442923C62E009F0ED6 /* GalleryResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37D28432923C62E009F0ED6 /* GalleryResource.swift */; };
@@ -218,7 +217,6 @@
218217
2170C28E292BB0BC005146C3 /* ExploreViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExploreViewController.swift; sourceTree = "<group>"; };
219218
2170C290292C974B005146C3 /* ExploreViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExploreViewModel.swift; sourceTree = "<group>"; };
220219
2170C292292CA689005146C3 /* RegionInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegionInfoView.swift; sourceTree = "<group>"; };
221-
21723FB7293BA3800064255C /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../Desktop/GoogleService-Info.plist"; sourceTree = "<group>"; };
222220
21862A902902675500518EBC /* GalleryDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryDetailViewController.swift; sourceTree = "<group>"; };
223221
21862A92290280BD00518EBC /* CardTransitionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardTransitionManager.swift; sourceTree = "<group>"; };
224222
218DA402290B1AA90089F896 /* LaunchScreenAnimationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchScreenAnimationView.swift; sourceTree = "<group>"; };
@@ -257,7 +255,6 @@
257255
5FBADE4F29056811008CCC58 /* MapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapViewController.swift; sourceTree = "<group>"; };
258256
5FD1F5D1290A6BCB00744CCC /* MapPinModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapPinModel.swift; sourceTree = "<group>"; };
259257
5FD22E8E290B17E2003CF909 /* MapViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MapViewModel.swift; sourceTree = "<group>"; };
260-
5FDC11D629388D9F00CDA4EC /* WorkerStatusSheetViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkerStatusSheetViewModel.swift; sourceTree = "<group>"; };
261258
5FDC17B728FE799C0060DBB7 /* Workade.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Workade.app; sourceTree = BUILT_PRODUCTS_DIR; };
262259
5FDC17BA28FE799C0060DBB7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
263260
5FDC17BC28FE799C0060DBB7 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -316,6 +313,7 @@
316313
A35A982E290ADE1F00220755 /* MagazineViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MagazineViewModel.swift; sourceTree = "<group>"; };
317314
A35B7095292CF6EE0083E0A2 /* RegionButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegionButton.swift; sourceTree = "<group>"; };
318315
A35BD48128FE85B200D1FA7C /* MagazineViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MagazineViewController.swift; sourceTree = "<group>"; };
316+
A3690FAD293DEAFF004B79F2 /* EmptyStickeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyStickeView.swift; sourceTree = "<group>"; };
319317
A37D283F2923BC8F009F0ED6 /* NearbyPlaceImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyPlaceImageView.swift; sourceTree = "<group>"; };
320318
A37D28412923BD53009F0ED6 /* NearbyPlaceDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyPlaceDetailView.swift; sourceTree = "<group>"; };
321319
A37D28432923C62E009F0ED6 /* GalleryResource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryResource.swift; sourceTree = "<group>"; };
@@ -431,7 +429,6 @@
431429
isa = PBXGroup;
432430
children = (
433431
169E1F03292A7F3D007F9E0A /* WorkerStatusSheetViewController.swift */,
434-
5FDC11D629388D9F00CDA4EC /* WorkerStatusSheetViewModel.swift */,
435432
);
436433
path = WorkerStatusSheet;
437434
sourceTree = "<group>";
@@ -599,7 +596,6 @@
599596
isa = PBXGroup;
600597
children = (
601598
5FDC17D228FE7A900060DBB7 /* .swiftlint.yml */,
602-
21723FB7293BA3800064255C /* GoogleService-Info.plist */,
603599
5FDC17B928FE799C0060DBB7 /* Workade */,
604600
5FDC17B828FE799C0060DBB7 /* Products */,
605601
B7DE360250B0A3F5EC254C91 /* Pods */,
@@ -740,6 +736,7 @@
740736
A354F476292625F5003E601A /* ProfileView.swift */,
741737
A354F47829262615003E601A /* StickerView.swift */,
742738
A354F47A29263C52003E601A /* StickerCollectionViewCell.swift */,
739+
A3690FAD293DEAFF004B79F2 /* EmptyStickeView.swift */,
743740
A3BB02BB2926A7C8000DE275 /* EditProfile */,
744741
9646763D2909346A0047ED34 /* Setting */,
745742
);
@@ -925,7 +922,6 @@
925922
5FDC17D328FE7A900060DBB7 /* .swiftlint.yml in Resources */,
926923
21F6DE5D28FFED5D00ED72C6 /* Pretendard-Regular.otf in Resources */,
927924
2103BBA929261F4D00BBCB2C /* Satoshi-Medium.otf in Resources */,
928-
21723FB8293BA3800064255C /* GoogleService-Info.plist in Resources */,
929925
21F6DE5E28FFED5D00ED72C6 /* Pretendard-Bold.otf in Resources */,
930926
5FDC17CA28FE799D0060DBB7 /* LaunchScreen.storyboard in Resources */,
931927
21F6DE5C28FFED5D00ED72C6 /* Pretendard-SemiBold.otf in Resources */,
@@ -1121,13 +1117,13 @@
11211117
21862A93290280BD00518EBC /* CardTransitionManager.swift in Sources */,
11221118
961CC485290AF80500921F24 /* BookmarkManager.swift in Sources */,
11231119
21862A912902675600518EBC /* GalleryDetailViewController.swift in Sources */,
1124-
5FDC11D729388D9F00CDA4EC /* WorkerStatusSheetViewModel.swift in Sources */,
11251120
16CBD46E29040D960056A641 /* CheckListViewModel.swift in Sources */,
11261121
2163F30B290958A0007CB6DC /* CheckListTemplateResource.swift in Sources */,
11271122
21F6DE6228FFEE2100ED72C6 /* DesignSystem.swift in Sources */,
11281123
5FDC17BB28FE799C0060DBB7 /* AppDelegate.swift in Sources */,
11291124
21DF04BC2907E9BE007B6270 /* EmojiPickerController.swift in Sources */,
11301125
A3CBB16629275F97009AD4E1 /* UITextField+.swift in Sources */,
1126+
A3690FAE293DEAFF004B79F2 /* EmptyStickeView.swift in Sources */,
11311127
A3479C96292BA84800AE1528 /* LoginInformationView.swift in Sources */,
11321128
A35A982F290ADE1F00220755 /* MagazineViewModel.swift in Sources */,
11331129
96B1836E290148D4009F2BC6 /* OfficeCollectionViewCell.swift in Sources */,

Workade/Assets.xcassets/Sticker/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

Workade/Assets.xcassets/Sticker/halLaBong.imageset/Contents.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

Workade/Assets.xcassets/Sticker/horse.imageset/Contents.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)