Skip to content

Commit bf592e1

Browse files
author
Mark Skov Jensen
committed
Restored old working version of framework
1 parent 564fd7e commit bf592e1

36 files changed

+34
-32
lines changed

ThePerfectApp.xcframework/Info.plist

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,29 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>ThePerfectApp.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>arm64</string>
14+
<string>x86_64</string>
1515
</array>
1616
<key>SupportedPlatform</key>
1717
<string>ios</string>
18+
<key>SupportedPlatformVariant</key>
19+
<string>simulator</string>
1820
</dict>
1921
<dict>
2022
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
23+
<string>ios-arm64</string>
2224
<key>LibraryPath</key>
2325
<string>ThePerfectApp.framework</string>
2426
<key>SupportedArchitectures</key>
2527
<array>
2628
<string>arm64</string>
27-
<string>x86_64</string>
2829
</array>
2930
<key>SupportedPlatform</key>
3031
<string>ios</string>
31-
<key>SupportedPlatformVariant</key>
32-
<string>simulator</string>
3332
</dict>
3433
</array>
3534
<key>CFBundlePackageType</key>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Headers
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Modules

ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Modules/module.modulemap

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/ThePerfectApp

ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Headers/TPA+Analytics.h renamed to ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Versions/A/Headers/TPA+Analytics.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,19 @@ NS_SWIFT_NAME(trackTimingEvent(_:duration:tags:));
130130
/**
131131
* Tracks a numerical event with a category.
132132
*
133-
* @param category The category of the event
134-
* @param name The event name to track
135-
* @param doubleValue The numerical value
133+
* @param category The category of the event
134+
* @param name The event name to track
135+
* @param value The numerical value
136136
*/
137137
- (void)trackEventWithCategory:(NSString * _Nonnull)category name:(NSString * _Nonnull)name doubleValue:(double)doubleValue
138138
NS_SWIFT_NAME(trackEvent(category:name:doubleValue:));
139139

140140
/**
141141
* Tracks a numerical event with a category and tags.
142142
*
143-
* @param name The event name to track
144-
* @param category The category of the event
145-
* @param doubleValue The numerical value
146-
* @param tags Tags that can be used to filter events on TPA.
143+
* @param name The event name to track
144+
* @param category The category of the event
145+
* @param tags Tags that can be used to filter events on TPA.
147146
*/
148147
- (void)trackEventWithCategory:(NSString * _Nonnull)category name:(NSString * _Nonnull)name doubleValue:(double)doubleValue tags:(NSDictionary * _Nullable)tags
149148
NS_SWIFT_NAME(trackEvent(category:name:doubleValue:tags:));

ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Headers/TPA+Configure.h renamed to ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Versions/A/Headers/TPA+Configure.h

File renamed without changes.

ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Headers/TPA+CrashReporting.h renamed to ThePerfectApp.xcframework/ios-arm64/ThePerfectApp.framework/Versions/A/Headers/TPA+CrashReporting.h

File renamed without changes.

0 commit comments

Comments
 (0)