Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 9512c30

Browse files
authored
Add OpenSSL as a package
1 parent 41b0ec8 commit 9512c30

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "=== sw_vers ==="
3636
sw_vers || true
3737
38-
- name: Ensure jq, yq, gh & xcodegen exist (best-effort — tries brew, then gh installer)
38+
- name: Install jq, yq, gh & xcodegen
3939
run: |
4040
# jq
4141
if ! command -v jq >/dev/null 2>&1; then

project.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ packages:
1111
ZsignPackage:
1212
url: https://github.com/khcrysalis/Zsign-Package.git
1313
branch: package
14-
1514
ZIPFoundation:
1615
url: https://github.com/weichsel/ZIPFoundation.git
1716
branch: main
17+
OpenSSL:
18+
url: https://github.com/krzyzanowskim/OpenSSL-Package.git
19+
from: 3.3.2000 # Latest stable version as of 2025, supports iOS
1820

1921
targets:
2022
prostore:
@@ -31,8 +33,8 @@ targets:
3133
properties:
3234
CFBundleDisplayName: "ProStore"
3335
CFBundleName: "prostore"
34-
CFBundleVersion: "12"
35-
CFBundleShortVersionString: "1.1.6"
36+
CFBundleVersion: "13"
37+
CFBundleShortVersionString: "1.1.7"
3638
UILaunchStoryboardName: "LaunchScreen"
3739
NSPrincipalClass: "UIApplication"
3840
NSAppTransportSecurity:
@@ -43,4 +45,6 @@ targets:
4345
- package: ZsignPackage
4446
product: ZsignSwift
4547
- package: ZIPFoundation
46-
product: ZIPFoundation
48+
product: ZIPFoundation
49+
- package: OpenSSL
50+
product: OpenSSL # Link OpenSSL module

0 commit comments

Comments
 (0)