Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PoissonBallon committed Oct 4, 2018
1 parent 9338c98 commit b91970d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Example/EasyRealm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 0820;
ProvisioningStyle = Manual;
};
607FACE41AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
Expand Down Expand Up @@ -497,11 +498,14 @@
baseConfigurationReference = ED34CAE00F1E0583F8416DB8 /* Pods-EasyRealm_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = EasyRealm/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
};
name = Debug;
Expand All @@ -511,11 +515,14 @@
baseConfigurationReference = 061E59C21F2F2720DFCDC799 /* Pods-EasyRealm_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = EasyRealm/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
};
name = Release;
Expand Down
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_frameworks!
platform :ios, '10.0'

target 'EasyRealm_Example' do
pod 'EasyRealm', :path => '../'
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ SPEC CHECKSUMS:
Realm: 85ab9e4f779d66f6e9ffeb118dc25b7f130c96ac
RealmSwift: 69121c8b86d0ae005fb779efdb10e606732e1c74

PODFILE CHECKSUM: 75271464d388777fdf0703576b224eaba6178765
PODFILE CHECKSUM: 73d2683af2c7ac771647afb875fecd5c780c7a9f

COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ EasyRealm is a micro-framework (less than 200 LOC) that helps you use Realm.
| Swift | Realm | EasyRealm |
|-----------|-----------|-----------|
| 3.0 | >= 2.4 | 2.0.1 |
| 3.2 / 4.0 | >= 3.0.0 | >= 3.0.0 |
| 4.2 | >= 3.10.0 | >= 3.2.0 |
| 3.2 / 4.0 | >= 3.1.0 | >= 3.0.0 |
| 4.2 | >= 3.10.0 | >= 3.3.0 |

## Keys Features

Expand Down

0 comments on commit b91970d

Please sign in to comment.