Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA committed Nov 3, 2015
1 parent 24e63db commit b8bb486
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Pods/
._*

.hgignore

.DS_Store
16 changes: 16 additions & 0 deletions Demo/LGPlaceholderViewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
4A890BD71A9A191200843850 /* Frameworks */,
4A890BD81A9A191200843850 /* Resources */,
08E45A5C7A621F2E56AD6E0A /* Copy Pods Resources */,
3737ED2E6CD294FDBA96741E /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -256,6 +257,21 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LGPlaceholderViewDemo/Pods-LGPlaceholderViewDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
3737ED2E6CD294FDBA96741E /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LGPlaceholderViewDemo/Pods-LGPlaceholderViewDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
4517D1983152AB3702F9E85D /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
6 changes: 3 additions & 3 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- LGPlaceholderView (1.0.0)
- LGPlaceholderView (1.0.1)

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

SPEC CHECKSUMS:
LGPlaceholderView: 094da35c35f62b6d584797c5c6e13fea6e72ccfe
LGPlaceholderView: 3e999b0b0d3dae2382fef5bb3d233ad76a2fd7a6

COCOAPODS: 0.37.2
COCOAPODS: 0.39.0

0 comments on commit b8bb486

Please sign in to comment.