Skip to content

Commit

Permalink
update sample name
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 5, 2020
1 parent 6fdcfea commit 2753e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample/PrismSample.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.prismlibrary.prismsample">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.prismlibrary.prismextensions">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Prism Sample"></application>
<application android:label="Prism Extended"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
4 changes: 2 additions & 2 deletions sample/PrismSample.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<key>MinimumOSVersion</key>
<string>10.0</string>
<key>CFBundleDisplayName</key>
<string>Prism Sample</string>
<string>Prism Extended</string>
<key>CFBundleIdentifier</key>
<string>com.prismlibrary.PrismSample</string>
<string>com.prismlibrary.prismextensions</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 2753e81

Please sign in to comment.