Skip to content

Commit

Permalink
Add files to framework target
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Jul 26, 2016
1 parent 7f74879 commit fdbe280
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
39D134101CAC4B4E00EA2ECE /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D1340F1CAC4B4E00EA2ECE /* AssetManager.swift */; };
39E3C3311CAFD79200340DAD /* LocationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39E3C3301CAFD79200340DAD /* LocationManager.swift */; };
D20FF6361CD23426000F3BFE /* CameraMan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D20FF6351CD23426000F3BFE /* CameraMan.swift */; };
D25A8C2C1D47681E0008D2F7 /* ImageGalleryLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = D25A8C2B1D47681E0008D2F7 /* ImageGalleryLayout.swift */; };
D25A8C2E1D4768250008D2F7 /* Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D25A8C2D1D4768250008D2F7 /* Helper.swift */; };
D5D370C01C44FD1600690C0A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D5D370BA1C44FD1600690C0A /* [email protected] */; };
D5D370C11C44FD1600690C0A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D5D370BB1C44FD1600690C0A /* [email protected] */; };
D5D370C21C44FD1600690C0A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D5D370BC1C44FD1600690C0A /* [email protected] */; };
Expand Down Expand Up @@ -46,6 +48,8 @@
39D1340F1CAC4B4E00EA2ECE /* AssetManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetManager.swift; sourceTree = "<group>"; };
39E3C3301CAFD79200340DAD /* LocationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationManager.swift; sourceTree = "<group>"; };
D20FF6351CD23426000F3BFE /* CameraMan.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CameraMan.swift; sourceTree = "<group>"; };
D25A8C2B1D47681E0008D2F7 /* ImageGalleryLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageGalleryLayout.swift; sourceTree = "<group>"; };
D25A8C2D1D4768250008D2F7 /* Helper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helper.swift; sourceTree = "<group>"; };
D5D370BA1C44FD1600690C0A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
D5D370BB1C44FD1600690C0A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
D5D370BC1C44FD1600690C0A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -145,6 +149,7 @@
D5DC59AA1C201CC4003BD79B /* Source */ = {
isa = PBXGroup;
children = (
D25A8C2D1D4768250008D2F7 /* Helper.swift */,
D5DC59AC1C201CC4003BD79B /* BottomView */,
D5DC59B11C201CC4003BD79B /* CameraView */,
D5DC59B31C201CC4003BD79B /* Configuration.swift */,
Expand Down Expand Up @@ -189,6 +194,7 @@
D5DC59B61C201CC4003BD79B /* ImageGallery */ = {
isa = PBXGroup;
children = (
D25A8C2B1D47681E0008D2F7 /* ImageGalleryLayout.swift */,
D5DC59B71C201CC4003BD79B /* ImageGalleryView.swift */,
D5DC59B81C201CC4003BD79B /* ImageGalleryViewCell.swift */,
D5DC59B91C201CC4003BD79B /* ImageGalleryViewDataSource.swift */,
Expand Down Expand Up @@ -338,9 +344,11 @@
D5DC59C41C201CC4003BD79B /* ImageStack.swift in Sources */,
39E3C3311CAFD79200340DAD /* LocationManager.swift in Sources */,
D5DC59CB1C201CC4003BD79B /* ImageGalleryViewDataSource.swift in Sources */,
D25A8C2C1D47681E0008D2F7 /* ImageGalleryLayout.swift in Sources */,
D5DC59CA1C201CC4003BD79B /* ImageGalleryViewCell.swift in Sources */,
D5DC59C81C201CC4003BD79B /* ConstraintsSetup.swift in Sources */,
D5DC59C71C201CC4003BD79B /* Configuration.swift in Sources */,
D25A8C2E1D4768250008D2F7 /* Helper.swift in Sources */,
39D134101CAC4B4E00EA2ECE /* AssetManager.swift in Sources */,
D5DC59C21C201CC4003BD79B /* BottomContainerView.swift in Sources */,
D5DC59CC1C201CC4003BD79B /* ImagePickerController.swift in Sources */,
Expand Down

0 comments on commit fdbe280

Please sign in to comment.