Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cocoapods to manage the dependency frameworks. #49

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 117 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,120 @@ wfuikit/bin
wfuikit/bin_tmp
wfuikit/Frameworks
wfuikit/WFChatUIKit.xcodeproj/xcuserdata

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

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

## Build generated
build/
DerivedData/
Index/

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

## Gcc Patch
/*.gcno

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
*.log
cert/
export/

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

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
Pods/

# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

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

# Accio dependency management
Dependencies/
.accio/

# 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://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/

# R.swift
*.generated.swift
14 changes: 14 additions & 0 deletions wfchat/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

use_frameworks!

#install! 'cocoapods', :generate_multiple_pod_projects => true

target 'WildFireChat' do

pod 'WFChatClient', :path => '../wfclient'
pod 'WFChatUIKit', :path => '../wfuikit'

end
131 changes: 131 additions & 0 deletions wfchat/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
PODS:
- WFChatClient (1.0):
- WFChatClient/amr (= 1.0)
- WFChatClient/Client (= 1.0)
- WFChatClient/Messages (= 1.0)
- WFChatClient/Model (= 1.0)
- WFChatClient/Proto (= 1.0)
- WFChatClient/Utility (= 1.0)
- WFChatClient/amr (1.0)
- WFChatClient/Client (1.0)
- WFChatClient/Messages (1.0)
- WFChatClient/Model (1.0)
- WFChatClient/Proto (1.0)
- WFChatClient/Utility (1.0)
- WFChatUIKit (1.0):
- WFChatClient
- WFChatUIKit/AddFriend (= 1.0)
- WFChatUIKit/AVEngine (= 1.0)
- WFChatUIKit/Category (= 1.0)
- WFChatUIKit/Channel (= 1.0)
- WFChatUIKit/CommonVC (= 1.0)
- WFChatUIKit/Contacts (= 1.0)
- WFChatUIKit/ConversationList (= 1.0)
- WFChatUIKit/ConversationSetting (= 1.0)
- WFChatUIKit/CreateGroup (= 1.0)
- WFChatUIKit/ForwardMessage (= 1.0)
- WFChatUIKit/FriendRequest (= 1.0)
- WFChatUIKit/Group (= 1.0)
- WFChatUIKit/Me (= 1.0)
- WFChatUIKit/MessageList (= 1.0)
- WFChatUIKit/SelectMentionVC (= 1.0)
- WFChatUIKit/Utilities (= 1.0)
- WFChatUIKit/Vendor (= 1.0)
- WFChatUIKit/Voip (= 1.0)
- WFChatUIKit/AddFriend (1.0):
- WFChatClient
- WFChatUIKit/AVEngine (1.0):
- WFChatClient
- WFChatUIKit/Category (1.0):
- WFChatClient
- WFChatUIKit/Channel (1.0):
- WFChatClient
- WFChatUIKit/CommonVC (1.0):
- WFChatClient
- WFChatUIKit/Contacts (1.0):
- WFChatClient
- WFChatUIKit/ConversationList (1.0):
- WFChatClient
- WFChatUIKit/ConversationSetting (1.0):
- WFChatClient
- WFChatUIKit/CreateGroup (1.0):
- WFChatClient
- WFChatUIKit/ForwardMessage (1.0):
- WFChatClient
- WFChatUIKit/FriendRequest (1.0):
- WFChatClient
- WFChatUIKit/Group (1.0):
- WFChatClient
- WFChatUIKit/Me (1.0):
- WFChatClient
- WFChatUIKit/MessageList (1.0):
- WFChatClient
- WFChatUIKit/SelectMentionVC (1.0):
- WFChatClient
- WFChatUIKit/Utilities (1.0):
- WFChatClient
- WFChatUIKit/Vendor (1.0):
- WFChatClient
- WFChatUIKit/Vendor/AFNetworking (= 1.0)
- WFChatUIKit/Vendor/CCHMapClusterController (= 1.0)
- WFChatUIKit/Vendor/ChatInputBar (= 1.0)
- WFChatUIKit/Vendor/KxMenu (= 1.0)
- WFChatUIKit/Vendor/KZSmallVideoRecorder (= 1.0)
- WFChatUIKit/Vendor/MBProgressHUD (= 1.0)
- WFChatUIKit/Vendor/Pinyin (= 1.0)
- WFChatUIKit/Vendor/SDPhotoBrowser (= 1.0)
- WFChatUIKit/Vendor/SDRefeshView (= 1.0)
- WFChatUIKit/Vendor/SDWebImage (= 1.0)
- WFChatUIKit/Vendor/TYAlertController (= 1.0)
- WFChatUIKit/Vendor/UITextViewPlaceholder (= 1.0)
- WFChatUIKit/Vendor/VideoPlayerKit (= 1.0)
- WFChatUIKit/Vendor/YLGIFImage (= 1.0)
- WFChatUIKit/Vendor/AFNetworking (1.0):
- WFChatClient
- WFChatUIKit/Vendor/CCHMapClusterController (1.0):
- WFChatClient
- WFChatUIKit/Vendor/ChatInputBar (1.0):
- WFChatClient
- WFChatUIKit/Vendor/KxMenu (1.0):
- WFChatClient
- WFChatUIKit/Vendor/KZSmallVideoRecorder (1.0):
- WFChatClient
- WFChatUIKit/Vendor/MBProgressHUD (1.0):
- WFChatClient
- WFChatUIKit/Vendor/Pinyin (1.0):
- WFChatClient
- WFChatUIKit/Vendor/SDPhotoBrowser (1.0):
- WFChatClient
- WFChatUIKit/Vendor/SDRefeshView (1.0):
- WFChatClient
- WFChatUIKit/Vendor/SDWebImage (1.0):
- WFChatClient
- WFChatUIKit/Vendor/TYAlertController (1.0):
- WFChatClient
- WFChatUIKit/Vendor/UITextViewPlaceholder (1.0):
- WFChatClient
- WFChatUIKit/Vendor/VideoPlayerKit (1.0):
- WFChatClient
- WFChatUIKit/Vendor/YLGIFImage (1.0):
- WFChatClient
- WFChatUIKit/Voip (1.0):
- WFChatClient
- WFChatUIKit/AVEngine

DEPENDENCIES:
- WFChatClient (from `../wfclient`)
- WFChatUIKit (from `../wfuikit`)

EXTERNAL SOURCES:
WFChatClient:
:path: "../wfclient"
WFChatUIKit:
:path: "../wfuikit"

SPEC CHECKSUMS:
WFChatClient: 254212ba49952db92c9485965ce5ba13857293e6
WFChatUIKit: eb68d0298ee120e0ab3ef281dd5814d49b4f7f68

PODFILE CHECKSUM: 2f1c7b0c5e5bb85465ace5c46b6316b9c5b1b2dd

COCOAPODS: 1.7.5
Loading