Skip to content

Commit 3ede827

Browse files
committed
Prevent Xcode from automatically changing framework version when an app is distributed
1 parent 2406b9f commit 3ede827

File tree

65 files changed

+108
-26948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+108
-26948
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 11.1.3 - 3/17/22
4+
5+
• Prevent Xcode from automatically changing framework version when an app is distributed
6+
37
### 11.1.2 - 3/15/22
48

59
• Updated example

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- PixelSDK (11.1.2):
2+
- PixelSDK (11.1.3):
33
- PixelSDK-GPUImage3 (~> 3.0)
44
- PixelSDK-GPUImage3 (3.1.1)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:podspec: "../PixelSDK.podspec"
1616

1717
SPEC CHECKSUMS:
18-
PixelSDK: a83aba190b7c3aee74ae0cf5769c91ce35d092f6
18+
PixelSDK: c5be7b3808790488228cf0ce6a0b478654f9216a
1919
PixelSDK-GPUImage3: 6a66cfca487b57219e557a6a31b21d5bd6480bea
2020

2121
PODFILE CHECKSUM: 79b82a0f7e6f394eddc31f60b1ddd0470bc90801

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK-Swift.h

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/PixelSDK/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)