Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • mobile/ios/elixxir-dapps-sdk-swift
1 result
Select Git revision
Show changes
Commits on Source (4)
Showing
with 17 additions and 11 deletions
......@@ -165,7 +165,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
......@@ -228,7 +228,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
......
https://git.xx.network/elixxir/client/-/commit/ee33ed9826b81d959912d31778f21ec2c8338d8d
https://git.xx.network/elixxir/client/-/commit/61bb833f4f05945495cf84bad897069235924f91
go version go1.19.4 darwin/arm64
Xcode 14.2 Build version 14C18
gomobile bind target: ios,iossimulator,macos
......@@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>Bindings.framework</string>
<key>SupportedArchitectures</key>
......@@ -15,34 +15,34 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Bindings.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Bindings.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>
......
No preview for this file type
......@@ -1007,6 +1007,8 @@ StopNetworkFollower.
* RemoveHealthCallback removes a health callback using its registration ID.
*/
- (void)removeHealthCallback:(int64_t)funcID;
// skipped method Cmix.SetTrackNetworkPeriod with unsupported parameter or return types
/**
* StartNetworkFollower kicks off the tracking of the network. It starts long-
running network threads and returns an object for checking state and
......
......@@ -1007,6 +1007,8 @@ StopNetworkFollower.
* RemoveHealthCallback removes a health callback using its registration ID.
*/
- (void)removeHealthCallback:(int64_t)funcID;
// skipped method Cmix.SetTrackNetworkPeriod with unsupported parameter or return types
/**
* StartNetworkFollower kicks off the tracking of the network. It starts long-
running network threads and returns an object for checking state and
......
......@@ -1007,6 +1007,8 @@ StopNetworkFollower.
* RemoveHealthCallback removes a health callback using its registration ID.
*/
- (void)removeHealthCallback:(int64_t)funcID;
// skipped method Cmix.SetTrackNetworkPeriod with unsupported parameter or return types
/**
* StartNetworkFollower kicks off the tracking of the network. It starts long-
running network threads and returns an object for checking state and
......