Skip to content

Commit

Permalink
Project Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaro Oliveira committed Jun 30, 2017
1 parent 18c8ca4 commit 90fc3d6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
5 changes: 3 additions & 2 deletions PhoneNumberKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
};
3424186D1BB6E5A000EE70E7 = {
CreatedOnToolsVersion = 7.0;
DevelopmentTeam = AH9PF7YY44;
LastSwiftMigration = 0800;
};
C6DF6C4A1D1B09CF00259F4B = {
Expand Down Expand Up @@ -660,7 +661,6 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PhoneNumberKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.roymarmelstein.PhoneNumberKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -681,7 +681,6 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PhoneNumberKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.roymarmelstein.PhoneNumberKit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -693,6 +692,7 @@
3424187C1BB6E5A000EE70E7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = AH9PF7YY44;
INFOPLIST_FILE = PhoneNumberKitTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.roymarmelstein.PhoneNumberKitTests;
Expand All @@ -703,6 +703,7 @@
3424187D1BB6E5A000EE70E7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = AH9PF7YY44;
INFOPLIST_FILE = PhoneNumberKitTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.roymarmelstein.PhoneNumberKitTests;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "1C21A6D9CEFDB75F3E7384471E7F3544E86972D3",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"11AAF2C1CE6B7CF58F4C85973DD8712E66ED817F" : 9223372036854775807,
"1C21A6D9CEFDB75F3E7384471E7F3544E86972D3" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "C095AD6E-651B-432F-A9EA-E1CC3379619F",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"11AAF2C1CE6B7CF58F4C85973DD8712E66ED817F" : "..",
"1C21A6D9CEFDB75F3E7384471E7F3544E86972D3" : "PhoneNumberKit\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "PhoneNumberKit",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PhoneNumberKit.xcodeproj",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/vanics\/Flashh.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "11AAF2C1CE6B7CF58F4C85973DD8712E66ED817F"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/vanics\/PhoneNumberKit.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "1C21A6D9CEFDB75F3E7384471E7F3544E86972D3"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 90fc3d6

Please sign in to comment.