Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 3d5f9a0

Browse files
committed
Fill in missing info
1 parent d1275f5 commit 3d5f9a0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.chirp_flutter_example">
2+
package="io.chirp.chirp_flutter_example">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.chirp_flutter_example">
2+
package="io.chirp.chirp_flutter_example">
33
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
44
calls FlutterMain.startInitialization(this); in its onCreate method.
55
In most cases you can leave this as-is, but you if you want to provide

example/android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.chirp_flutter_example">
2+
package="io.chirp.chirp_flutter_example">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

ios/chirp_flutter.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Pod::Spec.new do |s|
66
s.name = 'chirp_flutter'
77
s.version = '0.0.1'
8-
s.summary = 'A new flutter plugin project.'
8+
s.summary = 'ChirpSDK Flutter'
99
s.description = <<-DESC
10-
A new flutter plugin project.
10+
ChirpSDK iOS plugin for Flutter
1111
DESC
12-
s.homepage = 'http://example.com'
12+
s.homepage = 'https://chirp.io'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => 'email@example.com' }
14+
s.author = { 'Asio Ltd' => 'developers@chirp.io' }
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Classes/**/*.h'

0 commit comments

Comments
 (0)