@expo-harmony/template 55.0.0-harmony.1 → 55.0.0-harmony.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,4 +23,4 @@ npx expo-harmony prebuild
23
23
  **expo-harmony** © [Baoshuo](https://github.com/renbaoshuo), Released under the MIT License.<br>
24
24
  Authored and maintained by Baoshuo with help from [contributors](https://github.com/renbaoshuo/expo-harmony/contributors).
25
25
 
26
- > [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@baoshuo](https://twitter.com/baoshuo)
26
+ > [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@renbaoshuo](https://twitter.com/renbaoshuo)
@@ -3,7 +3,7 @@
3
3
  "products": [
4
4
  {
5
5
  "name": "default",
6
- "compatibleSdkVersion": "6.1.0(23)",
6
+ "compatibleSdkVersion": "5.0.1(13)",
7
7
  "targetSdkVersion": "6.1.1(24)",
8
8
  "runtimeOS": "HarmonyOS",
9
9
  "buildOption": {
@@ -22,9 +22,11 @@ if(NOT EXISTS "${EXPO_HARMONY_NATIVE_INPUTS_STAMP}")
22
22
  endif()
23
23
  include("${EXPO_HARMONY_NATIVE_INPUTS_STAMP}")
24
24
 
25
- if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin" AND DEFINED OHOS_SDK_NATIVE)
25
+ if((CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin"
26
+ OR CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
27
+ AND DEFINED OHOS_SDK_NATIVE)
26
28
  set(CMAKE_CXX_FLAGS
27
- "${CMAKE_CXX_FLAGS} -include ${OHOS_SDK_NATIVE}/sysroot/usr/include/assert.h")
29
+ "${CMAKE_CXX_FLAGS} -include \"${OHOS_SDK_NATIVE}/sysroot/usr/include/assert.h\"")
28
30
  endif()
29
31
 
30
32
  add_subdirectory("${RNOH_CPP_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/rnoh")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo-harmony/template",
3
- "version": "55.0.0-harmony.1",
3
+ "version": "55.0.0-harmony.3",
4
4
  "keywords": [
5
5
  "react-native",
6
6
  "expo",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@babel/core": "7.29.7",
29
29
  "@expo-harmony/config-plugins": "55.0.10-harmony.2",
30
- "@expo-harmony/expo-modules-core": "55.0.25-harmony.1",
30
+ "@expo-harmony/expo-modules-core": "55.0.25-harmony.2",
31
31
  "@expo/metro-config": "55.0.26",
32
32
  "@expo/metro-runtime": "55.0.12",
33
33
  "@react-native-oh/react-native-harmony": "0.84.1",