Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
40d7b1cc
Commit
40d7b1cc
authored
Mar 19, 2026
by
dsq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本
parent
90123b99
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
404 additions
and
389 deletions
+404
-389
libs.versions.toml
gradle/libs.versions.toml
+1
-1
build-profile.json5
harmonyApp/build-profile.json5
+15
-2
project.pbxproj
iosApp/iosApp.xcodeproj/project.pbxproj
+386
-386
Info.plist
iosApp/iosApp/Info.plist
+2
-0
No files found.
gradle/libs.versions.toml
View file @
40d7b1cc
[versions]
# Build & Android
agp
=
"8.
6.0
"
agp
=
"8.
2.2
"
android-compileSdk
=
"36"
android-minSdk
=
"24"
android-targetSdk
=
"36"
...
...
harmonyApp/build-profile.json5
View file @
40d7b1cc
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/dongsq/.ohos/config/default_harmonyApp_GthGxfoFAEmCFfCK6Yj5azdigDZk5Ro7gO2DpXptcpU=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B27C22393FFEACF897C523D53BB14B958F86E6EB6F884B402DBAC8C9D7FC6219A51BAEB0EDD9CC2",
"profile": "/Users/dongsq/.ohos/config/default_harmonyApp_GthGxfoFAEmCFfCK6Yj5azdigDZk5Ro7gO2DpXptcpU=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/dongsq/.ohos/config/default_harmonyApp_GthGxfoFAEmCFfCK6Yj5azdigDZk5Ro7gO2DpXptcpU=.p12",
"storePassword": "0000001B34693C04F5C3C24936B75D58936B71CB7347743A9551B05A64CD7F77E3A5ADB34C0A71B6EA0196"
}
}
],
"products": [
{
...
...
@@ -15,7 +27,8 @@
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
},
"targetSdkVersion": "5.0.5(17)"
}
],
"buildModeSet": [
...
...
iosApp/iosApp.xcodeproj/project.pbxproj
View file @
40d7b1cc
// !$*UTF8*$!
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
56
;
objects
=
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
56
;
objects
=
{
/* Begin PBXBuildFile section */
058557BB273AAA24004C7B11
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
058557BA273AAA24004C7B11
/* Assets.xcassets */
;
};
058557D9273AAEEB004C7B11
/* Preview Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
058557D8273AAEEB004C7B11
/* Preview Assets.xcassets */
;
};
2152FB042600AC8F00CF470E
/* iOSApp.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2152FB032600AC8F00CF470E
/* iOSApp.swift */
;
};
7555FF83242A565900829871
/* ContentView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7555FF82242A565900829871
/* ContentView.swift */
;
};
058557BB273AAA24004C7B11
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
058557BA273AAA24004C7B11
/* Assets.xcassets */
;
};
058557D9273AAEEB004C7B11
/* Preview Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
058557D8273AAEEB004C7B11
/* Preview Assets.xcassets */
;
};
2152FB042600AC8F00CF470E
/* iOSApp.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2152FB032600AC8F00CF470E
/* iOSApp.swift */
;
};
7555FF83242A565900829871
/* ContentView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7555FF82242A565900829871
/* ContentView.swift */
;
};
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
058557BA273AAA24004C7B11
/* Assets.xcassets */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
folder.assetcatalog
;
path
=
Assets.xcassets
;
sourceTree
=
"<group>"
;
};
058557BA273AAA24004C7B11
/* Assets.xcassets */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
folder.assetcatalog
;
path
=
Assets.xcassets
;
sourceTree
=
"<group>"
;
};
058557D8273AAEEB004C7B11
/* Preview Assets.xcassets */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
folder.assetcatalog
;
path
=
"Preview Assets.xcassets"
;
sourceTree
=
"<group>"
;
};
2152FB032600AC8F00CF470E
/* iOSApp.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
iOSApp.swift
;
sourceTree
=
"<group>"
;
};
7555FF7B242A565900829871
/* Demo.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
Demo.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
7555FF82242A565900829871
/* ContentView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
ContentView.swift
;
sourceTree
=
"<group>"
;
};
7555FF8C242A565B00829871
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
AB3632DC29227652001CCB65
/* Config.xcconfig */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.xcconfig
;
path
=
Config.xcconfig
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
/* Begin PBXFrameworksBuildPhase section */
B92378962B6B1156000C7307
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -31,9 +31,9 @@ objects = {
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXFrameworksBuildPhase section */
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
/* Begin PBXGroup section */
058557D7273AAEEB004C7B11
/* Preview Content */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -87,9 +87,9 @@ objects = {
path
=
Configuration
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
/* Begin PBXNativeTarget section */
7555FF7A242A565900829871
/* iosApp */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
7555FFA5242A565B00829871
/* Build configuration list for PBXNativeTarget "iosApp" */
;
...
...
@@ -110,9 +110,9 @@ objects = {
productReference
=
7555FF7B242A565900829871
/* Demo.app */
;
productType
=
"com.apple.product-type.application"
;
};
/* End PBXNativeTarget section */
/* End PBXNativeTarget section */
/* Begin PBXProject section */
/* Begin PBXProject section */
7555FF73242A565900829871
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
...
...
@@ -144,9 +144,9 @@ objects = {
7555FF7A242A565900829871
/* iosApp */
,
);
};
/* End PBXProject section */
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
/* Begin PBXResourcesBuildPhase section */
7555FF79242A565900829871
/* Resources */
=
{
isa
=
PBXResourcesBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -156,9 +156,9 @@ objects = {
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXResourcesBuildPhase section */
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
F36B1CEB2AD83DDC00CB74D5
/* Compile Kotlin Framework */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -177,9 +177,9 @@ objects = {
shellPath
=
/bin/sh
;
shellScript
=
"if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :composeApp:embedAndSignAppleFrameworkForXcode\n"
;
};
/* End PBXShellScriptBuildPhase section */
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
7555FF77242A565900829871
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -189,9 +189,9 @@ objects = {
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXSourcesBuildPhase section */
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
/* Begin XCBuildConfiguration section */
7555FFA3242A565B00829871
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
AB3632DC29227652001CCB65
/* Config.xcconfig */
;
...
...
@@ -319,7 +319,7 @@ objects = {
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
DEVELOPMENT_ASSET_PATHS
=
"\"iosApp/Preview Content\""
;
DEVELOPMENT_TEAM
=
"${TEAM_ID}"
;
DEVELOPMENT_TEAM
=
57979TE7HA
;
ENABLE_PREVIEWS
=
YES
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -336,8 +336,8 @@ objects = {
"-framework"
,
composeApp
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
"${BUNDLE_ID}${TEAM_ID}"
;
PRODUCT_NAME
=
"Demo"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.eazytec.dong.testKmpIOS
;
PRODUCT_NAME
=
Demo
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_VERSION
=
5.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
...
...
@@ -351,7 +351,7 @@ objects = {
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
DEVELOPMENT_ASSET_PATHS
=
"\"iosApp/Preview Content\""
;
DEVELOPMENT_TEAM
=
"${TEAM_ID}"
;
DEVELOPMENT_TEAM
=
57979TE7HA
;
ENABLE_PREVIEWS
=
YES
;
FRAMEWORK_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -368,17 +368,17 @@ objects = {
"-framework"
,
composeApp
,
);
PRODUCT_BUNDLE_IDENTIFIER
=
"${BUNDLE_ID}${TEAM_ID}"
;
PRODUCT_NAME
=
"Demo"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.eazytec.dong.testKmpIOS
;
PRODUCT_NAME
=
Demo
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_VERSION
=
5.0
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
};
name
=
Release
;
};
/* End XCBuildConfiguration section */
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
/* Begin XCConfigurationList section */
7555FF76242A565900829871
/* Build configuration list for PBXProject "iosApp" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
...
...
@@ -397,7 +397,7 @@ objects = {
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
/* End XCConfigurationList section */
/* End XCConfigurationList section */
};
rootObject
=
7555FF73242A565900829871
/* Project object */
;
}
\ No newline at end of file
}
iosApp/iosApp/Info.plist
View file @
40d7b1cc
...
...
@@ -4,5 +4,7 @@
<
d
i
c
t
>
<
k
e
y
>
CADisableMinimumFrameDurationOnPhone
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
$
(
PRODUCT_BUNDLE_IDENTIFIER
)<
/string
>
<
/
d
i
c
t
>
<
/plist
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment