Skip to content

Commit

Permalink
Use digidocpp.framework
Browse files Browse the repository at this point in the history
MOPPIOS-1237

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Feb 2, 2024
1 parent 06eb5ed commit c838fbf
Show file tree
Hide file tree
Showing 95 changed files with 134 additions and 179 deletions.
32 changes: 18 additions & 14 deletions MoppApp/MoppApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
39CDA7EA20ADBCEC006E2E9F /* Crypto.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 39CDA7E920ADBCEB006E2E9F /* Crypto.storyboard */; };
39CDA7EE20ADBE93006E2E9F /* CryptoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39CDA7ED20ADBE93006E2E9F /* CryptoViewController.swift */; };
39F8EFE720D263B5001BCF73 /* TokenFlow.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 39F8EFE620D263B5001BCF73 /* TokenFlow.storyboard */; };
4E167D872B6D346F001B74A1 /* digidocpp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E167D862B6D346F001B74A1 /* digidocpp.framework */; };
4E167D882B6D346F001B74A1 /* digidocpp.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4E167D862B6D346F001B74A1 /* digidocpp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4E59080024B0F914001B23A6 /* SmartIDEditViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E5907FF24B0F914001B23A6 /* SmartIDEditViewController.swift */; };
4E59080224B258C7001B23A6 /* SmartIDChallengeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E59080124B258C6001B23A6 /* SmartIDChallengeViewController.swift */; };
4E59080424B2E295001B23A6 /* SmartIDSignature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E59080324B2E295001B23A6 /* SmartIDSignature.swift */; };
Expand Down Expand Up @@ -336,6 +338,7 @@
files = (
E4250D071E0A911100530370 /* MoppLib.framework in Embed Frameworks */,
393B66E920DB9C19001DC89B /* CryptoLib.framework in Embed Frameworks */,
4E167D882B6D346F001B74A1 /* digidocpp.framework in Embed Frameworks */,
DF3D29D023F6B3CF007181B8 /* SkSigningLib.framework in Embed Frameworks */,
DF1503A92AC5D1DB007222B2 /* SwiftyRSA in Embed Frameworks */,
393B66E320DB94CD001DC89B /* cdoc.framework in Embed Frameworks */,
Expand Down Expand Up @@ -365,6 +368,7 @@
39CDA7E920ADBCEB006E2E9F /* Crypto.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Crypto.storyboard; sourceTree = "<group>"; };
39CDA7ED20ADBE93006E2E9F /* CryptoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoViewController.swift; sourceTree = "<group>"; };
39F8EFE620D263B5001BCF73 /* TokenFlow.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TokenFlow.storyboard; sourceTree = "<group>"; };
4E167D862B6D346F001B74A1 /* digidocpp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = digidocpp.framework; path = "${DIGIDOCPP_PATH}/lib/digidocpp.framework"; sourceTree = "<absolute>"; };
4E5907FF24B0F914001B23A6 /* SmartIDEditViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmartIDEditViewController.swift; sourceTree = "<group>"; };
4E59080124B258C6001B23A6 /* SmartIDChallengeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmartIDChallengeViewController.swift; sourceTree = "<group>"; };
4E59080324B2E295001B23A6 /* SmartIDSignature.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmartIDSignature.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -631,6 +635,7 @@
files = (
C55BB1CC2091BD2000618AC4 /* WebKit.framework in Frameworks */,
DF3D29CF23F6B3CF007181B8 /* SkSigningLib.framework in Frameworks */,
4E167D872B6D346F001B74A1 /* digidocpp.framework in Frameworks */,
DF1503A42AC5D163007222B2 /* ASN1Decoder in Frameworks */,
DF1503A62AC5D1B9007222B2 /* FirebaseCrashlytics in Frameworks */,
E4250D061E0A911100530370 /* MoppLib.framework in Frameworks */,
Expand Down Expand Up @@ -718,7 +723,6 @@
54A418341E83FB1100559E2B /* shareExtension.entitlements */,
54A418291E83FAD200559E2B /* MainInterface.storyboard */,
54A4182C1E83FAD200559E2B /* Info.plist */,
C51B7FB01FBB12E70046D6E0 /* shareExtension-Bridging-Header.h */,
);
path = shareExtension;
sourceTree = "<group>";
Expand Down Expand Up @@ -1223,6 +1227,7 @@
DF1503942AC5D011007222B2 /* CryptoLib.xcodeproj */,
DF1503882AC5CFFA007222B2 /* MoppLib.xcodeproj */,
393B66E120DB94CD001DC89B /* cdoc.framework */,
4E167D862B6D346F001B74A1 /* digidocpp.framework */,
DF13562F290201A100F61823 /* ExternalAccessory.framework */,
39852A6120AB2949004CB100 /* CryptoLib.framework */,
C55BB1CB2091BD2000618AC4 /* WebKit.framework */,
Expand Down Expand Up @@ -1823,11 +1828,7 @@
PROVISIONING_PROFILE = $SHARE_EXTENSION_PROVISIONING_PROFILE;
PROVISIONING_PROFILE_SPECIFIER = $SHARE_EXTENSION_PROVISIONING_PROFILE;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "shareExtension/shareExtension-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_WORKSPACE = YES;
};
name = Debug;
};
Expand Down Expand Up @@ -1856,10 +1857,7 @@
PROVISIONING_PROFILE = $SHARE_EXTENSION_PROVISIONING_PROFILE;
PROVISIONING_PROFILE_SPECIFIER = $SHARE_EXTENSION_PROVISIONING_PROFILE;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "shareExtension/shareExtension-Bridging-Header.h";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_WORKSPACE = YES;
};
name = Release;
};
Expand Down Expand Up @@ -1920,7 +1918,6 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1975,7 +1972,6 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand All @@ -1995,7 +1991,12 @@
DEFAULT_CENTRAL_CONFIGURATION_URL = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ET847QJV9F;
ENABLE_BITCODE = NO;
DIGIDOCPP_PATH = "$(SRCROOT)/../MoppLib/MoppLib/libdigidocpp/libdigidocpp.iphoneos";
"DIGIDOCPP_PATH[sdk=iphonesimulator*]" = "$(SRCROOT)/../MoppLib/MoppLib/libdigidocpp/libdigidocpp.iphonesimulator";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(DIGIDOCPP_PATH)/lib",
);
GCC_PREFIX_HEADER = MoppApp/PrefixHeader.pch;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand Down Expand Up @@ -2023,7 +2024,6 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_WORKSPACE = YES;
};
name = Debug;
};
Expand All @@ -2041,7 +2041,12 @@
DEFAULT_CENTRAL_CONFIGURATION_URL = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = ET847QJV9F;
ENABLE_BITCODE = NO;
DIGIDOCPP_PATH = "$(SRCROOT)/../MoppLib/MoppLib/libdigidocpp/libdigidocpp.iphoneos";
"DIGIDOCPP_PATH[sdk=iphonesimulator*]" = "$(SRCROOT)/../MoppLib/MoppLib/libdigidocpp/libdigidocpp.iphonesimulator";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(DIGIDOCPP_PATH)/lib",
);
GCC_PREFIX_HEADER = MoppApp/PrefixHeader.pch;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand All @@ -2068,7 +2073,6 @@
SWIFT_OBJC_BRIDGING_HEADER = "MoppApp/MoppApp-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_WORKSPACE = YES;
};
name = Release;
};
Expand Down
4 changes: 0 additions & 4 deletions MoppApp/shareExtension/shareExtension-Bridging-Header.h

This file was deleted.

Loading

0 comments on commit c838fbf

Please sign in to comment.