Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-issue] Update repo with new location after transfer #8

Merged
merged 4 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This repository contains open-source code you can use to build the Alarm App for
- [How to build for Android?](./android/README.md)
- [How to build and deploy the microservices?](./microservices/README.md)

The latest release can be found [here](https://github.com/SoftwareAG/cumulocity-alarmapp/releases/latest).
![Workflow](https://github.com/SoftwareAG/cumulocity-alarmapp/actions/workflows/build.yml/badge.svg)
The latest release can be found [here](https://github.com/Cumulocity-IoT/cumulocity-alarmapp/releases/latest).
![Workflow](https://github.com/Cumulocity-IoT/cumulocity-alarmapp/actions/workflows/build.yml/badge.svg)

The release contains binaries for Android and iOS:

Expand All @@ -38,7 +38,7 @@ You can install the application on Android by downloading the `APK` file from th

**Downloading the APK**

- Visit the releases section of this GitHub repository and open the latest [release](https://github.com/SoftwareAG/cumulocity-alarmapp/releases/latest),
- Visit the releases section of this GitHub repository and open the latest [release](https://github.com/Cumulocity-IoT/cumulocity-alarmapp/releases/latest),
- Download the `APK` file.

**Installing the App**
Expand Down
4 changes: 2 additions & 2 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The App can be built using the command line or using Android Studio.

The created `APK` is located at this path `../app/build/outputs/apk`.

The latest release can be found [here](https://github.com/SoftwareAG/cumulocity-alarmapp/releases/latest).
The latest release can be found [here](https://github.com/Cumulocity-IoT/cumulocity-alarmapp/releases/latest).

**This build contains an unsigned APK.**

Expand Down Expand Up @@ -65,4 +65,4 @@ android {

Open command prompt and execute the command `gradlew assembleRelease`.

This will create a signed apk at the path `../app/build/outputs/apk/release`.
This will create a signed apk at the path `../app/build/outputs/apk/release`.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"identity" : "cumulocity-clients-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SoftwareAG/cumulocity-clients-swift",
"location" : "https://github.com/Cumulocity-IoT/cumulocity-clients-swift",
"state" : {
"branch" : "main",
"revision" : "fd6203c62a8f7ca6b04fdde22f8c472359e1c3ae"
Expand Down
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A deep link consists of a URI that link to a location within the App. The URL ty

The `Build release candidate` GitHub workflow creates an unsigned `IPA` as well as an Xcode Archive. The `IPA` file can be uploaded to the App Store or deployed to devices using a Mobile-Device-Management (MDM) solution.

The latest release can be found [here](https://github.com/SoftwareAG/cumulocity-alarmapp/releases/latest).
The latest release can be found [here](https://github.com/Cumulocity-IoT/cumulocity-alarmapp/releases/latest).

**This build can be distributed, but must be signed before deployed to devices.**

Expand All @@ -74,4 +74,4 @@ To sign the `IPA`, it is recommended to use [Fastlane](https://fastlane.tools).

```bash
> fastlane run resign ipa:./AlarmApp.ipa signing_identity:"<Keychain Identity of certificate>" provisioning_profile:<path provisioning profile>
```
```
Loading