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

Commit c8e41d5

Browse files
committed
[0.3.2] bump
1 parent f227154 commit c8e41d5

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

Noti.xcodeproj/project.pbxproj

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
49B43B041D1ADFB200A24585 /* Sources */,
129129
49B43B061D1ADFB200A24585 /* Resources */,
130130
003C003AFFFD5A40A37BC17E /* [CP] Embed Pods Frameworks */,
131-
9E2550AE761EB3113626074C /* [CP] Copy Pods Resources */,
132131
);
133132
buildRules = (
134133
);
@@ -223,21 +222,6 @@
223222
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Noti/Pods-Noti-frameworks.sh\"\n";
224223
showEnvVarsInLog = 0;
225224
};
226-
9E2550AE761EB3113626074C /* [CP] Copy Pods Resources */ = {
227-
isa = PBXShellScriptBuildPhase;
228-
buildActionMask = 2147483647;
229-
files = (
230-
);
231-
inputPaths = (
232-
);
233-
name = "[CP] Copy Pods Resources";
234-
outputPaths = (
235-
);
236-
runOnlyForDeploymentPostprocessing = 0;
237-
shellPath = /bin/sh;
238-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Noti/Pods-Noti-resources.sh\"\n";
239-
showEnvVarsInLog = 0;
240-
};
241225
C46969CE10D5230F33E29F6C /* [CP] Check Pods Manifest.lock */ = {
242226
isa = PBXShellScriptBuildPhase;
243227
buildActionMask = 2147483647;
@@ -253,7 +237,7 @@
253237
);
254238
runOnlyForDeploymentPostprocessing = 0;
255239
shellPath = /bin/sh;
256-
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";
240+
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";
257241
showEnvVarsInLog = 0;
258242
};
259243
/* End PBXShellScriptBuildPhase section */

Noti.xcworkspace/xcuserdata/Jari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
ignoreCount = "0"
2727
continueAfterRunningActions = "No"
2828
filePath = "Noti/PushManager.swift"
29-
timestampString = "504373796.799237"
29+
timestampString = "535471172.913964"
3030
startingColumnNumber = "9223372036854775807"
3131
endingColumnNumber = "9223372036854775807"
32-
startingLineNumber = "296"
33-
endingLineNumber = "296"
34-
landmarkName = "setPassword(password:)"
32+
startingLineNumber = "297"
33+
endingLineNumber = "297"
34+
landmarkName = "websocketDidDisconnect(socket:error:)"
3535
landmarkType = "7">
3636
</BreakpointContent>
3737
</BreakpointProxy>

Noti/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.3.1</string>
20+
<string>0.3.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10</string>
24+
<string>11</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.productivity</string>
2727
<key>LSMinimumSystemVersion</key>

Podfile.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ DEPENDENCIES:
1818
- SwiftyBeaver
1919
- SwiftyJSON (~> 3.1.1)
2020

21+
SPEC REPOS:
22+
https://github.com/cocoapods/specs.git:
23+
- Alamofire
24+
- CryptoSwift
25+
- EMCLoginItem
26+
- Sparkle
27+
- Starscream
28+
- SwiftyBeaver
29+
- SwiftyJSON
30+
https://github.com/jariz/Noti-Spec.git:
31+
- SwCrypt
32+
2133
SPEC CHECKSUMS:
2234
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
2335
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
@@ -30,4 +42,4 @@ SPEC CHECKSUMS:
3042

3143
PODFILE CHECKSUM: 7481dc9ca87f0ae2c2cf3cd704c80fb346debf7e
3244

33-
COCOAPODS: 1.2.1
45+
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)