Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
[0.3.2] bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jariz committed Jul 25, 2018
1 parent f227154 commit c8e41d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 24 deletions.
18 changes: 1 addition & 17 deletions Noti.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
49B43B041D1ADFB200A24585 /* Sources */,
49B43B061D1ADFB200A24585 /* Resources */,
003C003AFFFD5A40A37BC17E /* [CP] Embed Pods Frameworks */,
9E2550AE761EB3113626074C /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -223,21 +222,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Noti/Pods-Noti-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
9E2550AE761EB3113626074C /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Noti/Pods-Noti-resources.sh\"\n";
showEnvVarsInLog = 0;
};
C46969CE10D5230F33E29F6C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -253,7 +237,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Noti/PushManager.swift"
timestampString = "504373796.799237"
timestampString = "535471172.913964"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "296"
endingLineNumber = "296"
landmarkName = "setPassword(password:)"
startingLineNumber = "297"
endingLineNumber = "297"
landmarkName = "websocketDidDisconnect(socket:error:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
Expand Down
4 changes: 2 additions & 2 deletions Noti/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
14 changes: 13 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ DEPENDENCIES:
- SwiftyBeaver
- SwiftyJSON (~> 3.1.1)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- CryptoSwift
- EMCLoginItem
- Sparkle
- Starscream
- SwiftyBeaver
- SwiftyJSON
https://github.com/jariz/Noti-Spec.git:
- SwCrypt

SPEC CHECKSUMS:
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
Expand All @@ -30,4 +42,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 7481dc9ca87f0ae2c2cf3cd704c80fb346debf7e

COCOAPODS: 1.2.1
COCOAPODS: 1.5.3

0 comments on commit c8e41d5

Please sign in to comment.