Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.5 KB

Niceter

Alt text

Niceter - Native client to Gitter for iOS

TestFlight link : https://testflight.apple.com/join/NrRu6exn

Compiling

How to compile and generate .xcworkspace file

  1. Clone repo and cd

    git clone https://github.com/uuttff8/Niceter.git

    cd Niceter

  2. Run Pod Install

    pod install

Next step you should create Your own gitter app here: https://developer.gitter.im/apps

  1. Create file GitterSecrets-Dev.plist under Niceter/Resources/Secrets/
  2. 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>
  1. Copy and Paste OAuthClientId, OAuthClientSecret, OAuthCallback to 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).