Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
qucui committed Sep 19, 2018
1 parent c3da77c commit b0c9f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions KitchenSink.xcodeproj/project.pbxproj
Expand Up @@ -547,9 +547,9 @@
"${BUILT_PRODUCTS_DIR}/Starscream/Starscream.framework",
"${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
"${BUILT_PRODUCTS_DIR}/Toast-Swift/Toast_Swift.framework",
"${PODS_ROOT}/../../webex-ios-sdk/Frameworks/Sbu.framework",
"${PODS_ROOT}/../../webex-ios-sdk/Frameworks/Seu.framework",
"${PODS_ROOT}/../../webex-ios-sdk/Frameworks/Wme.framework",
"${PODS_ROOT}/WebexSDK/Frameworks/Sbu.framework",
"${PODS_ROOT}/WebexSDK/Frameworks/Seu.framework",
"${PODS_ROOT}/WebexSDK/Frameworks/Wme.framework",
"${BUILT_PRODUCTS_DIR}/WebexSDK/WebexSDK.framework",
"${BUILT_PRODUCTS_DIR}/WebexBroadcastExtensionKit/WebexBroadcastExtensionKit.framework",
);
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -16,7 +16,7 @@ target 'KitchenSink' do
pod 'WebexSDK', :git => 'https://github.com/webex/webex-ios-sdk.git', :branch => 'develop'
pod 'Cosmos', '~> 15.0'
pod 'Toast-Swift', '~> 3.0'
pod 'FontAwesome.swift','~> 1.3'
pod 'FontAwesome.swift','~> 1.3.2'
end


Expand Down

0 comments on commit b0c9f7e

Please sign in to comment.