Skip to content

Commit

Permalink
Published 1.0.0-debug pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan-selvam committed Dec 22, 2021
1 parent fbad4f3 commit 4e06cbf
Show file tree
Hide file tree
Showing 1,135 changed files with 18,628 additions and 14,914 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Apptics-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Apptics-SDK"
spec.version = "1.0.1"
spec.version = "1.0.0-debug"
spec.summary = "Apptics iOS SDK"
spec.license = { :type => "MIT", :text=> <<-LICENSE
MIT License
Expand Down
4 changes: 2 additions & 2 deletions Apptics-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|

spec.name = "Apptics-Swift"
spec.module_name = "Apptics_Swift"
spec.version = "1.0.0"
spec.version = "1.0.0-debug"
spec.summary = "An events tracking and analytics library for iOS"
spec.license = { :type => "MIT", :text=> <<-LICENSE
MIT License
Expand Down Expand Up @@ -56,7 +56,7 @@ What's new:

spec.default_subspecs = 'Analytics'

spec.dependency 'Apptics', "#{spec.version}"
spec.dependency 'Apptics-SDK', "#{spec.version}"

spec.subspec 'Analytics' do |co|
co.source_files = 'SwiftFiles/*.swift'
Expand Down
10 changes: 7 additions & 3 deletions Apptics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Apptics"
spec.version = "1.0.0"
spec.version = "1.0.0-debug"
spec.summary = "Apptics iOS SDK"
spec.license = { :type => "MIT", :text=> <<-LICENSE
MIT License
Expand Down Expand Up @@ -34,8 +34,6 @@ spec.homepage = "https://zoho.com"
spec.author = { "Saravanan Selvam" => "[email protected]", "Prakash Redrouthu" => "[email protected]" }
spec.source = { :http => "https://github.com/zoho/Apptics/releases/download/#{spec.version}/Apptics.zip" }

spec.source_files = 'scripts/*'
spec.preserve_paths = 'scripts/*'
spec.social_media_url = "http://zoho.com"

spec.ios.deployment_target = '9.1'
Expand All @@ -52,6 +50,7 @@ an.dependency 'Apptics/Core'
an.dependency 'Apptics/EventTracker'
an.dependency 'Apptics/ScreenTracker'
an.dependency 'Apptics/CrashKit'
an.dependency 'Apptics/Scripts'
end

spec.subspec 'Core' do |co|
Expand All @@ -70,4 +69,9 @@ spec.subspec 'CrashKit' do |ck|
ck.vendored_frameworks = 'AppticsCrashKit.xcframework'
end

spec.subspec 'Scripts' do |sc|
sc.source_files = 'scripts/*'
sc.preserve_paths = 'scripts/*'
end

end
Binary file modified Apptics.xcframework/.DS_Store
Binary file not shown.
32 changes: 16 additions & 16 deletions Apptics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,63 +19,63 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -85,7 +85,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
Expand Down
Binary file added Apptics.xcframework/ios-arm64_armv7/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified Apptics.xcframework/ios-arm64_armv7/Apptics.framework/Apptics
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Resources/APReviewViewController.nib</key>
<data>
X3PeKsIxM51Nah7c4pNvRSzYXdc=
HJX1tSpO3wxD/AO0V6XEV6R7XCw=
</data>
<key>Resources/Base.lproj/ZAnalyticsLocalizable.strings</key>
<data>
Expand All @@ -18,35 +18,35 @@
</data>
<key>Resources/ZAAppUpdateAlert.nib</key>
<data>
/JgZXVE5YWOQohc2RVlTelMR/gw=
aeImIOK+bwo9r141tuI1Sq8Mfis=
</data>
<key>Resources/ZACustomAlertController.nib</key>
<data>
6z2PLfW3VTCQDbOxeLLn+To0iao=
vMEp3hGw5n7cmh0fbmdELclJFTE=
</data>
<key>Resources/ZAPIIMTableViewCell.nib</key>
<data>
bvj/TeVqLPXirEJuOyAlHDZ0dwc=
3tEGPkfY5RutQYJG3leew5H4Xmw=
</data>
<key>Resources/ZAStoryboard.storyboardc/8oG-LS-Vhe-view-2Jk-9I-SIC.nib</key>
<data>
O9PRlH4OKiAExZkZRHQlFthsWE8=
n8jPQnYU8g7jfbaAK5xlnYWnLm8=
</data>
<key>Resources/ZAStoryboard.storyboardc/Info.plist</key>
<data>
9IV4SWOvONtfY+ScsVSmD58GzoU=
</data>
<key>Resources/ZAStoryboard.storyboardc/pIIManagerController.nib</key>
<data>
B4cc7mefMVqKnkSWP2HIi8O+7JQ=
BVnSDuLmAO2JDzcL+sfYX2krSFU=
</data>
<key>Resources/ZAUserConsentAlert.nib</key>
<data>
RkLd2aJJK1nnyThffhMiliz4uKI=
pZxICpVVLZvNjWpiZTIW3TPoRBQ=
</data>
<key>Resources/ZAUserConsentAlertV2.nib</key>
<data>
adfFiNzDmq71J34SUde43P0t7KY=
oZnZuo0q/usRjglPWcmP0pndF/w=
</data>
<key>Resources/app_update.png</key>
<data>
Expand Down Expand Up @@ -361,11 +361,11 @@
<dict>
<key>hash</key>
<data>
X3PeKsIxM51Nah7c4pNvRSzYXdc=
HJX1tSpO3wxD/AO0V6XEV6R7XCw=
</data>
<key>hash2</key>
<data>
5QA/1uBUOhUn9yf6dhuBylSk0mdW3VuRbKNHCVzIjnQ=
WTWpahCGXcoy6t8bGQbeCvirVLV3rC7JJr6YTxujfW8=
</data>
</dict>
<key>Resources/Base.lproj/ZAnalyticsLocalizable.strings</key>
Expand Down Expand Up @@ -394,44 +394,44 @@
<dict>
<key>hash</key>
<data>
/JgZXVE5YWOQohc2RVlTelMR/gw=
aeImIOK+bwo9r141tuI1Sq8Mfis=
</data>
<key>hash2</key>
<data>
Xw3BwqslerdptbLNoNu5zf/pbNnTnqb9YF41XlINv5Y=
pkYguotkR33t/8sQEAkue8hII81cUWzNRRMitCtmW2U=
</data>
</dict>
<key>Resources/ZACustomAlertController.nib</key>
<dict>
<key>hash</key>
<data>
6z2PLfW3VTCQDbOxeLLn+To0iao=
vMEp3hGw5n7cmh0fbmdELclJFTE=
</data>
<key>hash2</key>
<data>
oZnTAMnmfnJJUy2PLp3MowGG9N89gu9EYAaWCBDWwug=
XOhiju3G0VUSaXJlfDtejupB9EGSfcNIdWKsdomeGyY=
</data>
</dict>
<key>Resources/ZAPIIMTableViewCell.nib</key>
<dict>
<key>hash</key>
<data>
bvj/TeVqLPXirEJuOyAlHDZ0dwc=
3tEGPkfY5RutQYJG3leew5H4Xmw=
</data>
<key>hash2</key>
<data>
fhNAI3vS6jkPMTXIUukcvyZtF8f6O29V1obDTKKbxNk=
xm42J9UyrKS+/gaU/ILi4SSLdrttLbSjRQZPbWgzBiw=
</data>
</dict>
<key>Resources/ZAStoryboard.storyboardc/8oG-LS-Vhe-view-2Jk-9I-SIC.nib</key>
<dict>
<key>hash</key>
<data>
O9PRlH4OKiAExZkZRHQlFthsWE8=
n8jPQnYU8g7jfbaAK5xlnYWnLm8=
</data>
<key>hash2</key>
<data>
IegeL6bMr5M413po9vF4x9kjDj9sbeQxGL6Ib+7WZU4=
auRgPoNd3nEFpH09jRD7M3M7v6Gn03jGcJvaq6y46Ns=
</data>
</dict>
<key>Resources/ZAStoryboard.storyboardc/Info.plist</key>
Expand All @@ -449,33 +449,33 @@
<dict>
<key>hash</key>
<data>
B4cc7mefMVqKnkSWP2HIi8O+7JQ=
BVnSDuLmAO2JDzcL+sfYX2krSFU=
</data>
<key>hash2</key>
<data>
lHDbwLam34SntdCvUrU1JCqIRrYNuymQVy3owqkqKVA=
i+k7lWA6NcET8z+/HBnfLv+0FokXcAqYnU03imHduwg=
</data>
</dict>
<key>Resources/ZAUserConsentAlert.nib</key>
<dict>
<key>hash</key>
<data>
RkLd2aJJK1nnyThffhMiliz4uKI=
pZxICpVVLZvNjWpiZTIW3TPoRBQ=
</data>
<key>hash2</key>
<data>
XdLOs6MzVRJ/e4AZmTKsb5AhY6AaFT881cyFTX9D0aA=
Z8ekzk0LFkZvH7b65Fz3Pc1wbO/XutuweIi2r8xSk+I=
</data>
</dict>
<key>Resources/ZAUserConsentAlertV2.nib</key>
<dict>
<key>hash</key>
<data>
adfFiNzDmq71J34SUde43P0t7KY=
oZnZuo0q/usRjglPWcmP0pndF/w=
</data>
<key>hash2</key>
<data>
roLPGUZhRpAsEjMn/Fr/npx4cZv/v+NNSPTFysnfqWA=
SNkYNWQk88VjlI6KOdySRy0iF2NZWAZys/z54Jcly+0=
</data>
</dict>
<key>Resources/app_update.png</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added Apptics.xcframework/tvos-arm64/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified Apptics.xcframework/tvos-arm64/Apptics.framework/Apptics
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions AppticsApiTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "AppticsApiTracker"
spec.version = "1.0.0"
spec.version = "1.0.0-debug"
spec.summary = "Apptics Remote Config for iOS"
spec.license = { :type => "MIT", :text=> <<-LICENSE
MIT License
Expand Down Expand Up @@ -44,9 +44,9 @@ spec.requires_arc = true

spec.subspec 'ApiTracker' do |at|
at.vendored_frameworks = 'AppticsApiTracker.xcframework'
at.ios.dependency 'Apptics/Core', "#{spec.version}"
at.tvos.dependency 'Apptics/Core', "#{spec.version}"
at.osx.dependency 'Apptics/Core', "#{spec.version}"
at.ios.dependency 'Apptics-SDK/Core', "#{spec.version}"
at.tvos.dependency 'Apptics-SDK/Core', "#{spec.version}"
at.osx.dependency 'Apptics-SDK/Core', "#{spec.version}"
end

end
Expand Down
Loading

0 comments on commit 4e06cbf

Please sign in to comment.