Skip to content

Commit

Permalink
Fix framework build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Feb 16, 2018
1 parent 59ac3b2 commit 6610bac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CountryPickerView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
004CA3331F70787200B690B8 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 004CA3321F70787200B690B8 /* Extensions.swift */; };
004CA33A1F710B5900B690B8 /* CountryPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 004CA3381F710B5900B690B8 /* CountryPickerView.bundle */; };
00B095FC1F75AD6200860F82 /* NibView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00B095FB1F75AD6200860F82 /* NibView.swift */; };
50468942203753BF00009BA1 /* Delegate+DataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50468941203753BF00009BA1 /* Delegate+DataSource.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -26,6 +27,7 @@
004CA3321F70787200B690B8 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
004CA3381F710B5900B690B8 /* CountryPickerView.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CountryPickerView.bundle; sourceTree = "<group>"; };
00B095FB1F75AD6200860F82 /* NibView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NibView.swift; sourceTree = "<group>"; };
50468941203753BF00009BA1 /* Delegate+DataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Delegate+DataSource.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -66,6 +68,7 @@
004CA3301F70782400B690B8 /* CountryPickerViewController.swift */,
004CA3321F70787200B690B8 /* Extensions.swift */,
00B095FB1F75AD6200860F82 /* NibView.swift */,
50468941203753BF00009BA1 /* Delegate+DataSource.swift */,
);
path = CountryPickerView;
sourceTree = "<group>";
Expand Down Expand Up @@ -161,6 +164,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50468942203753BF00009BA1 /* Delegate+DataSource.swift in Sources */,
00B095FC1F75AD6200860F82 /* NibView.swift in Sources */,
004CA3311F70782400B690B8 /* CountryPickerViewController.swift in Sources */,
004CA3331F70787200B690B8 /* Extensions.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion CountryPickerView/Delegate+DataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CountryPickerView
//
// Created by Kizito Nwose on 16/02/2018.
// Copyright © 2017 Kizito Nwose. All rights reserved.
// Copyright © 2018 Kizito Nwose. All rights reserved.
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions CountryPickerViewDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CountryPickerView (2.0.0)
- CountryPickerView (2.1.0)

DEPENDENCIES:
- CountryPickerView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
CountryPickerView: 99ccda793561adb1beaea93176bb6a8209426b97
CountryPickerView: db05b3dbd2c6bd4c04c388ee53b5bedf8d84a5fd

PODFILE CHECKSUM: 649829ad9a32abd953e33364dc48a4a40a615047

Expand Down

0 comments on commit 6610bac

Please sign in to comment.