Niceter - Native client to Gitter for iOS
TestFlight link : https://testflight.apple.com/join/NrRu6exn
How to compile and generate .xcworkspace file
-
Clone repo and cd
git clone https://github.com/uuttff8/Niceter.git
cd Niceter
-
Run Pod Install
pod install
Next step you should create Your own gitter app here: https://developer.gitter.im/apps
- Create file GitterSecrets-Dev.plist under Niceter/Resources/Secrets/
- Fill it with data:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OAuthClientId</key>
<string>*Your-OAuthClientId*</string>
<key>OAuthClientSecret</key>
<string>*Your-OAuthClientSecret*</string>
<key>OAuthCallback</key>
<string>*Your-OAuthCallback*</string>
</dict>
</plist>
- Copy and Paste
OAuthClientId
,OAuthClientSecret
,OAuthCallback
to file.
And you are done!
We use Gitter for real-time debugging, community updates, and general talk about Texture. Enter here or email uuttff8@gmail.com to get an invite.
We welcome any contributions. See the CONTRIBUTING file for how to get involved.
The Niceter project is available for free use, as described by the LICENSE (MIT).