Niceter
Niceter copied to clipboard
Niceter project
Niceter

Niceter - Native client to Gitter for iOS
TestFlight link : https://testflight.apple.com/join/NrRu6exn
Compiling
How to compile and generate .xcworkspace file
-
Clone repo and cd
git clone https://github.com/uuttff8/Niceter.gitcd 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,OAuthCallbackto file.
And you are done!
Getting Help
We use Gitter for real-time debugging, community updates, and general talk about Texture. Enter here or email [email protected] to get an invite.
Contributing
We welcome any contributions. See the CONTRIBUTING file for how to get involved.
License
The Niceter project is available for free use, as described by the LICENSE (MIT).