Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
# install cargo-lipo
cargo install cargo-lipo
# install rust-bitcode
wget https://github.com/getditto/rust-bitcode/releases/download/v1.40.0/rust-ios-arm64-1.40.0.zip
unzip rust-ios-arm64-1.40.0.zip
cd rust-ios-arm64-1.40.0
wget https://github.com/getditto/rust-bitcode/releases/download/v1.57.0/rust-ios-arm64-1.57.0.zip
unzip rust-ios-arm64-1.57.0.zip
cd rust-ios-arm64-1.57.0
./install.sh
cd ..
# lint cocoapod library
Expand Down
127 changes: 85 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions NtgeCore-iOS/Example/NtgeCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,12 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 7LFDZ96332;
LastSwiftMigration = 0900;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 7LFDZ96332;
LastSwiftMigration = 0900;
TestTargetID = 607FACCF1AFB9204008FA782;
};
Expand Down Expand Up @@ -464,6 +466,7 @@
baseConfigurationReference = 9DE684CA1F9169D76BF08CDB /* Pods-NtgeCore_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 7LFDZ96332;
INFOPLIST_FILE = NtgeCore/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -480,6 +483,7 @@
baseConfigurationReference = A0A1BACC96F5099454026EC8 /* Pods-NtgeCore_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 7LFDZ96332;
INFOPLIST_FILE = NtgeCore/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -495,6 +499,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 98091DD09C8FB2EAF1AF3E73 /* Pods-NtgeCore_Tests.debug.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = 7LFDZ96332;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
Expand All @@ -517,6 +522,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 46409C146F8C58792C11F7E3 /* Pods-NtgeCore_Tests.release.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = 7LFDZ96332;
FRAMEWORK_SEARCH_PATHS = (
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion NtgeCore-iOS/Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: a55684a56778f3181680d144b681a2bb28297293

COCOAPODS: 1.9.3
COCOAPODS: 1.11.2
Loading