fix(imagepicker): 크롭 범위를 보정한다
This commit is contained in:
@@ -1077,6 +1077,8 @@
|
||||
40B28AB12A839E59008BE463 /* DetailNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B28AAF2A839E59008BE463 /* DetailNavigationBar.swift */; };
|
||||
40B28AB42A839E9D008BE463 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B28AB32A839E9D008BE463 /* ImagePicker.swift */; };
|
||||
40B28AB52A839E9D008BE463 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B28AB32A839E9D008BE463 /* ImagePicker.swift */; };
|
||||
7A03C0022E41400100C0DE01 /* ImageCropGeometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A03C0012E41400100C0DE01 /* ImageCropGeometry.swift */; };
|
||||
7A03C0032E41400100C0DE01 /* ImageCropGeometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A03C0012E41400100C0DE01 /* ImageCropGeometry.swift */; };
|
||||
40B37EE82A90A32C000DE782 /* ProfileUpdateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B37EE72A90A32C000DE782 /* ProfileUpdateView.swift */; };
|
||||
40B37EE92A90A32C000DE782 /* ProfileUpdateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B37EE72A90A32C000DE782 /* ProfileUpdateView.swift */; };
|
||||
40B37EEC2A90A3CF000DE782 /* ProfileUpdateViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B37EEB2A90A3CF000DE782 /* ProfileUpdateViewModel.swift */; };
|
||||
@@ -2644,6 +2646,7 @@
|
||||
40B28AAC2A839DE4008BE463 /* BaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseView.swift; sourceTree = "<group>"; };
|
||||
40B28AAF2A839E59008BE463 /* DetailNavigationBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailNavigationBar.swift; sourceTree = "<group>"; };
|
||||
40B28AB32A839E9D008BE463 /* ImagePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePicker.swift; sourceTree = "<group>"; };
|
||||
7A03C0012E41400100C0DE01 /* ImageCropGeometry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageCropGeometry.swift; sourceTree = "<group>"; };
|
||||
40B37EE72A90A32C000DE782 /* ProfileUpdateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileUpdateView.swift; sourceTree = "<group>"; };
|
||||
40B37EEB2A90A3CF000DE782 /* ProfileUpdateViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileUpdateViewModel.swift; sourceTree = "<group>"; };
|
||||
40B37EF02A90A484000DE782 /* ModifyPasswordView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModifyPasswordView.swift; sourceTree = "<group>"; };
|
||||
@@ -4598,6 +4601,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
40B28AB32A839E9D008BE463 /* ImagePicker.swift */,
|
||||
7A03C0012E41400100C0DE01 /* ImageCropGeometry.swift */,
|
||||
);
|
||||
path = ImagePicker;
|
||||
sourceTree = "<group>";
|
||||
@@ -7121,6 +7125,7 @@
|
||||
4091440E2A85C90600EEBFB1 /* UserProfileViewModel.swift in Sources */,
|
||||
409143E92A85A7FE00EEBFB1 /* ContentCreateView.swift in Sources */,
|
||||
40B28AB42A839E9D008BE463 /* ImagePicker.swift in Sources */,
|
||||
7A03C0022E41400100C0DE01 /* ImageCropGeometry.swift in Sources */,
|
||||
409868562DDB8F7D00540FD9 /* GetPointRewardStatusResponse.swift in Sources */,
|
||||
409143D22A85A5D200EEBFB1 /* AudioContentDonationRequest.swift in Sources */,
|
||||
40B93FA02A83E50800AE29E2 /* MyLiveReservationItemView.swift in Sources */,
|
||||
@@ -8054,6 +8059,7 @@
|
||||
40C406F82B2053570068441C /* RouletteApi.swift in Sources */,
|
||||
400EA7972A89F591004992CF /* LiveRoomEditViewModel.swift in Sources */,
|
||||
40B28AB52A839E9D008BE463 /* ImagePicker.swift in Sources */,
|
||||
7A03C0032E41400100C0DE01 /* ImageCropGeometry.swift in Sources */,
|
||||
409143D32A85A5D200EEBFB1 /* AudioContentDonationRequest.swift in Sources */,
|
||||
40B93FA12A83E50800AE29E2 /* MyLiveReservationItemView.swift in Sources */,
|
||||
409868552DDB8F7D00540FD9 /* GetPointRewardStatusResponse.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user