-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A number of fixes to get demo working well.
- Loading branch information
Showing
12 changed files
with
126 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ lib/impl | |
build | ||
dist | ||
lib/CodenameOne_SRC.zip | ||
nbproject/build-impl.xml~ | ||
nbproject/build-impl.xml~ | ||
CN1Chat/lib/impl/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
codename1.android.keystore= | ||
codename1.android.keystoreAlias= | ||
codename1.android.keystorePassword= | ||
codename1.arg.ios.newStorageLocation=true | ||
codename1.arg.ios.NSCameraUsageDescription=Some functionality of the application requires your camera | ||
codename1.arg.java.version=8 | ||
codename1.cssTheme=true | ||
codename1.displayName=CN1Chat | ||
codename1.icon=icon.png | ||
# | ||
#Mon Feb 24 07:56:25 PST 2020 | ||
codename1.version=1.0 | ||
codename1.ios.appid=Q5GHSKAL2F.com.codename1.cn1chat | ||
codename1.ios.certificate= | ||
codename1.ios.certificatePassword= | ||
codename1.ios.debug.certificate= | ||
codename1.j2me.nativeTheme=nbproject/nativej2me.res | ||
codename1.arg.ios.NSCameraUsageDescription=Some functionality of the application requires your camera | ||
codename1.ios.certificatePassword= | ||
codename1.ios.debug.certificatePassword= | ||
codename1.ios.debug.provision= | ||
codename1.ios.provision= | ||
codename1.ios.release.certificate= | ||
codename1.vendor=CodenameOne | ||
codename1.ios.release.certificatePassword= | ||
codename1.ios.certificate= | ||
codename1.arg.ios.newStorageLocation=true | ||
codename1.ios.provision= | ||
codename1.ios.debug.provision= | ||
codename1.icon=icon.png | ||
codename1.rim.signtoolCsk= | ||
codename1.ios.release.provision= | ||
codename1.j2me.nativeTheme=nbproject/nativej2me.res | ||
codename1.languageLevel=5 | ||
codename1.rim.signtoolDb= | ||
codename1.mainName=CN1Chat | ||
codename1.packageName=com.codename1.cn1chat | ||
codename1.languageLevel=5 | ||
codename1.cssTheme=true | ||
codename1.android.keystorePassword=codenameone*com | ||
codename1.android.keystoreAlias=weblite | ||
codename1.rim.certificatePassword= | ||
codename1.rim.signtoolCsk= | ||
codename1.rim.signtoolDb= | ||
codename1.arg.java.version=8 | ||
codename1.android.keystore=/Users/shannah/cn1_files/certs.cer/android-keystore.ks | ||
codename1.arg.android.debug=true | ||
codename1.displayName=CN1Chat | ||
codename1.packageName=com.codename1.cn1chat | ||
codename1.arg.android.release=false | ||
codename1.secondaryTitle=CodenameOne_Template | ||
codename1.vendor=CodenameOne | ||
codename1.version=1.0 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.