Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from kapilkm9/bug/fix_target_membership
Browse files Browse the repository at this point in the history
Add Reply.swift to iOS and tvOS targets
  • Loading branch information
pvzig authored Jul 1, 2017
2 parents c6b4142 + 38ced49 commit a017386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SKCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
2684F1FF1E95ABD600536DCC /* CustomProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2684F18F1E95AB1800536DCC /* CustomProfile.swift */; };
2684F2001E95ABD600536DCC /* UserGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2684F1A21E95AB1800536DCC /* UserGroup.swift */; };
2684F2011E95ABD600536DCC /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2684F1891E95AB1800536DCC /* Action.swift */; };
820E53AD1F0738D100C103BB /* Reply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26113F731EF183CD007E5E45 /* Reply.swift */; };
820E53AE1F0738D100C103BB /* Reply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26113F731EF183CD007E5E45 /* Reply.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -457,6 +459,7 @@
2684F1CA1E95ABD400536DCC /* Channel.swift in Sources */,
2684F1CB1E95ABD400536DCC /* CustomProfileField.swift in Sources */,
2684F1CC1E95ABD400536DCC /* SlackError.swift in Sources */,
820E53AD1F0738D100C103BB /* Reply.swift in Sources */,
2684F1CD1E95ABD400536DCC /* Team.swift in Sources */,
2684F1CE1E95ABD400536DCC /* Bot.swift in Sources */,
2684F1CF1E95ABD400536DCC /* Attachment.swift in Sources */,
Expand Down Expand Up @@ -490,6 +493,7 @@
2684F1EE1E95ABD600536DCC /* Channel.swift in Sources */,
2684F1EF1E95ABD600536DCC /* CustomProfileField.swift in Sources */,
2684F1F01E95ABD600536DCC /* SlackError.swift in Sources */,
820E53AE1F0738D100C103BB /* Reply.swift in Sources */,
2684F1F11E95ABD600536DCC /* Team.swift in Sources */,
2684F1F21E95ABD600536DCC /* Bot.swift in Sources */,
2684F1F31E95ABD600536DCC /* Attachment.swift in Sources */,
Expand Down

0 comments on commit a017386

Please sign in to comment.