Skip to content

Commit 8a41df2

Browse files
committed
Find the remaining occurrences of "compose-multiplatform-material" in the files, review and update one, and replace the others with "compose-multiplatform-html-unified"
1 parent bf8e956 commit 8a41df2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Compose HTML / JS DOM source is mainly based on [Kobweb Silk](https://github
1717

1818
## References and limitations
1919

20-
Complete visual consistency across different platforms is not guaranteed. See [the side-by-side demo site](https://huanshankeji.github.io/compose-multiplatform-material/) for the visual effects and their differences.
20+
Complete visual consistency across different platforms is not guaranteed. See [the side-by-side demo site](https://huanshankeji.github.io/compose-multiplatform-html-unified/) for the visual effects and their differences.
2121

2222
This project is still in development and has not reached a stable state. Some APIs are subject to change and there is no detailed documentation yet. Check out [the demo project source](demo) on how to use the components in addition to the sections below.
2323

@@ -178,7 +178,7 @@ kotlin {
178178
commonMain {
179179
dependencies {
180180
// ...
181-
implementation("com.huanshankeji:compose-multiplatform-material3:$version")
181+
implementation("com.huanshankeji:compose-multiplatform-html-unified-material3:$version")
182182
}
183183
}
184184
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEAM_ID=
22
BUNDLE_ID=com.huanshankeji.compose.material.demo
3-
APP_NAME=compose-multiplatform-material-demo
3+
APP_NAME=compose-multiplatform-html-unified-demo

demo/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1818
058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
1919
2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; };
20-
7555FF7B242A565900829871 /* compose-multiplatform-material-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = compose-multiplatform-material-demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
7555FF7B242A565900829871 /* compose-multiplatform-html-unified-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = compose-multiplatform-html-unified-demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2121
7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2222
7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2323
AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
@@ -62,7 +62,7 @@
6262
7555FF7C242A565900829871 /* Products */ = {
6363
isa = PBXGroup;
6464
children = (
65-
7555FF7B242A565900829871 /* compose-multiplatform-material-demo.app */,
65+
7555FF7B242A565900829871 /* compose-multiplatform-html-unified-demo.app */,
6666
);
6767
name = Products;
6868
sourceTree = "<group>";
@@ -107,7 +107,7 @@
107107
packageProductDependencies = (
108108
);
109109
productName = iosApp;
110-
productReference = 7555FF7B242A565900829871 /* compose-multiplatform-material-demo.app */;
110+
productReference = 7555FF7B242A565900829871 /* compose-multiplatform-html-unified-demo.app */;
111111
productType = "com.apple.product-type.application";
112112
};
113113
/* End PBXNativeTarget section */

0 commit comments

Comments
 (0)