diff --git a/Noti.xcodeproj/project.pbxproj b/Noti.xcodeproj/project.pbxproj index d5bbda2..697176c 100644 --- a/Noti.xcodeproj/project.pbxproj +++ b/Noti.xcodeproj/project.pbxproj @@ -128,7 +128,6 @@ 49B43B041D1ADFB200A24585 /* Sources */, 49B43B061D1ADFB200A24585 /* Resources */, 003C003AFFFD5A40A37BC17E /* [CP] Embed Pods Frameworks */, - 9E2550AE761EB3113626074C /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -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; @@ -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 */ diff --git a/Noti.xcworkspace/xcuserdata/Jari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Noti.xcworkspace/xcuserdata/Jari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 7eb3f14..ccb7ef6 100644 --- a/Noti.xcworkspace/xcuserdata/Jari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Noti.xcworkspace/xcuserdata/Jari.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -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> diff --git a/Noti/Info.plist b/Noti/Info.plist index 379fb5b..08718c0 100644 --- a/Noti/Info.plist +++ b/Noti/Info.plist @@ -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> diff --git a/Podfile.lock b/Podfile.lock index e662d35..125cf7c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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 @@ -30,4 +42,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 7481dc9ca87f0ae2c2cf3cd704c80fb346debf7e -COCOAPODS: 1.2.1 +COCOAPODS: 1.5.3