Skip to content

Commit

Permalink
Add CBLEncryptionController.m,.h to Extras folder
Browse files Browse the repository at this point in the history
iOS only, added CBLEncryptionController.m,.h to the Extras folder.
  • Loading branch information
pasin committed May 15, 2015
1 parent 9bb2d53 commit a95cef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CouchbaseLite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@
792867D0178DE03E00248AF0 /* CBLJSFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 792867CC178DE03E00248AF0 /* CBLJSFunction.m */; };
792867D2178DE03E00248AF0 /* CBLJSViewCompiler.m in Sources */ = {isa = PBXBuildFile; fileRef = 792867CF178DE03E00248AF0 /* CBLJSViewCompiler.m */; };
792867DE178E0AED00248AF0 /* CBLRegisterJSViewCompiler.h in Copy Extras */ = {isa = PBXBuildFile; fileRef = 792867D9178E021F00248AF0 /* CBLRegisterJSViewCompiler.h */; };
933BED4F1B06A7440011C7C4 /* CBLEncryptionController.h in Copy Extras */ = {isa = PBXBuildFile; fileRef = 27C5BADE1A92AC51008C357C /* CBLEncryptionController.h */; };
933BED501B06A7440011C7C4 /* CBLEncryptionController.m in Copy Extras */ = {isa = PBXBuildFile; fileRef = 27C5BADF1A92AC51008C357C /* CBLEncryptionController.m */; };
93D21AF01A955480000AD9AF /* CBLCookieStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D21AEE1A955480000AD9AF /* CBLCookieStorage.h */; };
93D21AF11A955480000AD9AF /* CBLCookieStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D21AEF1A955480000AD9AF /* CBLCookieStorage.m */; };
93D21AF21A958CEC000AD9AF /* CBLCookieStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D21AEF1A955480000AD9AF /* CBLCookieStorage.m */; };
Expand Down Expand Up @@ -1076,6 +1078,8 @@
dstPath = Extras;
dstSubfolderSpec = 16;
files = (
933BED4F1B06A7440011C7C4 /* CBLEncryptionController.h in Copy Extras */,
933BED501B06A7440011C7C4 /* CBLEncryptionController.m in Copy Extras */,
792867DE178E0AED00248AF0 /* CBLRegisterJSViewCompiler.h in Copy Extras */,
27F273C117039D6000CD2B85 /* CBLUICollectionSource.h in Copy Extras */,
27F273C217039D6200CD2B85 /* CBLUICollectionSource.m in Copy Extras */,
Expand Down

0 comments on commit a95cef8

Please sign in to comment.