Skip to content

Commit

Permalink
chore: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sue71 committed Oct 10, 2019
1 parent 7cb6b42 commit db54199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Action.xcodeproj/project.pbxproj
Expand Up @@ -44,6 +44,7 @@
7F612AD61D7F13B800B93BC5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F612AD51D7F13B800B93BC5 /* Assets.xcassets */; };
7F612AD91D7F13B800B93BC5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F612AD71D7F13B800B93BC5 /* LaunchScreen.storyboard */; };
7FB791EC1D7F1BB600789D53 /* Action.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE73AD201CDCD101006F8B98 /* Action.framework */; };
80D9A528234EBE71006C0642 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C41CE72722283BEE0006E722 /* RxCocoa.framework */; };
C41CE71F22283BBA0006E722 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C41CE71A22283BB90006E722 /* Nimble.framework */; };
C41CE72122283BBA0006E722 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C41CE71C22283BB90006E722 /* Quick.framework */; };
C41CE72322283BBA0006E722 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C41CE71E22283BBA0006E722 /* RxSwift.framework */; };
Expand Down Expand Up @@ -217,6 +218,7 @@
buildActionMask = 2147483647;
files = (
C41CE73622283CAD0006E722 /* RxSwift.framework in Frameworks */,
80D9A528234EBE71006C0642 /* RxCocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit db54199

Please sign in to comment.