Skip to content

Commit

Permalink
Added libiconv and updated pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Ålund committed Nov 19, 2015
1 parent da66886 commit bc55d50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions bowser-ios/Bowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
F81B2E001A0BC7580053E19A /* Bookmarks.plist in Resources */ = {isa = PBXBuildFile; fileRef = F81B2DFF1A0BC7580053E19A /* Bookmarks.plist */; };
F81B2E031A0BD8390053E19A /* BookmarksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F81B2E021A0BD8390053E19A /* BookmarksViewController.m */; };
F81B2E071A0BFB8A0053E19A /* AddBookmarkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F81B2E061A0BFB8A0053E19A /* AddBookmarkViewController.m */; };
F82F68581BFC62510026A7DE /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = F82F68571BFC62510026A7DE /* libiconv.tbd */; };
F84D76DD19A368C20039552D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F84D76DC19A368C20039552D /* Images.xcassets */; };
F89E07B615F8CB5B00262F59 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A82AEC15F8C00E003460E5 /* AboutViewController.m */; };
F8AE2FC219D0A3F40083C6BF /* OpenWebRTC-Logo-w400.png in Resources */ = {isa = PBXBuildFile; fileRef = F8AE2FC119D0A3F40083C6BF /* OpenWebRTC-Logo-w400.png */; };
Expand Down Expand Up @@ -62,6 +63,7 @@
F81B2E021A0BD8390053E19A /* BookmarksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BookmarksViewController.m; sourceTree = "<group>"; };
F81B2E051A0BFB8A0053E19A /* AddBookmarkViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddBookmarkViewController.h; sourceTree = "<group>"; };
F81B2E061A0BFB8A0053E19A /* AddBookmarkViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddBookmarkViewController.m; sourceTree = "<group>"; };
F82F68571BFC62510026A7DE /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
F84D76DC19A368C20039552D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ../Images.xcassets; sourceTree = "<group>"; };
F8A82AEB15F8C00E003460E5 /* AboutViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AboutViewController.h; path = ../AboutViewController.h; sourceTree = "<group>"; };
F8A82AEC15F8C00E003460E5 /* AboutViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AboutViewController.m; path = ../AboutViewController.m; sourceTree = "<group>"; };
Expand All @@ -77,6 +79,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F82F68581BFC62510026A7DE /* libiconv.tbd in Frameworks */,
F8E9CB4D1BD4C1C1006ED336 /* libc++.tbd in Frameworks */,
F8E9CB4B1BD4C1B5006ED336 /* libresolv.tbd in Frameworks */,
4CE203E180B450A9FB63C713 /* libPods-Bowser.a in Frameworks */,
Expand Down Expand Up @@ -117,6 +120,7 @@
B7E3D0D415625681003DE0F1 /* Frameworks */ = {
isa = PBXGroup;
children = (
F82F68571BFC62510026A7DE /* libiconv.tbd */,
F8E9CB571BD61222006ED336 /* WebKit.framework */,
F8E9CB4C1BD4C1C1006ED336 /* libc++.tbd */,
F8E9CB4A1BD4C1B5006ED336 /* libresolv.tbd */,
Expand Down
1 change: 0 additions & 1 deletion bowser-ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
platform :ios, '7.1'

target 'Bowser' do
pod 'OpenWebRTC'
pod 'OpenWebRTC-SDK', :git => 'https://github.com/EricssonResearch/openwebrtc-ios-sdk.git'
#pod 'OpenWebRTC-SDK', :path => '../../openwebrtc-ios-sdk/OpenWebRTC-SDK.podspec'
end
18 changes: 11 additions & 7 deletions bowser-ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
PODS:
- OpenWebRTC (0.3.1)
- OpenWebRTC-SDK (0.2.1):
- OpenWebRTC (0.3.91)
- OpenWebRTC-SDK (0.3.2):
- OpenWebRTC

DEPENDENCIES:
- OpenWebRTC (~> 0.3.1)
- OpenWebRTC-SDK (from `../../openwebrtc-ios-sdk/OpenWebRTC-SDK.podspec`)
- OpenWebRTC-SDK (from `https://github.com/EricssonResearch/openwebrtc-ios-sdk.git`)

EXTERNAL SOURCES:
OpenWebRTC-SDK:
:path: ../../openwebrtc-ios-sdk/OpenWebRTC-SDK.podspec
:git: https://github.com/EricssonResearch/openwebrtc-ios-sdk.git

CHECKOUT OPTIONS:
OpenWebRTC-SDK:
:commit: d00dd8657df6dcb0212f1ff3f76cd8e6c780949c
:git: https://github.com/EricssonResearch/openwebrtc-ios-sdk.git

SPEC CHECKSUMS:
OpenWebRTC: 85be1caf6dc45b11106eacba93de61e3e52b1cf8
OpenWebRTC-SDK: 00307dcfec69374f537c0cead2cd5bcfb33057d7
OpenWebRTC: 982e4e05d8ba92011526cf890b04ca2bb45f2ad6
OpenWebRTC-SDK: baeb7e6b4247b9a74e61be1aa43d75feee236019

COCOAPODS: 0.38.2

0 comments on commit bc55d50

Please sign in to comment.