Skip to content

Commit

Permalink
Merge pull request #171 from tenjin/dg/release-1.14.7
Browse files Browse the repository at this point in the history
Release 1.14.7
  • Loading branch information
giraldogdiego authored Jan 10, 2025
2 parents 7b82196 + bb6cac8 commit e9ac2f8
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 9 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,8 @@ v1.14.5
v1.14.6
----
- Improve ASA token retrieval

v1.14.7
----
- Remove Bitcode from the SDK
- Add debug symbols (dSYM)
2 changes: 1 addition & 1 deletion TenjinSDK.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Created by Tenjin on 2016-05-20.
// Version 1.14.6
// Version 1.14.7

// Copyright (c) 2016 Tenjin. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion TenjinSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TenjinSDK"
s.version = "1.14.6"
s.version = "1.14.7"
s.summary = "TenjinSDK"
s.description = <<-DESC
Tenjin is a unique growth infrastructure platform that helps you streamline your mobile marketing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
#define kTenjinConversionEndpoint @"conversion-values"

//this line replaced by build script
#define kTenjinTenjinSDKVersion @"1.14.6"

#define kTenjinTenjinSDKVersion @"1.14.7"


#define kTenjinPlatformIos @"ios"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.tenjin.TenjinSDK</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.12.24</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
#define kTenjinConversionEndpoint @"conversion-values"

//this line replaced by build script
#define kTenjinTenjinSDKVersion @"1.14.6"

#define kTenjinTenjinSDKVersion @"1.14.7"


#define kTenjinPlatformIos @"ios"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</data>
<key>PrivateHeaders/TenjinConst.h</key>
<data>
MyXksdGqoIJbMg7hYyxFNG5JIBc=
4yTJF29ogm5t0lsBtka+RsqCfQw=
</data>
<key>PrivateHeaders/TenjinUtil.h</key>
<data>
Expand Down Expand Up @@ -406,11 +406,11 @@
<dict>
<key>hash</key>
<data>
MyXksdGqoIJbMg7hYyxFNG5JIBc=
4yTJF29ogm5t0lsBtka+RsqCfQw=
</data>
<key>hash2</key>
<data>
p61C9CfGTTL+KPsIyOl2ym6h1eBF5iO99H+YP4z3m+4=
ERV5S9ntM3IK2x0kPAUmkJyPHVKKWeZ3CuOinJ9fzpo=
</data>
</dict>
<key>PrivateHeaders/TenjinUtil.h</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.tenjin.TenjinSDK</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.12.24</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit e9ac2f8

Please sign in to comment.