Skip to content

Commit

Permalink
Merge pull request #14 from niyajali/update-package-names
Browse files Browse the repository at this point in the history
feat: Update Application Module Package Names
  • Loading branch information
niyajali authored Jan 10, 2025
2 parents 4ee9c3e + cc02d00 commit 42d2682
Show file tree
Hide file tree
Showing 89 changed files with 423 additions and 406 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/multi-platform-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
target_branch: ${{ inputs.target_branch }}
android_package_name: 'mifos-android' # <-- Change this to your android package name
ios_package_name: 'mifos-ios' # <-- Change this to your ios package name
desktop_package_name: 'mifos-desktop' # <-- Change this to your desktop package name
web_package_name: 'mifos-web' # <-- Change this to your web package name
android_package_name: 'cmp-android' # <-- Change this to your android package name
ios_package_name: 'cmp-ios' # <-- Change this to your ios package name
desktop_package_name: 'cmp-desktop' # <-- Change this to your desktop package name
web_package_name: 'cmp-web' # <-- Change this to your web package name
tester_groups: 'mobile-wallet-testing' # <-- Change this to your Firebase tester group
build_ios: ${{ inputs.build_ios }}
publish_ios: ${{ inputs.publish_ios }}
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ name: PR Checks
on:
push:
branches: [ dev ] # Runs on pushes to dev branch
pull_request: # Runs on all pull requests
pull_request:
branches: [ dev ] # Runs on pushes to dev branch

# Concurrency settings to prevent multiple simultaneous workflow runs
concurrency:
Expand All @@ -84,7 +85,8 @@ jobs:
uses: openMF/mifos-mobile-github-actions/.github/workflows/pr-check.yaml@main
secrets: inherit
with:
android_package_name: 'mifos-android' # <-- Change Your Android Package Name
desktop_package_name: 'mifos-desktop' # <-- Change Your Desktop Package Name
web_package_name: 'mifos-web' # <-- Change Your Web Package Name
ios_package_name: 'mifos-ios' # <-- Change Your iOS Package Name
android_package_name: 'cmp-android' # <-- Change Your Android Package Name
desktop_package_name: 'cmp-desktop' # <-- Change Your Desktop Package Name
web_package_name: 'cmp-web' # <-- Change Your Web Package Name
ios_package_name: 'cmp-ios' # <-- Change Your iOS Package Name
build_ios: false # <-- Change to 'false' if you don't want to build iOS
4 changes: 2 additions & 2 deletions .run/mifos-android.run.xml → .run/cmp-android.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="mifos-android" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
<module name="kmp-project-template.mifos-android" />
<configuration default="false" name="cmp-android" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
<module name="mobile-cmp-template.kmp-project-template.cmp-android" />
<option name="ANDROID_RUN_CONFIGURATION_SCHEMA_VERSION" value="1" />
<option name="DEPLOY" value="true" />
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
Expand Down
4 changes: 2 additions & 2 deletions .run/mifos-desktop.run.xml → .run/cmp-desktop.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="mifos-desktop" type="GradleRunConfiguration" factoryName="Gradle">
<configuration default="false" name="cmp-desktop" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
Expand All @@ -10,7 +10,7 @@
</option>
<option name="taskNames">
<list>
<option value=":mifos-desktop:jvmRun" />
<option value=":cmp-desktop:jvmRun" />
</list>
</option>
<option name="vmOptions" />
Expand Down
24 changes: 24 additions & 0 deletions .run/cmp-web-js.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="cmp-web-js" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":cmp-web:jsBrowserRun" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
4 changes: 2 additions & 2 deletions .run/mifos-web-js.run.xml → .run/cmp-web-wasm.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="mifos-web-js" type="GradleRunConfiguration" factoryName="Gradle">
<configuration default="false" name="cmp-web-wasm" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
Expand All @@ -10,7 +10,7 @@
</option>
<option name="taskNames">
<list>
<option value=":mifos-web:jsBrowserRun" />
<option value=":cmp-web:wasmJsBrowserRun" />
</list>
</option>
<option name="vmOptions" />
Expand Down
Loading

0 comments on commit 42d2682

Please sign in to comment.