Skip to content

Commit 04e677f

Browse files
giljihunjini-codingdependabot[bot]
authored
testflight: v1.1.3 + Fastlane - Clock프레임워크 오류 해결 (#152)
Co-authored-by: Jini <yjkwon424@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Riel <96573160+jini-coding@users.noreply.github.com>
1 parent f8d2099 commit 04e677f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Keychy/Keychy.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
4C5D0BD32F59609400242703 /* KeyringFrameCompositor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5D0BD12F59609400242703 /* KeyringFrameCompositor.swift */; };
267267
4C5D0BD52F59623000242703 /* AnimatedKeyringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C5D0BD42F59623000242703 /* AnimatedKeyringView.swift */; };
268268
4C5D0C2E2F59B72300242703 /* ClockHandRotationEffect.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C5D0C2B2F59B51400242703 /* ClockHandRotationEffect.xcframework */; };
269-
4C5D0C2F2F59B72300242703 /* ClockHandRotationEffect.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4C5D0C2B2F59B51400242703 /* ClockHandRotationEffect.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
270269
4C5D12272F5DB83800242703 /* chain3_frame08.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D11F12F5DB83800242703 /* chain3_frame08.png */; };
271270
4C5D12282F5DB83800242703 /* chain5_frame11.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D12132F5DB83800242703 /* chain5_frame11.png */; };
272271
4C5D12292F5DB83800242703 /* chain5_frame24.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D12202F5DB83800242703 /* chain5_frame24.png */; };
@@ -357,6 +356,8 @@
357356
4C5D127E2F5DB83800242703 /* chain3_frame17.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D11FA2F5DB83800242703 /* chain3_frame17.png */; };
358357
4C5D127F2F5DB83800242703 /* chain1_frame12.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D11D62F5DB83800242703 /* chain1_frame12.png */; };
359358
4C5D12802F5DB83800242703 /* chain5_frame19.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C5D121B2F5DB83800242703 /* chain5_frame19.png */; };
359+
4C5D12812F61961000242703 /* ClockHandRotationEffect.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C5D0C2B2F59B51400242703 /* ClockHandRotationEffect.xcframework */; };
360+
4C5D12822F61961000242703 /* ClockHandRotationEffect.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4C5D0C2B2F59B51400242703 /* ClockHandRotationEffect.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
360361
4C65303B2EBA5FA0000F8154 /* CheckmarkAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C65303A2EBA5FA0000F8154 /* CheckmarkAlert.swift */; };
361362
4C65303E2EBA6042000F8154 /* ImageSaveAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C65303D2EBA6042000F8154 /* ImageSaveAlert.swift */; };
362363
4C6530442EBA8077000F8154 /* PurchaseSuccessAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6530432EBA8077000F8154 /* PurchaseSuccessAlert.swift */; };
@@ -587,7 +588,6 @@
587588
dstPath = "";
588589
dstSubfolderSpec = 10;
589590
files = (
590-
4C5D0C2F2F59B72300242703 /* ClockHandRotationEffect.xcframework in Embed Frameworks */,
591591
);
592592
name = "Embed Frameworks";
593593
runOnlyForDeploymentPostprocessing = 0;
@@ -598,6 +598,7 @@
598598
dstPath = "";
599599
dstSubfolderSpec = 10;
600600
files = (
601+
4C5D12822F61961000242703 /* ClockHandRotationEffect.xcframework in Embed Frameworks */,
601602
);
602603
name = "Embed Frameworks";
603604
runOnlyForDeploymentPostprocessing = 0;
@@ -1180,6 +1181,7 @@
11801181
38A594462EAE4EE20003D712 /* FirebaseMessaging in Frameworks */,
11811182
4C2525DD2F39E38C003CC5AD /* FirebaseAppCheck in Frameworks */,
11821183
38A594422EAE4EE20003D712 /* FirebaseCrashlytics in Frameworks */,
1184+
4C5D12812F61961000242703 /* ClockHandRotationEffect.xcframework in Frameworks */,
11831185
38A594402EAE4EE20003D712 /* FirebaseCore in Frameworks */,
11841186
38A594482EAE4EE20003D712 /* FirebaseStorage in Frameworks */,
11851187
4C6621DB2EAE0D93001760B5 /* Lottie in Frameworks */,

0 commit comments

Comments
 (0)