Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeongukjo committed Apr 23, 2024
1 parent 54053c1 commit 834a2be
Show file tree
Hide file tree
Showing 43 changed files with 58 additions and 13 deletions.
16 changes: 9 additions & 7 deletions framework/NMapsGeometry.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>NMapsGeometry.framework/NMapsGeometry</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>NMapsGeometry.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>NMapsGeometry.framework/NMapsGeometry</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>NMapsGeometry.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module NMapsGeometry {
umbrella header "NMapsGeometry.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>
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
@@ -1,6 +1,6 @@
framework module NMapsGeometry {
umbrella header "NMapsGeometry.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,15 @@
</data>
<key>Info.plist</key>
<data>
qidTtwO/IWWZXkXxN/OtenPSXE8=
tuLLneVdvRodOEuNtiZjUPCm9J0=
</data>
<key>Modules/module.modulemap</key>
<data>
hL2p0qf0W2W9ZCFpUFyhKF8oIFg=
6SL9QaivXM42uinByNENjssqbYk=
</data>
<key>PrivacyInfo.xcprivacy</key>
<data>
ucg9pita0v8d353x3NuGfxweQYU=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -244,11 +248,22 @@
<dict>
<key>hash</key>
<data>
hL2p0qf0W2W9ZCFpUFyhKF8oIFg=
6SL9QaivXM42uinByNENjssqbYk=
</data>
<key>hash2</key>
<data>
9A/6nuv6fPByF7uOkgI6G/HZs5ZzD+Iyqm4JTdUDTws=
</data>
</dict>
<key>PrivacyInfo.xcprivacy</key>
<dict>
<key>hash</key>
<data>
ucg9pita0v8d353x3NuGfxweQYU=
</data>
<key>hash2</key>
<data>
2XbZXLQy7ciILbhi6e8AdtbZ9Kj0oHo/PUujlJ2+kEk=
Uh6274Qwdz5cAQ4YOP6d2PpdYre3bRzqjX2NqtyxROI=
</data>
</dict>
</dict>
Expand Down

0 comments on commit 834a2be

Please sign in to comment.