From 74f8168faa7026acde461b27d25e523d5ea4009a Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 13:27:25 +0900 Subject: [PATCH 1/7] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e02854..38c9a0b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# 4d-class-lipo +![version](https://img.shields.io/badge/version-20%2B-E23089) +![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%&color=blue) +[![license](https://img.shields.io/github/license/miyako/4d-class-lipo)](LICENSE) +![downloads](https://img.shields.io/github/downloads/miyako/4d-class-lipo/total) + Classes to split universal binary app with the lipo program From a9997d410d4c5370d44244ed1c3103863b528152 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 17:23:37 +0900 Subject: [PATCH 2/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38c9a0b..4f08a1b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ ![downloads](https://img.shields.io/github/downloads/miyako/4d-class-lipo/total) Classes to split universal binary app with the lipo program + +# Remarks + +The [LSRequiresNativeExecution](https://developer.apple.com/documentation/bundleresources/information_property_list/lsrequiresnativeexecution) is not added to *Info.plist*. From 60cbb62c8e7de5f9e52b9f892842b015024102f1 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 17:23:50 +0900 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f08a1b..85aa221 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Classes to split universal binary app with the lipo program # Remarks -The [LSRequiresNativeExecution](https://developer.apple.com/documentation/bundleresources/information_property_list/lsrequiresnativeexecution) is not added to *Info.plist*. +The [LSRequiresNativeExecution](https://developer.apple.com/documentation/bundleresources/information_property_list/lsrequiresnativeexecution) key is not added to *Info.plist*. From 45c3638947caae685d65b42ec40f9f4309c9fd48 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 17:53:57 +0900 Subject: [PATCH 4/7] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 85aa221..2ab0fff 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ Classes to split universal binary app with the lipo program + # About + + Executes `lipo -thin` on exectuable files inside an .app to create separate instances for Intel/Mac architecture. + + + +|source|original size|x86_64|arm64| +|:-:|:-:|:-:|:-:| +|4D 20 R3|965.1 MB|881.6 MB|661.8 MB| + # Remarks The [LSRequiresNativeExecution](https://developer.apple.com/documentation/bundleresources/information_property_list/lsrequiresnativeexecution) key is not added to *Info.plist*. From 33da53cec7650d5f6d8331da621c26c6e4e80aee Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 17:56:40 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ab0fff..5357f80 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Classes to split universal binary app with the lipo program |source|original size|x86_64|arm64| |:-:|:-:|:-:|:-:| |4D 20 R3|965.1 MB|881.6 MB|661.8 MB| +|4D 19.7|1.07 GB|779.8 MB|661.8 MB| + +**Note**: 4D 19 contains 4D Mobile. # Remarks From 6e9bf0782e334df1bbb7d350c0bfe0a12880f188 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 18:13:14 +0900 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5357f80..bf06733 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Classes to split universal binary app with the lipo program |source|original size|x86_64|arm64| |:-:|:-:|:-:|:-:| |4D 20 R3|965.1 MB|881.6 MB|661.8 MB| -|4D 19.7|1.07 GB|779.8 MB|661.8 MB| +|4D 19.7|1.07 GB|779.8 MB|784.8 MB| **Note**: 4D 19 contains 4D Mobile. From 4014d19c44c4106c4eb21bccdfda5b7a4cc85eb8 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Tue, 20 Feb 2024 18:14:03 +0900 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf06733..2604ccb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Classes to split universal binary app with the lipo program |4D 20 R3|965.1 MB|881.6 MB|661.8 MB| |4D 19.7|1.07 GB|779.8 MB|784.8 MB| -**Note**: 4D 19 contains 4D Mobile. +**Note**: 4D 19 contains 4D Mobile. Internal PHP is always Intel. # Remarks