Skip to content

Commit 73b98d7

Browse files
chore(release): 1.2.0
# [1.2.0](v1.1.0...v1.2.0) (2022-06-15) ### Features * publish iOS frameworks to repository ([#18](#18)) ([73f0e36](73f0e36))
1 parent 73f0e36 commit 73b98d7

File tree

44 files changed

+13444
-5
lines changed

Some content is hidden

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

44 files changed

+13444
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/mParticle/crossplatform-sdk-tests/compare/v1.1.0...v1.2.0) (2022-06-15)
2+
3+
4+
### Features
5+
6+
* publish iOS frameworks to repository ([#18](https://github.com/mParticle/crossplatform-sdk-tests/issues/18)) ([73f0e36](https://github.com/mParticle/crossplatform-sdk-tests/commit/73f0e36b79bb6a501c9fd182bc540849644b44a1))
7+
18
# [1.1.0](https://github.com/mParticle/crossplatform-sdk-tests/compare/v1.0.0...v1.1.0) (2022-06-08)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ repositories {
2020

2121
dependencies {
2222
...
23-
implementation("com.mparticle:models:1.1.0") // <--- add for serializable server DTOs
23+
implementation("com.mparticle:models:1.2.0") // <--- add for serializable server DTOs
2424
...
25-
androidTestImplementation("com.mparticle:testing:1.1.0") // <--- add for `Server` and instrumented testing base classes
25+
androidTestImplementation("com.mparticle:testing:1.2.0") // <--- add for `Server` and instrumented testing base classes
2626
}
2727
```
2828

frameworks/Tests.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'Tests'
3+
spec.version = '1.2.0'
4+
spec.homepage = '.'
5+
spec.source = { :http=> ''}
6+
spec.authors = ''
7+
spec.license = ''
8+
spec.summary = 'Cross Platform Testing'
9+
spec.vendored_frameworks = 'mParticle_Multiplatform_Tests.xcframework'
10+
spec.libraries = 'c++'
11+
spec.ios.deployment_target = '14.3'
12+
spec.dependency 'mParticle-Apple-SDK/mParticle'
13+
14+
15+
16+
end

frameworks/api.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'api'
3+
spec.version = '1.2.0'
4+
spec.homepage = '.'
5+
spec.source = { :http=> ''}
6+
spec.authors = ''
7+
spec.license = ''
8+
spec.summary = 'MParticle Unified Api'
9+
spec.vendored_frameworks = 'mParticle-Api.xcframework'
10+
spec.libraries = 'c++'
11+
spec.ios.deployment_target = '14.3'
12+
spec.dependency 'mParticle-Apple-SDK/mParticle'
13+
14+
15+
16+
end
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>ios-x86_64-simulator</string>
10+
<key>LibraryPath</key>
11+
<string>mParticle_Api.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>x86_64</string>
15+
</array>
16+
<key>SupportedPlatform</key>
17+
<string>ios</string>
18+
<key>SupportedPlatformVariant</key>
19+
<string>simulator</string>
20+
</dict>
21+
<dict>
22+
<key>LibraryIdentifier</key>
23+
<string>ios-arm64</string>
24+
<key>LibraryPath</key>
25+
<string>mParticle_Api.framework</string>
26+
<key>SupportedArchitectures</key>
27+
<array>
28+
<string>arm64</string>
29+
</array>
30+
<key>SupportedPlatform</key>
31+
<string>ios</string>
32+
</dict>
33+
</array>
34+
<key>CFBundlePackageType</key>
35+
<string>XFWK</string>
36+
<key>XCFrameworkFormatVersion</key>
37+
<string>1.0</string>
38+
</dict>
39+
</plist>

frameworks/mParticle_Api.xcframework/ios-arm64/mParticle_Api.framework/Headers/mParticle_Api.h

Lines changed: 1056 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>mParticle_Api</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.mparticle.api.mParticle_Api</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundleName</key>
12+
<string>mParticle_Api</string>
13+
<key>CFBundlePackageType</key>
14+
<string>FMWK</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleSupportedPlatforms</key>
18+
<array>
19+
<string>iPhoneOS</string>
20+
</array>
21+
<key>CFBundleVersion</key>
22+
<string>1</string>
23+
<key>MinimumOSVersion</key>
24+
<string>9.0</string>
25+
<key>UIDeviceFamily</key>
26+
<array>
27+
<integer>1</integer>
28+
<integer>2</integer>
29+
</array>
30+
<key>UIRequiredDeviceCapabilities</key>
31+
<array>
32+
<string>arm64</string>
33+
</array>
34+
</dict>
35+
</plist>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
framework module mParticle_Api {
2+
umbrella header "mParticle_Api.h"
3+
4+
export *
5+
module * { export * }
6+
}
Binary file not shown.

0 commit comments

Comments
 (0)