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

Commit 772f644

Browse files
authored
Merge pull request #274 from Lickability/bump-version-1.4.0
Bump Version to 1.4.0
2 parents e72472b + d682190 commit 772f644

File tree

11 files changed

+100
-100
lines changed

11 files changed

+100
-100
lines changed

Example/PinpointKitExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
358358
INFOPLIST_FILE = PinpointKitExample/Info.plist;
359359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
360+
MARKETING_VERSION = 1.4.0;
360361
PRODUCT_BUNDLE_IDENTIFIER = net.Lickability.PinpointKitExample;
361362
PRODUCT_NAME = "$(TARGET_NAME)";
362363
};
@@ -369,6 +370,7 @@
369370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
370371
INFOPLIST_FILE = PinpointKitExample/Info.plist;
371372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373+
MARKETING_VERSION = 1.4.0;
372374
PRODUCT_BUNDLE_IDENTIFIER = net.Lickability.PinpointKitExample;
373375
PRODUCT_NAME = "$(TARGET_NAME)";
374376
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/PinpointKitExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- PinpointKit (1.3.0):
3-
- PinpointKit/Core (= 1.3.0)
4-
- PinpointKit/Core (1.3.0)
2+
- PinpointKit (1.4.0):
3+
- PinpointKit/Core (= 1.4.0)
4+
- PinpointKit/Core (1.4.0)
55
- SwiftLint (0.25.1)
66

77
DEPENDENCIES:
@@ -17,7 +17,7 @@ EXTERNAL SOURCES:
1717
:path: "../"
1818

1919
SPEC CHECKSUMS:
20-
PinpointKit: 103b424089fdccd3df24588d72087ebfb4bc7cae
20+
PinpointKit: a33c929c2e9c3b7d9a1a343fd309161b71c02d06
2121
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
2222

2323
PODFILE CHECKSUM: 24af8a2ca63352a72ca1cd13fc8977477eae3a12

Example/Pods/Local Podspecs/PinpointKit.podspec.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 77 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/PinpointKit/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PinpointKit.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "PinpointKit",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"homepage": "https://github.com/Lickability/PinpointKit",
55
"source": {
66
"git": "https://github.com/Lickability/PinpointKit.git",
7-
"tag": "1.3.0"
7+
"tag": "1.4.0"
88
},
99
"summary": "A library that makes bug reporting simple for your users by allowing them to send feedback with annotated screenshots and logs.",
1010
"authors" : {

PinpointKit/PinpointKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@
686686
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
687687
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
688688
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
689+
MARKETING_VERSION = 1.4.0;
689690
PRODUCT_BUNDLE_IDENTIFIER = net.Lickability.PinpointKit;
690691
PRODUCT_NAME = "$(TARGET_NAME)";
691692
SKIP_INSTALL = YES;
@@ -706,6 +707,7 @@
706707
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
707708
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
708709
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
710+
MARKETING_VERSION = 1.4.0;
709711
PRODUCT_BUNDLE_IDENTIFIER = net.Lickability.PinpointKit;
710712
PRODUCT_NAME = "$(TARGET_NAME)";
711713
SKIP_INSTALL = YES;

PinpointKit/PinpointKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)