Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkangaroo committed Apr 22, 2023
1 parent 6dde75b commit 74151a8
Show file tree
Hide file tree
Showing 12 changed files with 14,803 additions and 36,003 deletions.
16 changes: 5 additions & 11 deletions KangarooAppSdkCustomer.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
Pod::Spec.new do |spec|
spec.name = 'KangarooAppSdkCustomer'
spec.version = '1.0.0'
spec.homepage = 'https://kangaroorewards.com/'
spec.source = { :http => 'https://github.com/kangaroorewards/kangaroo-app-sdk-customer-ios/releases/download/1.0.0/KangarooAppSdkCustomer.xcframework.zip' }
spec.authors = ''
spec.license = ''
spec.version = '1.0.023'
spec.summary = 'Kangaroo app SDK for building customer facing applications'
spec.homepage = 'https://kangaroorewards.com/'
spec.source = { :http => 'https://github.com/kangaroorewards/kangaroo-app-sdk-customer-ios/releases/download/1.0.023/KangarooAppSdkCustomer-v1.0.023.zip' }
s.author = { 'KangarooAppSdkCustomer' => 'paul@kangaroorewards.com' }
spec.license = { :type => 'MIT' }
spec.vendored_frameworks = 'KangarooAppSdkCustomer.xcframework'
spec.libraries = 'c++'





end
12 changes: 6 additions & 6 deletions KangarooAppSdkCustomer.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>KangarooAppSdkCustomer.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>KangarooAppSdkCustomer.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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>KangarooAppSdkCustomer</string>
<key>CFBundleIdentifier</key>
<string>features.KangarooAppSdkCustomer</string>
<string>KangarooAppSdkCustomer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.features.KangarooAppSdkCustomer</string>
<string>com.apple.xcode.dsym.KangarooAppSdkCustomer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>KangarooAppSdkCustomer</string>
<key>CFBundleIdentifier</key>
<string>features.KangarooAppSdkCustomer</string>
<string>KangarooAppSdkCustomer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.features.KangarooAppSdkCustomer</string>
<string>com.apple.xcode.dsym.KangarooAppSdkCustomer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.

0 comments on commit 74151a8

Please sign in to comment.