Skip to content

Commit

Permalink
project settings and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Feb 16, 2019
1 parent 84ad583 commit b43dc00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8f54d565acda55fc357bedb1f6b5db8bf2e81cce

COCOAPODS: 1.5.3
COCOAPODS: 1.6.0
8 changes: 4 additions & 4 deletions ooniprobe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-resources.sh",
"${PODS_ROOT}/DateTools/DateTools/DateTools/DateTools.bundle",
);
name = "[CP] Copy Pods Resources";
Expand All @@ -983,7 +983,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-resources.sh\"\n";
showEnvVarsInLog = 0;
};
A9776EC81DBB83BB5C788DE7 /* [CP] Embed Pods Frameworks */ = {
Expand All @@ -994,7 +994,7 @@
inputFileListPaths = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-frameworks.sh",
"${PODS_ROOT}/mkall/mkall.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -1005,7 +1005,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ooniprobe/Pods-ooniprobe-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
EDA66B691E3A23AF00DD22AC /* ShellScript */ = {
Expand Down
4 changes: 2 additions & 2 deletions ooniprobe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>60</string>
<string>61</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit b43dc00

Please sign in to comment.