| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-05 | fix(xcode.application): resolve merge conflict with upstream dev | Akaps316 | |
| 2026-04-05 | fix(test): move import to top of test.lua per review comment | Akaps316 | |
| Co-authored-by: Qwen-Coder <[email protected]> | |||
| 2026-04-04 | fix(xcode.application): configure dynamic rpath logic and update test env vars | Akaps316 | |
| 2026-04-04 | fix(xcode.application): use the correct framework rpath for iOS apps | Akaps316 | |
| Use @executable_path/Frameworks for iphoneos application bundles when embedding dependent frameworks. The existing @executable_path/../Frameworks rpath is correct for macOS app layout, but incorrect for iOS where the executable lives directly in MyApp.app and embedded frameworks live in MyApp.app/Frameworks. Add a regression test that builds an iOS simulator app with an embedded framework and verifies the generated LC_RPATH. | |||
| 2026-04-03 | fix(xcode.application): avoid duplicate bundle rpath insertion | Akaps316 | |
| Only add the macOS app bundle framework rpath if it is missing from the copied app binary. This avoids install_name_tool failing when the target already links with @executable_path/../Frameworks, for example via add_rpathdirs(). Add a regression test covering a macOS app target that already carries the bundle rpath before xcode.application generates the app bundle. | |||
| 2025-09-20 | optimize codesign | ruki | |
| 2023-08-21 | remove unused flags | ruki | |
| 2023-07-25 | remove some comments | ruki | |
| 2022-11-08 | strip spaces | ruki | |
| 2022-02-16 | improve tests for iosapp | ruki | |
| 2022-02-16 | improve objc test | ruki | |
| 2021-08-29 | fix style | ruki | |
| 2021-08-22 | add metal rule stub | ruki | |
| 2021-08-22 | add metal app test | ruki | |
| 2021-08-22 | rm metal app test | ruki | |
| 2021-08-22 | add metal app test | ruki | |
| 2020-12-17 | improve test | ruki | |
| 2020-12-16 | improve app rules | ruki | |
| 2020-11-14 | add app with framework templates | ruki | |
| 2020-11-14 | improve ios app tests | ruki | |
| 2020-11-13 | add iosapp with framework | ruki | |
| 2020-11-13 | add macapp with framework | ruki | |
| 2020-05-25 | copy dynamic libraries for xcode app | ruki | |
| 2020-04-10 | update tests | ruki | |
| 2020-04-10 | add product display name for xcode.app | ruki | |
| 2020-04-08 | improve xcode.framework/bundle rules | ruki | |
| 2020-04-08 | improve xcode.framework rules | ruki | |
| 2020-04-08 | improve xcode.app rule | ruki | |
| 2020-04-08 | support for building xcode.app/iphoneos | ruki | |
| 2020-04-05 | improve xcode.application rule | ruki | |
| 2020-04-05 | update macapp tests | ruki | |
| 2020-04-05 | rename macapp tests | ruki | |
| 2020-04-05 | add codesign config | ruki | |
| 2020-04-05 | add tests for bundle/framework | ruki | |
| 2020-04-05 | add objc/framework template | ruki | |
| 2020-04-05 | improve info.plist | ruki | |
| 2020-04-04 | impl xcode.application | ruki | |
| 2020-04-04 | add xcode.bundle rule | ruki | |
| 2020-04-04 | update info.plist | ruki | |
| 2020-04-04 | improve xcode.framework rule | ruki | |
| 2020-04-04 | export frameworks | ruki | |
| 2020-04-04 | improve xcode.framework rule | ruki | |
| 2020-04-04 | improve objc/objc++ build rules | ruki | |
| 2019-12-02 | clear tail white space | Liu | |
| 2019-09-06 | add modulemap tests | ruki | |
| 2019-07-17 | fix tests | OpportunityLiu | |
| 2019-06-18 | skip some tests | OpportunityLiu | |
| 2019-06-08 | improve test lib | OpportunityLiu | |
| 2018-04-27 | fix test.lua for build projects | ruki | |
| 2018-04-27 | add wdk tests | ruki | |
