Skip to content

Commit

Permalink
Bump version, update podspec, fix Example
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Feb 28, 2017
1 parent b401ea7 commit 97755e0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 77 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/Apptentive/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ApptentiveConnect/ApptentiveDebugging/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ApptentiveConnect/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/Apptentive.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <UIKit/UIKit.h>

#define kApptentiveVersionString @"3.4.1"
#define kApptentiveVersionString @"3.4.2"
#define kApptentivePlatformString @"iOS"

#ifdef __swift_compiler_version_at_least
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
2017-01-06 frankus, weeeBox v3.4.2
-------------------------
Version 3.4.2 fixes the retry logic for certain network requests.

2017-01-06 frankus v3.4.1
-------------------------
Version 3.4.0 fixes visual issues in surveys and upgrade messages.
Version 3.4.1 fixes visual issues in surveys and upgrade messages.

2016-12-07 frankus v3.4.0
-------------------------
Expand Down
71 changes: 0 additions & 71 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
014E036C1B741A480059A3C6 /* PictureManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 014E036B1B741A480059A3C6 /* PictureManager.swift */; };
014E036E1B7420E80059A3C6 /* Picture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 014E036D1B7420E80059A3C6 /* Picture.swift */; };
0160856C1BA7924D00050FDB /* MoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0160856B1BA7924D00050FDB /* MoreViewController.swift */; };
994EAF29EFFF0DC0E81AD093 /* Pods_iOSExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 595F879CCF99109DB7E02EE3 /* Pods_iOSExample.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -56,10 +55,6 @@
014E036B1B741A480059A3C6 /* PictureManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PictureManager.swift; sourceTree = "<group>"; };
014E036D1B7420E80059A3C6 /* Picture.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Picture.swift; sourceTree = "<group>"; };
0160856B1BA7924D00050FDB /* MoreViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoreViewController.swift; sourceTree = "<group>"; };
0314422204ABDFBD897E11B9 /* Pods-iOSExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOSExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOSExample/Pods-iOSExample.release.xcconfig"; sourceTree = "<group>"; };
087DAE66C5ABF9C039A9D402 /* Pods-iOSExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOSExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-iOSExample/Pods-iOSExample.debug.xcconfig"; sourceTree = "<group>"; };
4956825534C86BCBBC09618E /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
595F879CCF99109DB7E02EE3 /* Pods_iOSExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOSExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -77,7 +72,6 @@
0116DA201BA37FA800E50BC3 /* QuartzCore.framework in Frameworks */,
0116DA221BA37FA800E50BC3 /* SystemConfiguration.framework in Frameworks */,
0116DA231BA37FA800E50BC3 /* UIKit.framework in Frameworks */,
994EAF29EFFF0DC0E81AD093 /* Pods_iOSExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -97,8 +91,6 @@
0116DA151BA37FA800E50BC3 /* QuartzCore.framework */,
0116DA171BA37FA800E50BC3 /* SystemConfiguration.framework */,
0116DA181BA37FA800E50BC3 /* UIKit.framework */,
4956825534C86BCBBC09618E /* Pods.framework */,
595F879CCF99109DB7E02EE3 /* Pods_iOSExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -111,7 +103,6 @@
0118C22E1B754945009D6C4B /* Pictures */,
0116DA2B1BA3800A00E50BC3 /* Frameworks */,
01045DE81CFE574900355633 /* iOSExample.app */,
EA02089031ED00D08DE8C0D1 /* Pods */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -141,28 +132,16 @@
name = "Supporting Files";
sourceTree = "<group>";
};
EA02089031ED00D08DE8C0D1 /* Pods */ = {
isa = PBXGroup;
children = (
087DAE66C5ABF9C039A9D402 /* Pods-iOSExample.debug.xcconfig */,
0314422204ABDFBD897E11B9 /* Pods-iOSExample.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
014E03391B7401A50059A3C6 /* iOSExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 014E035B1B7401A50059A3C6 /* Build configuration list for PBXNativeTarget "iOSExample" */;
buildPhases = (
8DCA1E0F3CB79D3120A7D6A9 /* [CP] Check Pods Manifest.lock */,
014E03361B7401A50059A3C6 /* Sources */,
014E03371B7401A50059A3C6 /* Frameworks */,
014E03381B7401A50059A3C6 /* Resources */,
5F56E8C990E88345C1CBFA2B /* [CP] Embed Pods Frameworks */,
780D9E3C6F1B963C24E30AC0 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -228,54 +207,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
5F56E8C990E88345C1CBFA2B /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOSExample/Pods-iOSExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
780D9E3C6F1B963C24E30AC0 /* [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-iOSExample/Pods-iOSExample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
8DCA1E0F3CB79D3120A7D6A9 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
014E03361B7401A50059A3C6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -402,7 +333,6 @@
};
014E035C1B7401A50059A3C6 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 087DAE66C5ABF9C039A9D402 /* Pods-iOSExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 86WML2UN43;
Expand All @@ -418,7 +348,6 @@
};
014E035D1B7401A50059A3C6 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0314422204ABDFBD897E11B9 /* Pods-iOSExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 86WML2UN43;
Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.module_name = 'Apptentive'
s.version = '3.4.1'
s.version = '3.4.2'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit 97755e0

Please sign in to comment.