Skip to content

Commit

Permalink
[AltServer] Fixes “SDK does not contain libarclite” error when archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Sep 8, 2023
1 parent 61f2347 commit 6af7651
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 164 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- KeychainAccess (4.2.2)
- Nuke (10.7.1)
- Sparkle (2.3.2)
- STPrivilegedTask (1.0.7)
- STPrivilegedTask (1.0.8)

DEPENDENCIES:
- AppCenter (~> 5.0)
Expand All @@ -32,16 +32,16 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
STPrivilegedTask:
:commit: 6ca513d0dcb2aefb0e5a95915b77bbbbd8a6d942
:commit: 02ab5081c4f1d7f6a70f5413c88d32dbbea66f4c
:git: https://github.com/rileytestut/STPrivilegedTask.git

SPEC CHECKSUMS:
AppCenter: 18153bb6bc4241d14c8cce57466ac1c88136b476
KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51
Nuke: 279f17a599fd1c83cf51de5e0e1f2db143a287b0
Sparkle: b36a51855e81585a1c38e32e53101d36c00f4304
STPrivilegedTask: 56c3397238a1ec07720fb877a044898373cd2c68
STPrivilegedTask: 3a3f6add7c567b1be8c326328eb3dd6dc5daed91

PODFILE CHECKSUM: ca0ab842e91a672a9020d57cc032e765532a5163
PODFILE CHECKSUM: 3ca028c93d6c7f9f71be0028419da64855dba982

COCOAPODS: 1.12.1
10 changes: 5 additions & 5 deletions Pods/Local Podspecs/STPrivilegedTask.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 20 additions & 10 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/STPrivilegedTask/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6af7651

Please sign in to comment.