chore(stage-pocket): bump ios to 0.9.0 (5)

This commit is contained in:
Makito
2026-03-18 15:17:09 +09:00
parent e73cdb0aad
commit 60238530f0
2 changed files with 6 additions and 6 deletions
@@ -305,7 +305,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = 433DLLA855;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -315,7 +315,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.8.5;
MARKETING_VERSION = 0.9.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -333,7 +333,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = 433DLLA855;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -343,7 +343,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.8.5;
MARKETING_VERSION = 0.9.0;
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -12,8 +12,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.1.0"),
.package(name: "CapacitorLocalNotifications", path: "../../../../../node_modules/.pnpm/@capacitor+local-notifications@8.0.1_@capacitor+core@8.1.0/node_modules/@capacitor/local-notifications"),
.package(name: "CapacitorNativeSettings", path: "../../../../../node_modules/.pnpm/capacitor-native-settings@8.0.0_@capacitor+core@8.1.0/node_modules/capacitor-native-settings")
.package(name: "CapacitorLocalNotifications", path: "../../../../../../../../Library/pnpm/store/v10/links/@capacitor/local-notifications/8.0.1/48e4ccbf4066b5327c1dd47d8575df7d5846912c64191c6674cd39c59d257dac/node_modules/@capacitor/local-notifications"),
.package(name: "CapacitorNativeSettings", path: "../../../../../../../../Library/pnpm/store/v10/links/@/capacitor-native-settings/8.0.0/fa925ff73296270c1d620f8c2905b1d3217428d2a6f64525c6ec3b57f8167737/node_modules/capacitor-native-settings")
],
targets: [
.target(