Commit 1b7ea418 authored by DrashtiPatel's avatar DrashtiPatel

wip for programatically add view in sdk

parent ba13cfa0
...@@ -8,32 +8,32 @@ ...@@ -8,32 +8,32 @@
<key>BinaryPath</key> <key>BinaryPath</key>
<string>ParentAppSDK.framework/ParentAppSDK</string> <string>ParentAppSDK.framework/ParentAppSDK</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>ParentAppSDK.framework</string> <string>ParentAppSDK.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BinaryPath</key> <key>BinaryPath</key>
<string>ParentAppSDK.framework/ParentAppSDK</string> <string>ParentAppSDK.framework/ParentAppSDK</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>ParentAppSDK.framework</string> <string>ParentAppSDK.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data> <data>
qSb70OCyf9YOoN87X1eBxakyktA= OLFyFRW6K/GMobM5w4cEnZ894yI=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data> <data>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data> <data>
zWF3hguKvsFRbTY1oc3Qsz0pTWo= nkfVmeNKNj5KsDUuqhKxc2M2tDU=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
1LnyQQ5GXjVWs4nBs8oKD/mRTot/aQMmIlfRScd3tic= dQjiVjQN5OhrSsQMVSsWesx0NSlbvlvuukIf1aYsOcQ=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
FhNUtBF7Jq5yKui0+Fp4ZiW+Sts/EE/xy01VM7lfNA8= 7QcMgFvrEdU6+B2+RKRbECeXy05T4EV2MBtAJzYtvcA=
</data> </data>
</dict> </dict>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment