File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ wg-go-framework: wg-go-iphoneos wg-go-iphonesimulator
1313 cp Sources/WireGuardKitGo/out/$$id/libwg-go.a Sources/WireGuardKitGo/out/$$id/WireGuardKitGo.framework/WireGuardKitGo ; \
1414 cp -R Sources/WireGuardKitGo/.tmp/Headers Sources/WireGuardKitGo/out/$$id/WireGuardKitGo.framework ; \
1515 cp -R Sources/WireGuardKitGo/.tmp/Modules Sources/WireGuardKitGo/out/$$id/WireGuardKitGo.framework ; \
16+ cp Sources/WireGuardKitGo/Info.plist Sources/WireGuardKitGo/out/$$id/WireGuardKitGo.framework ; \
1617 done
1718
1819 xcodebuild -create-xcframework \
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >BuildMachineOSBuild </key >
6+ <string >23D60 </string >
7+ <key >CFBundleDevelopmentRegion </key >
8+ <string >en </string >
9+ <key >CFBundleExecutable </key >
10+ <string >WireGuardKitGo </string >
11+ <key >CFBundleIdentifier </key >
12+ <string >com.opera.WireGuardKitGo </string >
13+ <key >CFBundleInfoDictionaryVersion </key >
14+ <string >6.0 </string >
15+ <key >CFBundleName </key >
16+ <string >WireGuardKitGo </string >
17+ <key >CFBundlePackageType </key >
18+ <string >FMWK </string >
19+ <key >CFBundleShortVersionString </key >
20+ <string >1.0 </string >
21+ <key >CFBundleSupportedPlatforms </key >
22+ <array >
23+ <string >iOS </string >
24+ </array >
25+ <key >CFBundleVersion </key >
26+ <string >1 </string >
27+ </dict >
28+ </plist >
You can’t perform that action at this time.
0 commit comments