Commit Graph

2304 Commits

Author SHA1 Message Date
mahee96
06bafdaddc pbxproj: restore required slowly - added Dependencies/** references after careful vetting by GROUP reference instead of FOLDER reference in xcode 2026-03-01 15:36:22 +05:30
mahee96
b7ccefc332 pbxproj: restore required slowly - added Dependencies bare reference 2026-03-01 15:23:01 +05:30
mahee96
1442d4a9ab pbxproj: restore required slowly - removed Dependencies as a folder and will add back as group coz xcode scans the frameworks and xcodeproj files again and again each time due to it being folder type reference 2026-03-01 15:04:06 +05:30
mahee96
2f31628da8 minimuxer: check-in package.resolved 2026-03-01 14:57:35 +05:30
mahee96
d758bd559b minimuxer: reverted to using pre-compiled(and checked-in) RustBridge.xcframework which will be accessible only by MinimuxerBridge which will expose it to minimuxer swift layer under Sources/*.swift . 2026-03-01 14:55:17 +05:30
mahee96
1752396657 pbxproj: restore required slowly - added em_proxy swift source and static lib reference 2026-03-01 14:55:12 +05:30
mahee96
ff9f530411 pbxproj: cleanup - removed obsolete xcscheme 2026-03-01 14:54:09 +05:30
mahee96
12987544fe pbxproj: restore required slowly - added depdencies dir reference 2026-03-01 13:11:39 +05:30
mahee96
0de5c0be29 pbxproj: massive cleanup - removed duplicate and stale entries - bring down from 10K to 1.5K lines 2026-03-01 13:06:27 +05:30
mahee96
2f38bf4062 workspace: added minimuxer SPM package 2026-03-01 01:49:12 +05:30
mahee96
651d43d8d4 MinimuxerWrapper: cleanup 2026-03-01 01:48:45 +05:30
mahee96
3d7ff564f2 MinimuxerWrapper: streamline the logging 2026-03-01 01:21:06 +05:30
mahee96
44c22a5f6b minimuxer: use newly exposed Swift wrappers in MinimuxerWrapper.swift 2026-03-01 01:20:47 +05:30
mahee96
685fcc7641 minimuxer: removed old minimuxer binaries fetch from the fetch script 2026-03-01 01:20:47 +05:30
mahee96
cd8bef9820 pbxproj: removed minimuxer as a static lib and switched to SPM based 2026-03-01 01:18:18 +05:30
mahee96
9d6e76f3ca minimuxer: removed old xcodeproj 2026-03-01 01:18:18 +05:30
mahee96
1c8d110367 minimuxer: removed old xcodeproj 2026-03-01 01:18:18 +05:30
mahee96
ac24144174 minimuxer: switch to build tool plugin for rust build with SPM target 2026-03-01 01:18:18 +05:30
mahee96
a738a37219 minimuxer: use zip-foundation instead of process for zip/unzip 2026-02-28 15:08:17 +05:30
mahee96
ca0867adca minimuxer: added few more files that were missed 2026-02-28 14:56:17 +05:30
mahee96
e9812b0d66 minimuxer: added Package.swift which was missed 2026-02-28 14:46:51 +05:30
mahee96
8f61fcc592 minimuxer: updated wrapper to use spm based reference of swift-minimuxer 2026-02-28 14:23:18 +05:30
mahee96
4c741f8161 minimuxer: full rewrite in swift from rust 2026-02-28 14:22:55 +05:30
ny
b3dcccfd18 fix: 26.4 patch, add correct dest
- update minimuxer
2026-02-27 22:21:41 -05:00
mahee96
dddb250137 IfManager: added String representation for readability 2026-02-28 06:45:12 +05:30
mahee96
5c92a1ae82 pbxproj: was missing references to IfManager.swift 2026-02-28 04:41:33 +05:30
mahee96
82ccff4b5b minimuxer: added @nythepegasus's patch as-is 2026-02-28 04:24:03 +05:30
mahee96
298d20d0b0 minimuxer: added @nythepegasus's patch as-is 2026-02-28 04:23:58 +05:30
mahee96
6d3bb9301a minimuxer: updated submodule to latest 2026-02-28 03:52:35 +05:30
mahee96
c55e34e76a ALTSign cleanup 2026-02-25 08:16:42 +05:30
mahee96
f40096d455 ALTSign cleanup 2026-02-25 08:15:43 +05:30
mahee96
77acf14239 CI: add what xcode is suggesting (xcode noise from auto create schemes) 2026-02-25 08:15:31 +05:30
mahee96
abe34a7183 CI: changelog in md was incorrect in release notes 2026-02-25 08:08:46 +05:30
mahee96
01804fb649 CI: fixes for author 2026-02-25 07:46:54 +05:30
mahee96
0e1d05fa4c CI: multiple fixes 2026-02-25 07:33:55 +05:30
mahee96
0269d038f5 CI: remove harcoded repo name and use incoming 2026-02-25 03:30:57 +05:30
mahee96
9e2c363d11 CI: create tag if required 2026-02-25 03:18:31 +05:30
mahee96
2cebeb5037 CI: handle zipping irrespective of encryption is possible or not 2026-02-25 03:14:50 +05:30
mahee96
c0a71b7808 fix compilation issue after recent merge 2026-02-25 03:00:34 +05:30
mahee96
0047cd6cbe Merge branch 'cell-staging' into develop 2026-02-25 02:50:13 +05:30
mahee96
89e44b0202 ci - decouple source_metadata.json generation from deploy 2026-02-25 02:41:58 +05:30
mahee96
1d1e4ddca9 ci - do not encrypt build logs if password unavailable (forks CI friendly) 2026-02-25 01:45:23 +05:30
mahee96
957c69427d Merge branch 'cell-shortcut' into cell-staging
# Conflicts:
#	AltStore/Operations/SendAppOperation.swift
2026-02-25 01:20:56 +05:30
mahee96
7c05f0bedf cleanup - xcode brought these new entries for schemes 2026-02-25 01:18:09 +05:30
mahee96
ad2f18f744 Merge branch 'staging' into develop 2026-02-25 00:50:28 +05:30
mahee96
4ab3003084 ci: fixes for yml 2026-02-25 00:42:02 +05:30
mahee96
6bbf77a789 ci: fixes for yml 2026-02-25 00:40:09 +05:30
mahee96
a743d984a6 ci: fixes for yml 2026-02-25 00:30:07 +05:30
mahee96
82a67a6d32 ci: use runner number as build number 2026-02-25 00:25:11 +05:30
mahee96
dbe6dffdc0 ci: fixes in workflow.py 2026-02-25 00:10:40 +05:30