Skip to content

Commit bab89f6

Browse files
committed
ios: remove useless files
1 parent 387a299 commit bab89f6

File tree

7 files changed

+6
-128
lines changed

7 files changed

+6
-128
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
.idea/AndroidProjectSystem.xml
2020
.idea/deviceManager.xml
2121
.idea/gradle.xml
22-
.idea/copilot.data.migration.agent.xml
23-
.idea/copilot.data.migration.edit.xml
22+
.idea/copilot*
2423
.fleet
2524
.vscode
2625
.DS_Store

.idea/runConfigurations/iosApp.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215215
GCC_WARN_UNUSED_FUNCTION = YES;
216216
GCC_WARN_UNUSED_VARIABLE = YES;
217-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
217+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
218218
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
219219
MTL_FAST_MATH = YES;
220220
ONLY_ACTIVE_ARCH = YES;
@@ -271,7 +271,7 @@
271271
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
272272
GCC_WARN_UNUSED_FUNCTION = YES;
273273
GCC_WARN_UNUSED_VARIABLE = YES;
274-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
274+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
275275
MTL_ENABLE_DEBUG_INFO = NO;
276276
MTL_FAST_MATH = YES;
277277
SDKROOT = iphoneos;
@@ -293,7 +293,7 @@
293293
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../example/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n";
294294
INFOPLIST_FILE = iosApp/Info.plist;
295295
INFOPLIST_KEY_LSApplicationCategoryType = "";
296-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
296+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
297297
LD_RUNPATH_SEARCH_PATHS = (
298298
"$(inherited)",
299299
"@executable_path/Frameworks",
@@ -323,7 +323,7 @@
323323
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../example/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n";
324324
INFOPLIST_FILE = iosApp/Info.plist;
325325
INFOPLIST_KEY_LSApplicationCategoryType = "";
326-
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
326+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
327327
LD_RUNPATH_SEARCH_PATHS = (
328328
"$(inherited)",
329329
"@executable_path/Frameworks",

iosApp/iosApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

iosApp/iosApp.xcodeproj/xcshareddata/xcschemes/iosApp.xcscheme

Lines changed: 0 additions & 98 deletions
This file was deleted.

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0.4</string>
1919
<key>CFBundleVersion</key>
20-
<string>550</string>
20+
<string>551</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)