Skip to content

Commit

Permalink
Adde support for swift 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipraba committed Sep 24, 2016
1 parent 20b82ca commit 9227e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ xcuserdata/
*.ipa
*.dSYM.zip
*.dSYM
*.DS_Store

## Playgrounds
timeline.xctimeline
Expand Down
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions Contacts Picker.xcodeproj/project.pbxproj
Expand Up @@ -299,7 +299,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -312,7 +312,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit 9227e82

Please sign in to comment.