Skip to content

Commit 2f1449f

Browse files
committed
Merge remote-tracking branch 'origin/final' into final
2 parents 2e1f345 + 2aa84a3 commit 2f1449f

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -25,6 +25,11 @@
2525
AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
2626
/* End PBXFileReference section */
2727

28+
/* Begin PBXFileSystemSynchronizedRootGroup section */
29+
66916DC82DBE4E6100FD9FDA /* commonMain */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); name = commonMain; path = ../shared/src/commonMain; sourceTree = SOURCE_ROOT; };
30+
66916DD02DBE4E6100FD9FDA /* iosMain */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); name = iosMain; path = ../shared/src/iosMain; sourceTree = SOURCE_ROOT; };
31+
/* End PBXFileSystemSynchronizedRootGroup section */
32+
2833
/* Begin PBXFrameworksBuildPhase section */
2934
B92378962B6B1156000C7307 /* Frameworks */ = {
3035
isa = PBXFrameworksBuildPhase;
@@ -51,13 +56,23 @@
5156
name = Frameworks;
5257
sourceTree = "<group>";
5358
};
59+
66916DB52DBE4E4000FD9FDA /* Kotlin Debug */ = {
60+
isa = PBXGroup;
61+
children = (
62+
66916DC82DBE4E6100FD9FDA /* commonMain */,
63+
66916DD02DBE4E6100FD9FDA /* iosMain */,
64+
);
65+
path = "Kotlin Debug";
66+
sourceTree = "<group>";
67+
};
5468
7555FF72242A565900829871 = {
5569
isa = PBXGroup;
5670
children = (
5771
AB1DB47929225F7C00F7AF9C /* Configuration */,
5872
7555FF7D242A565900829871 /* iosApp */,
5973
7555FF7C242A565900829871 /* Products */,
6074
42799AB246E5F90AF97AA0EF /* Frameworks */,
75+
66916DB52DBE4E4000FD9FDA /* Kotlin Debug */,
6176
);
6277
sourceTree = "<group>";
6378
};
@@ -323,7 +338,7 @@
323338
CODE_SIGN_IDENTITY = "Apple Development";
324339
CODE_SIGN_STYLE = Automatic;
325340
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
326-
DEVELOPMENT_TEAM = "${TEAM_ID}";
341+
DEVELOPMENT_TEAM = 63AG2R5KFS;
327342
ENABLE_PREVIEWS = YES;
328343
FRAMEWORK_SEARCH_PATHS = (
329344
"$(inherited)",
@@ -337,6 +352,7 @@
337352
);
338353
OTHER_LDFLAGS = "-lsqlite3";
339354
PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}";
355+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jetbrains.spacetutorial.SpaceTutorial3;
340356
PRODUCT_NAME = "${APP_NAME}";
341357
PROVISIONING_PROFILE_SPECIFIER = "";
342358
SWIFT_VERSION = 5.0;
@@ -351,7 +367,7 @@
351367
CODE_SIGN_IDENTITY = "Apple Development";
352368
CODE_SIGN_STYLE = Automatic;
353369
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
354-
DEVELOPMENT_TEAM = "${TEAM_ID}";
370+
DEVELOPMENT_TEAM = 63AG2R5KFS;
355371
ENABLE_PREVIEWS = YES;
356372
FRAMEWORK_SEARCH_PATHS = (
357373
"$(inherited)",
@@ -365,6 +381,7 @@
365381
);
366382
OTHER_LDFLAGS = "-lsqlite3";
367383
PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}";
384+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.jetbrains.spacetutorial.SpaceTutorial3;
368385
PRODUCT_NAME = "${APP_NAME}";
369386
PROVISIONING_PROFILE_SPECIFIER = "";
370387
SWIFT_VERSION = 5.0;

iosApp/iosApp/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CADisableMinimumFrameDurationOnPhone</key>
6+
<true/>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>$(DEVELOPMENT_LANGUAGE)</string>
79
<key>CFBundleExecutable</key>
@@ -20,8 +22,6 @@
2022
<string>1</string>
2123
<key>LSRequiresIPhoneOS</key>
2224
<true/>
23-
<key>CADisableMinimumFrameDurationOnPhone</key>
24-
<true/>
2525
<key>UIApplicationSceneManifest</key>
2626
<dict>
2727
<key>UIApplicationSupportsMultipleScenes</key>

0 commit comments

Comments
 (0)