Skip to content

Commit

Permalink
#36 SPM Conformance support
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Sep 15, 2019
1 parent 2cd9535 commit 1dd1b03
Show file tree
Hide file tree
Showing 31 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Owl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@
641CD9C022789E5300C88886 /* Collection */,
641CD9E622789EA400C88886 /* Shared */,
);
path = Sources;
name = Sources;
path = Sources/Owl;
sourceTree = "<group>";
};
8933C7831EB5B7EB000D00A4 /* Tests */ = {
Expand Down Expand Up @@ -583,11 +584,12 @@
};
52D6D9851BEFF229002C0205 = {
CreatedOnToolsVersion = 7.1;
DevelopmentTeam = GHLS8P2M5V;
LastSwiftMigration = 1020;
};
641CD9EA22789F0C00C88886 = {
CreatedOnToolsVersion = 10.2.1;
DevelopmentTeam = E5DU3FA699;
DevelopmentTeam = GHLS8P2M5V;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -939,6 +941,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = GHLS8P2M5V;
INFOPLIST_FILE = Configs/OwlTests.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Owl.Owl-iOS-Tests";
Expand All @@ -952,6 +955,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = GHLS8P2M5V;
INFOPLIST_FILE = Configs/OwlTests.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Owl.Owl-iOS-Tests";
Expand All @@ -973,7 +977,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = E5DU3FA699;
DEVELOPMENT_TEAM = GHLS8P2M5V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = OwlDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -1000,7 +1004,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = E5DU3FA699;
DEVELOPMENT_TEAM = GHLS8P2M5V;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = OwlDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand Down
2 changes: 1 addition & 1 deletion OwlKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OwlKit"
s.version = "1.0.5"
s.version = "1.1.0"
s.summary = "A declarative type-safe framework for building fast and flexible list with Tables & Collections"
s.description = <<-DESC
Owl offers a data-driven declarative approach for building fast & flexible list in iOS. It supports both UICollectionView & UITableView; UIStackView is on the way!.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1dd1b03

Please sign in to comment.