Skip to content

Commit

Permalink
1. Update Podspec
Browse files Browse the repository at this point in the history
2. Add new method: allNotSelectedTags
3. Remove AppCode files
4. Update gitignore
  • Loading branch information
zekunyan committed Dec 30, 2015
1 parent 0fb2af9 commit ca6c0b3
Show file tree
Hide file tree
Showing 20 changed files with 280 additions and 856 deletions.
128 changes: 116 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# OS X
.DS_Store

# Created by https://www.gitignore.io/api/objective-c,xcode,appcode

### Objective-C ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -12,22 +20,118 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
profile
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa

# Bundler
.bundle

Carthage
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

fastlane/report.xml
fastlane/screenshots

### Objective-C Patch ###
*.xcscmblueprint


### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
*.xcuserstate


### AppCode ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# .idea/shelf

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
1 change: 0 additions & 1 deletion Example/.idea/.name

This file was deleted.

253 changes: 0 additions & 253 deletions Example/.idea/Example.iml

This file was deleted.

6 changes: 0 additions & 6 deletions Example/.idea/encodings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions Example/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions Example/.idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions Example/.idea/runConfigurations/TTGTagCollectionView.xml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions Example/.idea/vcs.xml

This file was deleted.

0 comments on commit ca6c0b3

Please sign in to comment.