1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Replaced all references to ROLI with Raw Material Software and regenerated all bytecode

This commit is contained in:
Tom Poole 2020-04-23 14:28:44 +01:00
parent 894e7d2bd2
commit 6cb75d9d2c
124 changed files with 1381 additions and 8445 deletions

View file

@ -56,7 +56,7 @@
/*
To finish the setup of this demo, do the following in the Projucer project:
1. In the project settings, set the "Bundle Identifier" to com.roli.juceInAppPurchaseSample
1. In the project settings, set the "Bundle Identifier" to com.rmsl.juceInAppPurchaseSample
2. In the Android exporter settings, change the following settings:
- "In-App Billing" - Enabled
- "Key Signing: key.store" - path to InAppPurchase.keystore file in examples/Assets/Signing

View file

@ -97,7 +97,7 @@ The following steps are only necessary if you have a custom activity defined:
6. Ensure that you override onNewIntent() function in the same way as it is done in JuceActivity.java:
package com.roli.juce;
package com.rmsl.juce;
import android.app.Activity;
import android.content.Intent;