mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:37:27 +00:00
chore: bump version to 2026.2.18 unreleased
This commit is contained in:
@@ -21,8 +21,8 @@ android {
|
||||
applicationId = "ai.openclaw.android"
|
||||
minSdk = 31
|
||||
targetSdk = 36
|
||||
versionCode = 202602170
|
||||
versionName = "2026.2.17"
|
||||
versionCode = 202602180
|
||||
versionName = "2026.2.18"
|
||||
ndk {
|
||||
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
|
||||
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XPC!</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2026.2.17</string>
|
||||
<string>2026.2.18</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20260217</string>
|
||||
<string>20260218</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20260217</string>
|
||||
<string>20260218</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2026.2.17</string>
|
||||
<string>2026.2.18</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20260217</string>
|
||||
<string>20260218</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -90,8 +90,8 @@ targets:
|
||||
- CFBundleURLName: ai.openclaw.ios
|
||||
CFBundleURLSchemes:
|
||||
- openclaw
|
||||
CFBundleShortVersionString: "2026.2.17"
|
||||
CFBundleVersion: "20260217"
|
||||
CFBundleShortVersionString: "2026.2.18"
|
||||
CFBundleVersion: "20260218"
|
||||
UILaunchScreen: {}
|
||||
UIApplicationSceneManifest:
|
||||
UIApplicationSupportsMultipleScenes: false
|
||||
@@ -161,5 +161,5 @@ targets:
|
||||
path: Tests/Info.plist
|
||||
properties:
|
||||
CFBundleDisplayName: OpenClawTests
|
||||
CFBundleShortVersionString: "2026.2.17"
|
||||
CFBundleVersion: "20260217"
|
||||
CFBundleShortVersionString: "2026.2.18"
|
||||
CFBundleVersion: "20260218"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2026.2.17</string>
|
||||
<string>2026.2.18</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>202602170</string>
|
||||
<string>202602180</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>OpenClaw</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
||||
Reference in New Issue
Block a user