Skip to content

Commit 64755ef

Browse files
committed
example: ios: Increased min supported version to 17.2
1 parent a2fb9b6 commit 64755ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/* Begin PBXFileReference section */
1616
058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1717
2152FB032600AC8F00CF470E /* iosApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = iosApp.swift; sourceTree = "<group>"; };
18-
7555FF7B242A565900829871 /* miuix.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = miuix.app; sourceTree = BUILT_PRODUCTS_DIR; };
18+
7555FF7B242A565900829871 /* Miuix.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Miuix.app; sourceTree = BUILT_PRODUCTS_DIR; };
1919
7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2020
7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2121
AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
@@ -34,7 +34,7 @@
3434
7555FF7C242A565900829871 /* Products */ = {
3535
isa = PBXGroup;
3636
children = (
37-
7555FF7B242A565900829871 /* miuix.app */,
37+
7555FF7B242A565900829871 /* Miuix.app */,
3838
);
3939
name = Products;
4040
sourceTree = "<group>";
@@ -75,7 +75,7 @@
7575
);
7676
name = iosApp;
7777
productName = iosApp;
78-
productReference = 7555FF7B242A565900829871 /* miuix.app */;
78+
productReference = 7555FF7B242A565900829871 /* Miuix.app */;
7979
productType = "com.apple.product-type.application";
8080
};
8181
/* End PBXNativeTarget section */
@@ -289,7 +289,7 @@
289289
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../composeApp/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n";
290290
INFOPLIST_FILE = iosApp/Info.plist;
291291
INFOPLIST_KEY_LSApplicationCategoryType = "";
292-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
292+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
293293
LD_RUNPATH_SEARCH_PATHS = (
294294
"$(inherited)",
295295
"@executable_path/Frameworks",
@@ -318,7 +318,7 @@
318318
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../composeApp/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n";
319319
INFOPLIST_FILE = iosApp/Info.plist;
320320
INFOPLIST_KEY_LSApplicationCategoryType = "";
321-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
321+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
322322
LD_RUNPATH_SEARCH_PATHS = (
323323
"$(inherited)",
324324
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)