Skip to content

Commit 0d2fab0

Browse files
authored
Merge pull request #3 from bielikb/feature/update_project_structure
Feature/update project structure
2 parents 69774f7 + 8c6152c commit 0d2fab0

File tree

45 files changed

+183
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+183
-125
lines changed

DynamicFramework/DynamicFramework.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
};
392392
21D7120422C1762800D62E4E /* Release */ = {
393393
isa = XCBuildConfiguration;
394+
baseConfigurationReference = 21EB00D822E45FD200AD9B3F /* XCFrameworks.xcconfig */;
394395
buildSettings = {
395396
CLANG_ENABLE_MODULES = YES;
396397
CODE_SIGN_STYLE = Manual;
@@ -437,6 +438,7 @@
437438
};
438439
21D7120722C1762800D62E4E /* Release */ = {
439440
isa = XCBuildConfiguration;
441+
baseConfigurationReference = 21EB00D822E45FD200AD9B3F /* XCFrameworks.xcconfig */;
440442
buildSettings = {
441443
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
442444
CODE_SIGN_STYLE = Automatic;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
BCSymbolMap Version: 2.0
2+
_$s16DynamicFrameworkMXM
3+
_$s16DynamicFrameworkAACML
4+
_$s16DynamicFrameworkAACMf
5+
_symbolic _____ 16DynamicFrameworkAAC
6+
_$s16DynamicFrameworkAACMF
7+
___swift_reflection_version
8+
_objc_classes
9+
Apple clang version 11.0.0 (clang-1100.0.32.1)
10+
<swift-imported-modules>
11+
/Users/borisbielik/Documents/xcframeworks/DynamicFramework
12+
Apple Swift version 5.1 (swiftlang-1100.0.266.1 clang-1100.0.32.1)
13+
/Users/borisbielik/Documents/xcframeworks/DynamicFramework/DynamicFramework/Sum.swift
14+
deinit
15+
sum
16+
init
17+
$s16DynamicFrameworkAACMa
18+
<compiler-generated>
19+
Apple clang version 11.0.0 (clang-1100.0.32.5)
20+
/Users/borisbielik/Library/Developer/Xcode/DerivedData/XCFrameworks-hcnkbhnavsgwsddycijaexuvjrdc/Build/Intermediates.noindex/ArchiveIntermediates/DynamicFramework/IntermediateBuildFilesPath/DynamicFramework.build/Release-iphoneos/DynamicFramework.build/DerivedSources/DynamicFramework_vers.c
21+
_$s7PackageMXM
22+
_$s7PackageAAVMf
23+
_symbolic _____ 7PackageAAV
24+
_$s7PackageAAVMF
25+
/Users/borisbielik/Documents/xcframeworks/Package
26+
/Users/borisbielik/Documents/xcframeworks/Package/Sources/Package/Package.swift
27+
$s7PackageAAVMa

Products/archives/DynamicFramework-DEVICE.xcarchive/BCSymbolMaps/E10CC35F-B495-333C-AA39-8363BE176AF5.bcsymbolmap

Lines changed: 0 additions & 27 deletions
This file was deleted.

Products/archives/DynamicFramework-DEVICE.xcarchive/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>ArchiveVersion</key>
66
<integer>2</integer>
77
<key>CreationDate</key>
8-
<date>2019-08-04T14:41:34Z</date>
8+
<date>2019-08-06T23:05:39Z</date>
99
<key>Name</key>
1010
<string>DynamicFramework</string>
1111
<key>SchemeName</key>

Products/archives/DynamicFramework-MAC.xcarchive/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>ArchiveVersion</key>
66
<integer>2</integer>
77
<key>CreationDate</key>
8-
<date>2019-08-04T14:41:37Z</date>
8+
<date>2019-08-06T23:05:42Z</date>
99
<key>Name</key>
1010
<string>DynamicFramework</string>
1111
<key>SchemeName</key>

0 commit comments

Comments
 (0)