Skip to content

Commit c182b48

Browse files
committed
chore: fix indentation
1 parent 3e4eba4 commit c182b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ ios-xcframework: ios-lib-macos ios-lib-maccatalyst ios-lib-ios ios-lib-ios-sim #
140140
-library "target/aarch64-apple-ios-sim/release/${IOS_LIB_NAME}" \
141141
-headers proton-pass-mobile/iOS/headers \
142142
-library "target/aarch64-apple-darwin/release/${IOS_LIB_NAME}" \
143-
-headers proton-pass-mobile/iOS/headers \
144-
-library "target/aarch64-apple-ios-macabi/release/${IOS_LIB_NAME}" \
143+
-headers proton-pass-mobile/iOS/headers \
144+
-library "target/aarch64-apple-ios-macabi/release/${IOS_LIB_NAME}" \
145145
-headers proton-pass-mobile/iOS/headers \
146146
-output "${IOS_FRAMEWORK_DIR}/${IOS_XCFRAMEWORK_NAME}"
147147
@mv "${IOS_FRAMEWORK_DIR}/${IOS_XCFRAMEWORK_NAME}" "${IOS_PACKAGE_DIR}/${IOS_XCFRAMEWORK_NAME}"

0 commit comments

Comments
 (0)