Skip to content

uuttff8/Niceter

Repository files navigation

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).

About

Niceter project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published