Skip to content

Commit

Permalink
Fix appstoreconnect upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Sep 10, 2021
1 parent 65d57a8 commit d33e21d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions Blink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
BDCB718E268E173D007D7047 /* SSH.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07FABB8425C9AEC000E1CC2C /* SSH.framework */; };
BDCB7194268E175A007D7047 /* SSHConfig in Frameworks */ = {isa = PBXBuildFile; productRef = BDCB7193268E175A007D7047 /* SSHConfig */; };
BDF471BA268CD17B00A7A41B /* SSH.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07FABB8425C9AEC000E1CC2C /* SSH.framework */; };
BDF47238268CD50300A7A41B /* SSHConfig in Frameworks */ = {isa = PBXBuildFile; productRef = BDF47237268CD50300A7A41B /* SSHConfig */; };
C94437571D8311960096F84E /* BKResource.m in Sources */ = {isa = PBXBuildFile; fileRef = C94437561D8311960096F84E /* BKResource.m */; };
C94437601D831CD30096F84E /* Themes in Resources */ = {isa = PBXBuildFile; fileRef = C944375F1D831CD30096F84E /* Themes */; };
C94437651D838ABF0096F84E /* Fonts in Resources */ = {isa = PBXBuildFile; fileRef = C94437641D838ABF0096F84E /* Fonts */; };
Expand Down Expand Up @@ -236,7 +235,6 @@
D243F17E2602438D00097A2F /* XCTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2EC7B4B25DBC922008B6B3C /* XCTestCase.swift */; };
D248E67622DDDF130057FE67 /* UIStateRestorable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D248E67522DDDF130057FE67 /* UIStateRestorable.swift */; };
D248E67E22DE14100057FE67 /* SessionParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = D248E67D22DE14100057FE67 /* SessionParams.swift */; };
D248EC562689EAFE009FD817 /* SSHConfig in Frameworks */ = {isa = PBXBuildFile; productRef = D248EC552689EAFE009FD817 /* SSHConfig */; };
D2496F3F20038B3300E75FE9 /* hterm_all.min.js in Resources */ = {isa = PBXBuildFile; fileRef = D2496F3B20038B3300E75FE9 /* hterm_all.min.js */; };
D2496F412003941B00E75FE9 /* term.js in Resources */ = {isa = PBXBuildFile; fileRef = D2496F402003941B00E75FE9 /* term.js */; };
D2499BEC2362EFD40009C701 /* cpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2499BEB2362EFD40009C701 /* cpp.cpp */; };
Expand Down Expand Up @@ -961,7 +959,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BDF47238268CD50300A7A41B /* SSHConfig in Frameworks */,
98E7D0E4263971C000758CF9 /* BlinkFiles.framework in Frameworks */,
BDF471BA268CD17B00A7A41B /* SSH.framework in Frameworks */,
BDCB7184268E160F007D7047 /* BlinkConfig.framework in Frameworks */,
Expand Down Expand Up @@ -1010,7 +1007,6 @@
D2334F0625C1C28F00385378 /* text.xcframework in Frameworks */,
07FABB9925C9AEC100E1CC2C /* SSH.framework in Frameworks */,
D2334EEE25C1C28F00385378 /* awk.xcframework in Frameworks */,
D248EC562689EAFE009FD817 /* SSHConfig in Frameworks */,
BDCB7165268E1577007D7047 /* BlinkConfig.framework in Frameworks */,
D2334EF825C1C28F00385378 /* mosh.xcframework in Frameworks */,
D218076325CD4FDC00B98902 /* LibSSH.xcframework in Frameworks */,
Expand Down Expand Up @@ -1908,7 +1904,6 @@
);
name = BlinkFileProvider;
packageProductDependencies = (
BDF47237268CD50300A7A41B /* SSHConfig */,
);
productName = BlinkFileProvider;
productReference = 98271250262E4BDB00F883FA /* BlinkFileProvider.appex */;
Expand Down Expand Up @@ -2018,7 +2013,6 @@
07FAB90E25C8E94E00E1CC2C /* ArgumentParser */,
D2B9E21D268084E40084B2C4 /* Machines */,
D2B9E221268085050084B2C4 /* BuildCLI */,
D248EC552689EAFE009FD817 /* SSHConfig */,
);
productName = Blink;
productReference = EA0BA18B1C0CC57B00719C1A /* Blink.app */;
Expand Down Expand Up @@ -3124,7 +3118,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 317;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HV2S48975V;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -3142,6 +3136,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 13.90.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Com.CarlosCabanero.BlinkShell.BlinkConfig;
Expand Down Expand Up @@ -3176,7 +3171,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 317;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HV2S48975V;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -3190,6 +3185,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 13.90.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Com.CarlosCabanero.BlinkShell.BlinkConfig;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -3721,14 +3717,6 @@
isa = XCSwiftPackageProductDependency;
productName = SSHConfig;
};
BDF47237268CD50300A7A41B /* SSHConfig */ = {
isa = XCSwiftPackageProductDependency;
productName = SSHConfig;
};
D248EC552689EAFE009FD817 /* SSHConfig */ = {
isa = XCSwiftPackageProductDependency;
productName = SSHConfig;
};
D2B9E21D268084E40084B2C4 /* Machines */ = {
isa = XCSwiftPackageProductDependency;
productName = Machines;
Expand Down
2 changes: 1 addition & 1 deletion BlinkConfig/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit d33e21d

Please sign in to comment.