<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/tests/projects/objc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/tests/projects/objc?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/tests/projects/objc?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-04-05T05:28:30Z</updated>
<entry>
<title>fix(xcode.application): resolve merge conflict with upstream dev</title>
<updated>2026-04-05T05:28:30Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-05T05:28:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9b189a6f1098e55c4ea6d1928644bed4acf5a412'/>
<id>urn:sha1:9b189a6f1098e55c4ea6d1928644bed4acf5a412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(test): move import to top of test.lua per review comment</title>
<updated>2026-04-05T04:57:42Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-05T04:57:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=84061455bdc813d3072afa8a998c8d049840b748'/>
<id>urn:sha1:84061455bdc813d3072afa8a998c8d049840b748</id>
<content type='text'>
Co-authored-by: Qwen-Coder &lt;qwen-coder@alibabacloud.com&gt;
</content>
</entry>
<entry>
<title>fix(xcode.application): configure dynamic rpath logic and update test env vars</title>
<updated>2026-04-04T15:10:34Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-04T15:10:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=2bcd211ec0aa155444f0f3e8b428b4fa365d61d4'/>
<id>urn:sha1:2bcd211ec0aa155444f0f3e8b428b4fa365d61d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(xcode.application): use the correct framework rpath for iOS apps</title>
<updated>2026-04-04T14:54:39Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-03T14:24:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e43e3e3ff780d130a1e1402ed9eabf0aa54c5c1d'/>
<id>urn:sha1:e43e3e3ff780d130a1e1402ed9eabf0aa54c5c1d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix(xcode.application): avoid duplicate bundle rpath insertion</title>
<updated>2026-04-03T15:47:05Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-03T15:47:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=482b81ae5d4dc0bca6d2869c94237b48a55a2cfa'/>
<id>urn:sha1:482b81ae5d4dc0bca6d2869c94237b48a55a2cfa</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>optimize codesign</title>
<updated>2025-09-19T16:49:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-09-19T16:49:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=072c91d17ec55b94e9af3ce7fed09d885b2c2075'/>
<id>urn:sha1:072c91d17ec55b94e9af3ce7fed09d885b2c2075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused flags</title>
<updated>2023-08-21T14:32:49Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-08-21T14:32:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=3af4b92bef5b4f9c58575cb4ea5770d846a554c8'/>
<id>urn:sha1:3af4b92bef5b4f9c58575cb4ea5770d846a554c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove some comments</title>
<updated>2023-07-25T14:52:19Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-07-25T14:52:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=591a78508904e868941380b9552d90e114de5b8f'/>
<id>urn:sha1:591a78508904e868941380b9552d90e114de5b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strip spaces</title>
<updated>2022-11-08T14:35:24Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-11-08T14:35:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4752d974156a2aff70215b73df461f26c843d9a2'/>
<id>urn:sha1:4752d974156a2aff70215b73df461f26c843d9a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve tests for iosapp</title>
<updated>2022-02-15T16:43:20Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-02-15T16:43:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fe5673d0291653137c3ecc53c2abba5c162a6779'/>
<id>urn:sha1:fe5673d0291653137c3ecc53c2abba5c162a6779</id>
<content type='text'>
</content>
</entry>
</feed>
