Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmartinelli committed Apr 4, 2015
2 parents f2092fd + 2b1d431 commit 18e4706
Show file tree
Hide file tree
Showing 25 changed files with 562 additions and 577 deletions.
20 changes: 20 additions & 0 deletions AlecrimCoreData.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|

s.name = "AlecrimCoreData"
s.version = "2.1"
s.summary = "A framework to easily access CoreData objects in Swift."
s.homepage = "https://github.com/Alecrim/AlecrimCoreData"

s.license = "MIT"

s.author = { "Vanderlei Martinelli" => "[email protected]" }
s.social_media_url = "https://twitter.com/vmartinelli"

s.ios.deployment_target = "8.2"
s.osx.deployment_target = "10.10"

s.source = { :git => "https://github.com/Alecrim/AlecrimCoreData.git", :tag => s.version }

s.source_files = "Source/**/*.swift"

end
87 changes: 59 additions & 28 deletions Examples/OS X/AlecrimCoreDataExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,63 @@
/* Begin PBXBuildFile section */
14403DC41A2CBA1E0021935A /* DataContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14403DC21A2CBA1E0021935A /* DataContext.swift */; };
14403DC51A2CBA1E0021935A /* EventEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14403DC31A2CBA1E0021935A /* EventEntity.swift */; };
14C14C171AD06F7D00F91330 /* AlecrimCoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14C14C111AD06F4400F91330 /* AlecrimCoreData.framework */; };
14C14C181AD06F7D00F91330 /* AlecrimCoreData.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 14C14C111AD06F4400F91330 /* AlecrimCoreData.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
14CF9DCF1A2C932200B64A45 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14CF9DCE1A2C932200B64A45 /* AppDelegate.swift */; };
14CF9DD11A2C932200B64A45 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14CF9DD01A2C932200B64A45 /* ViewController.swift */; };
14CF9DD41A2C932200B64A45 /* AlecrimCoreDataExample.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 14CF9DD21A2C932200B64A45 /* AlecrimCoreDataExample.xcdatamodeld */; };
14CF9DD61A2C932300B64A45 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14CF9DD51A2C932300B64A45 /* Images.xcassets */; };
14D7BB9F1A2C97F50045897C /* AlecrimCoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14D7BB9E1A2C97E60045897C /* AlecrimCoreData.framework */; };
14F1D3251A2D3401002437C0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14F1D3231A2D3401002437C0 /* Main.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
14D7BB9D1A2C97E60045897C /* PBXContainerItemProxy */ = {
14C14C0E1AD06F4400F91330 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 14D7BB991A2C97E60045897C /* AlecrimCoreData.xcodeproj */;
containerPortal = 14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 14CF9DF81A2C941000B64A45;
remoteInfo = AlecrimCoreData;
remoteGlobalIDString = 14FB83461A2BC1AC00FCBD7C;
remoteInfo = "AlecrimCoreData iOS";
};
14D7BBA01A2C98030045897C /* PBXContainerItemProxy */ = {
14C14C101AD06F4400F91330 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 14D7BB991A2C97E60045897C /* AlecrimCoreData.xcodeproj */;
containerPortal = 14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 1484415F1AD063B100057577;
remoteInfo = "AlecrimCoreData OS X";
};
14C14C191AD06F7D00F91330 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 14CF9DF71A2C941000B64A45;
remoteInfo = AlecrimCoreData;
remoteGlobalIDString = 1484415E1AD063B100057577;
remoteInfo = "AlecrimCoreData OS X";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
14C14C1B1AD06F7D00F91330 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
14C14C181AD06F7D00F91330 /* AlecrimCoreData.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
14403DC21A2CBA1E0021935A /* DataContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataContext.swift; sourceTree = "<group>"; };
14403DC31A2CBA1E0021935A /* EventEntity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventEntity.swift; sourceTree = "<group>"; };
14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AlecrimCoreData.xcodeproj; path = ../../Source/AlecrimCoreData.xcodeproj; sourceTree = "<group>"; };
14CF9DC91A2C932200B64A45 /* AlecrimCoreDataExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlecrimCoreDataExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
14CF9DCD1A2C932200B64A45 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
14CF9DCE1A2C932200B64A45 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
14CF9DD01A2C932200B64A45 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
14CF9DD31A2C932200B64A45 /* AlecrimCoreDataExample.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AlecrimCoreDataExample.xcdatamodel; sourceTree = "<group>"; };
14CF9DD51A2C932300B64A45 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
14D7BB991A2C97E60045897C /* AlecrimCoreData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AlecrimCoreData.xcodeproj; path = "../../Source/OS X/AlecrimCoreData.xcodeproj"; sourceTree = "<group>"; };
14F1D3241A2D3401002437C0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -52,13 +74,22 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
14D7BB9F1A2C97F50045897C /* AlecrimCoreData.framework in Frameworks */,
14C14C171AD06F7D00F91330 /* AlecrimCoreData.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
14C14C0A1AD06F4400F91330 /* Products */ = {
isa = PBXGroup;
children = (
14C14C0F1AD06F4400F91330 /* AlecrimCoreData.framework */,
14C14C111AD06F4400F91330 /* AlecrimCoreData.framework */,
);
name = Products;
sourceTree = "<group>";
};
14CF9DC01A2C932200B64A45 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -102,19 +133,11 @@
14D7BB981A2C97C80045897C /* Dependencies */ = {
isa = PBXGroup;
children = (
14D7BB991A2C97E60045897C /* AlecrimCoreData.xcodeproj */,
14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */,
);
name = Dependencies;
sourceTree = "<group>";
};
14D7BB9A1A2C97E60045897C /* Products */ = {
isa = PBXGroup;
children = (
14D7BB9E1A2C97E60045897C /* AlecrimCoreData.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -125,11 +148,12 @@
14CF9DC51A2C932200B64A45 /* Sources */,
14CF9DC61A2C932200B64A45 /* Frameworks */,
14CF9DC71A2C932200B64A45 /* Resources */,
14C14C1B1AD06F7D00F91330 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
14D7BBA11A2C98030045897C /* PBXTargetDependency */,
14C14C1A1AD06F7D00F91330 /* PBXTargetDependency */,
);
name = AlecrimCoreDataExample;
productName = AlecrimCoreDataExample;
Expand Down Expand Up @@ -163,8 +187,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = 14D7BB9A1A2C97E60045897C /* Products */;
ProjectRef = 14D7BB991A2C97E60045897C /* AlecrimCoreData.xcodeproj */;
ProductGroup = 14C14C0A1AD06F4400F91330 /* Products */;
ProjectRef = 14C14C091AD06F4400F91330 /* AlecrimCoreData.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -175,11 +199,18 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
14D7BB9E1A2C97E60045897C /* AlecrimCoreData.framework */ = {
14C14C0F1AD06F4400F91330 /* AlecrimCoreData.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlecrimCoreData.framework;
remoteRef = 14C14C0E1AD06F4400F91330 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
14C14C111AD06F4400F91330 /* AlecrimCoreData.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlecrimCoreData.framework;
remoteRef = 14D7BB9D1A2C97E60045897C /* PBXContainerItemProxy */;
remoteRef = 14C14C101AD06F4400F91330 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down Expand Up @@ -212,10 +243,10 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
14D7BBA11A2C98030045897C /* PBXTargetDependency */ = {
14C14C1A1AD06F7D00F91330 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = AlecrimCoreData;
targetProxy = 14D7BBA01A2C98030045897C /* PBXContainerItemProxy */;
name = "AlecrimCoreData OS X";
targetProxy = 14C14C191AD06F7D00F91330 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

Expand Down
2 changes: 1 addition & 1 deletion Examples/OS X/AlecrimCoreDataExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
79 changes: 56 additions & 23 deletions Examples/iOS/AlecrimCoreDataExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,50 @@
1448270A1A2BE7B000DA53F5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 144827081A2BE7B000DA53F5 /* Main.storyboard */; };
1448270C1A2BE7B000DA53F5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1448270B1A2BE7B000DA53F5 /* Images.xcassets */; };
1448270F1A2BE7B000DA53F5 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1448270D1A2BE7B000DA53F5 /* LaunchScreen.xib */; };
1448272A1A2BE90F00DA53F5 /* AlecrimCoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 144827291A2BE8ED00DA53F5 /* AlecrimCoreData.framework */; };
1448272F1A2BE98A00DA53F5 /* EventEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1448272E1A2BE98A00DA53F5 /* EventEntity.swift */; };
144827311A2BE9A400DA53F5 /* DataContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144827301A2BE9A400DA53F5 /* DataContext.swift */; };
148441831AD0661900057577 /* AlecrimCoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1484417F1AD0659800057577 /* AlecrimCoreData.framework */; };
148441851AD0663C00057577 /* AlecrimCoreData.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1484417F1AD0659800057577 /* AlecrimCoreData.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
144827281A2BE8ED00DA53F5 /* PBXContainerItemProxy */ = {
1484417E1AD0659800057577 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 144827241A2BE8EC00DA53F5 /* AlecrimCoreData.xcodeproj */;
containerPortal = 148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 14FB83461A2BC1AC00FCBD7C;
remoteInfo = AlecrimCoreData;
remoteInfo = "AlecrimCoreData iOS";
};
1448272B1A2BE91A00DA53F5 /* PBXContainerItemProxy */ = {
148441801AD0659800057577 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 144827241A2BE8EC00DA53F5 /* AlecrimCoreData.xcodeproj */;
containerPortal = 148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 1484415F1AD063B100057577;
remoteInfo = "AlecrimCoreData OS X";
};
148441861AD0663C00057577 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 14FB83451A2BC1AC00FCBD7C;
remoteInfo = AlecrimCoreData;
remoteInfo = "AlecrimCoreData iOS";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
148441881AD0663C00057577 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
148441851AD0663C00057577 /* AlecrimCoreData.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
144826FA1A2BE7B000DA53F5 /* AlecrimCoreDataExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AlecrimCoreDataExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
144826FE1A2BE7B000DA53F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -46,17 +68,17 @@
144827091A2BE7B000DA53F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
1448270B1A2BE7B000DA53F5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
1448270E1A2BE7B000DA53F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
144827241A2BE8EC00DA53F5 /* AlecrimCoreData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AlecrimCoreData.xcodeproj; path = ../../Source/iOS/AlecrimCoreData.xcodeproj; sourceTree = "<group>"; };
1448272E1A2BE98A00DA53F5 /* EventEntity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventEntity.swift; sourceTree = "<group>"; };
144827301A2BE9A400DA53F5 /* DataContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataContext.swift; sourceTree = "<group>"; };
148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AlecrimCoreData.xcodeproj; path = ../../Source/AlecrimCoreData.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
144826F71A2BE7B000DA53F5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1448272A1A2BE90F00DA53F5 /* AlecrimCoreData.framework in Frameworks */,
148441831AD0661900057577 /* AlecrimCoreData.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -105,20 +127,21 @@
name = "Supporting Files";
sourceTree = "<group>";
};
144827251A2BE8EC00DA53F5 /* Products */ = {
1448272D1A2BE93700DA53F5 /* Dependencies */ = {
isa = PBXGroup;
children = (
144827291A2BE8ED00DA53F5 /* AlecrimCoreData.framework */,
148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */,
);
name = Products;
name = Dependencies;
sourceTree = "<group>";
};
1448272D1A2BE93700DA53F5 /* Dependencies */ = {
1484417A1AD0659700057577 /* Products */ = {
isa = PBXGroup;
children = (
144827241A2BE8EC00DA53F5 /* AlecrimCoreData.xcodeproj */,
1484417F1AD0659800057577 /* AlecrimCoreData.framework */,
148441811AD0659800057577 /* AlecrimCoreData.framework */,
);
name = Dependencies;
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -131,11 +154,12 @@
144826F61A2BE7B000DA53F5 /* Sources */,
144826F71A2BE7B000DA53F5 /* Frameworks */,
144826F81A2BE7B000DA53F5 /* Resources */,
148441881AD0663C00057577 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
1448272C1A2BE91A00DA53F5 /* PBXTargetDependency */,
148441871AD0663C00057577 /* PBXTargetDependency */,
);
name = AlecrimCoreDataExample;
productName = AlecrimCoreDataExample;
Expand Down Expand Up @@ -169,8 +193,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = 144827251A2BE8EC00DA53F5 /* Products */;
ProjectRef = 144827241A2BE8EC00DA53F5 /* AlecrimCoreData.xcodeproj */;
ProductGroup = 1484417A1AD0659700057577 /* Products */;
ProjectRef = 148441791AD0659700057577 /* AlecrimCoreData.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -181,11 +205,18 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
144827291A2BE8ED00DA53F5 /* AlecrimCoreData.framework */ = {
1484417F1AD0659800057577 /* AlecrimCoreData.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlecrimCoreData.framework;
remoteRef = 1484417E1AD0659800057577 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
148441811AD0659800057577 /* AlecrimCoreData.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlecrimCoreData.framework;
remoteRef = 144827281A2BE8ED00DA53F5 /* PBXContainerItemProxy */;
remoteRef = 148441801AD0659800057577 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down Expand Up @@ -220,10 +251,10 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
1448272C1A2BE91A00DA53F5 /* PBXTargetDependency */ = {
148441871AD0663C00057577 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = AlecrimCoreData;
targetProxy = 1448272B1A2BE91A00DA53F5 /* PBXContainerItemProxy */;
name = "AlecrimCoreData iOS";
targetProxy = 148441861AD0663C00057577 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

Expand Down Expand Up @@ -330,6 +361,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = AlecrimCoreDataExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -340,6 +372,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = AlecrimCoreDataExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Examples/iOS/AlecrimCoreDataExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Loading

0 comments on commit 18e4706

Please sign in to comment.