Skip to content

Commit

Permalink
version 3.0.0 with reduced size
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Garg committed Jan 10, 2024
1 parent d8235f4 commit a03a0db
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions PayUCrashReporter.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PayUCrashReporter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PayUCrashReporter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
R3qBKnsUBaZnnEVksHFqNGiDST8=
uswbV9h8SVX9pOyWko9X1YnDuSI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Info.plist</key>
<data>
sw2YI5xuhTCLsJFW+284Un+Ywr8=
1zvv7XN0V8az/tRnEqwv0kXofDM=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
2 changes: 1 addition & 1 deletion PayUIndia-CrashReporter-Release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ podTrunkPush() {
}

podName="PayUIndia-CrashReporter"
podVersion="3.0.0-alpha"
podVersion="3.0.0"

podSpec="${podName}.podspec"
tag="${podVersion}"
Expand Down
2 changes: 1 addition & 1 deletion PayUIndia-CrashReporter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-CrashReporter"
s.version = "3.0.0-alpha"
s.version = "3.0.0"
s.license = "MIT"
s.homepage = "https://github.com/payu-intrepos/PayUCrashReporter-iOS"
s.author = { "PayUbiz" => "[email protected]" }
Expand Down

0 comments on commit a03a0db

Please sign in to comment.