Skip to content

Commit 3c8ad42

Browse files
fix: Configure iOS project to connect cmp-shared module
1 parent 0a2ed91 commit 3c8ad42

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

cmp-android/prodRelease-badging.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: name='cmp.android.app' versionCode='1' versionName='2025.3.3-beta.0.3' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
1+
package: name='cmp.android.app' versionCode='1' versionName='2025.3.3-beta.0.1' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
22
sdkVersion:'26'
33
targetSdkVersion:'34'
44
uses-permission: name='android.permission.INTERNET'

cmp-ios/iosApp.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1818
058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
1919
2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; };
20-
7555FF7B242A565900829871 /* MifosPay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MifosPay.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
7555FF7B242A565900829871 /* iOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
2121
7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2222
7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2323
AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
@@ -62,7 +62,7 @@
6262
7555FF7C242A565900829871 /* Products */ = {
6363
isa = PBXGroup;
6464
children = (
65-
7555FF7B242A565900829871 /* MifosPay.app */,
65+
7555FF7B242A565900829871 /* iOSApp.app */,
6666
);
6767
name = Products;
6868
sourceTree = "<group>";
@@ -107,7 +107,7 @@
107107
packageProductDependencies = (
108108
);
109109
productName = iosApp;
110-
productReference = 7555FF7B242A565900829871 /* MifosPay.app */;
110+
productReference = 7555FF7B242A565900829871 /* iOSApp.app */;
111111
productType = "com.apple.product-type.application";
112112
};
113113
/* End PBXNativeTarget section */
@@ -175,7 +175,7 @@
175175
);
176176
runOnlyForDeploymentPostprocessing = 0;
177177
shellPath = /bin/sh;
178-
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :mifospay-shared:embedAndSignAppleFrameworkForXcode\n";
178+
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :cmp-shared:embedAndSignAppleFrameworkForXcode\n";
179179
};
180180
/* End PBXShellScriptBuildPhase section */
181181

@@ -321,7 +321,7 @@
321321
CODE_SIGN_IDENTITY = "Apple Development";
322322
CODE_SIGN_STYLE = Automatic;
323323
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
324-
DEVELOPMENT_TEAM = "${TEAM_ID}";
324+
DEVELOPMENT_TEAM = L432S2FZP5;
325325
ENABLE_PREVIEWS = YES;
326326
FRAMEWORK_SEARCH_PATHS = (
327327
"$(inherited)",
@@ -351,7 +351,7 @@
351351
CODE_SIGN_IDENTITY = "Apple Development";
352352
CODE_SIGN_STYLE = Automatic;
353353
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
354-
DEVELOPMENT_TEAM = "${TEAM_ID}";
354+
DEVELOPMENT_TEAM = L432S2FZP5;
355355
ENABLE_PREVIEWS = YES;
356356
FRAMEWORK_SEARCH_PATHS = (
357357
"$(inherited)",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>iosApp.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)