Skip to content

Commit

Permalink
Fix xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 21, 2016
1 parent bd38599 commit 759de0e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Lock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
5F181CD51C2057920008513E /* A0UserIdentitySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FBAD4D21BE95C5700703DD1 /* A0UserIdentitySpec.m */; };
5F2E38D61C2AE5F0007E71B2 /* A0LockConfigurationSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FBAD4C71BE95C5700703DD1 /* A0LockConfigurationSpec.m */; };
5F2E38D91C2AE9C1007E71B2 /* AppInfo.json in Resources */ = {isa = PBXBuildFile; fileRef = 5F2E38D71C2AE9BB007E71B2 /* AppInfo.json */; };
5F32506A1C874BFE00CCEC55 /* A0FailureAuthenticator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3250681C874BFE00CCEC55 /* A0FailureAuthenticator.h */; };
5F32506B1C874BFE00CCEC55 /* A0FailureAuthenticator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3250681C874BFE00CCEC55 /* A0FailureAuthenticator.h */; };
5F32506C1C874BFE00CCEC55 /* A0FailureAuthenticator.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F3250691C874BFE00CCEC55 /* A0FailureAuthenticator.m */; };
5F32506D1C874BFE00CCEC55 /* A0FailureAuthenticator.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F3250691C874BFE00CCEC55 /* A0FailureAuthenticator.m */; };
5F3250751C87913F00CCEC55 /* OCMockito.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F32506F1C87912700CCEC55 /* OCMockito.framework */; };
5F3250761C87913F00CCEC55 /* OCHamcrest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F3250701C87912700CCEC55 /* OCHamcrest.framework */; };
5F3250771C87914400CCEC55 /* OCMockito.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5F32506F1C87912700CCEC55 /* OCMockito.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand All @@ -24,6 +20,8 @@
5F32507D1C89E09700CCEC55 /* A0KeyUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F32507B1C89E09700CCEC55 /* A0KeyUploader.m */; };
5F6628A71C12062F008D73FC /* A0WebKitViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F6628A51C12062F008D73FC /* A0WebKitViewController.xib */; };
5F6628A81C12062F008D73FC /* A0WebViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F6628A61C12062F008D73FC /* A0WebViewController.xib */; };
5FB6A5EA1CA0357F00DF5078 /* A0FailureAuthenticator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB6A5E81CA0357F00DF5078 /* A0FailureAuthenticator.h */; };
5FB6A5EB1CA0357F00DF5078 /* A0FailureAuthenticator.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FB6A5E91CA0357F00DF5078 /* A0FailureAuthenticator.m */; };
5FBACFF91BE7AF8700703DD1 /* Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FBACFF81BE7AF8700703DD1 /* Lock.h */; settings = {ATTRIBUTES = (Public, ); }; };
5FBAD05B1BE7B23C00703DD1 /* A0APIClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FBAD00E1BE7B22800703DD1 /* A0APIClient.h */; settings = {ATTRIBUTES = (Public, ); }; };
5FBAD05C1BE7B23C00703DD1 /* A0APIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FBAD00F1BE7B22800703DD1 /* A0APIClient.m */; };
Expand Down Expand Up @@ -568,15 +566,15 @@

/* Begin PBXFileReference section */
5F2E38D71C2AE9BB007E71B2 /* AppInfo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = AppInfo.json; sourceTree = "<group>"; };
5F3250681C874BFE00CCEC55 /* A0FailureAuthenticator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = A0FailureAuthenticator.h; sourceTree = "<group>"; };
5F3250691C874BFE00CCEC55 /* A0FailureAuthenticator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = A0FailureAuthenticator.m; sourceTree = "<group>"; };
5F32506F1C87912700CCEC55 /* OCMockito.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCMockito.framework; path = Carthage/Build/iOS/OCMockito.framework; sourceTree = "<group>"; };
5F3250701C87912700CCEC55 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OCHamcrest.framework; path = Carthage/Build/iOS/OCHamcrest.framework; sourceTree = "<group>"; };
5F32507A1C89E09700CCEC55 /* A0KeyUploader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = A0KeyUploader.h; sourceTree = "<group>"; };
5F32507B1C89E09700CCEC55 /* A0KeyUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = A0KeyUploader.m; sourceTree = "<group>"; };
5F6628A51C12062F008D73FC /* A0WebKitViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = A0WebKitViewController.xib; sourceTree = "<group>"; };
5F6628A61C12062F008D73FC /* A0WebViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = A0WebViewController.xib; sourceTree = "<group>"; };
5F6628A91C120F23008D73FC /* Auth0.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Auth0.plist; sourceTree = "<group>"; };
5FB6A5E81CA0357F00DF5078 /* A0FailureAuthenticator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = A0FailureAuthenticator.h; path = Private/A0FailureAuthenticator.h; sourceTree = "<group>"; };
5FB6A5E91CA0357F00DF5078 /* A0FailureAuthenticator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = A0FailureAuthenticator.m; path = Private/A0FailureAuthenticator.m; sourceTree = "<group>"; };
5FBACFF51BE7AF8700703DD1 /* Lock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lock.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5FBACFF81BE7AF8700703DD1 /* Lock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Lock.h; sourceTree = "<group>"; };
5FBACFFA1BE7AF8700703DD1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1247,8 +1245,6 @@
5FBAD0591BE7B22800703DD1 /* NSObject+A0APIClientProvider.h */,
5FBAD05A1BE7B22800703DD1 /* NSObject+A0APIClientProvider.m */,
5FBAD0F41BE7B5CF00703DD1 /* Constants.h */,
5F3250681C874BFE00CCEC55 /* A0FailureAuthenticator.h */,
5F3250691C874BFE00CCEC55 /* A0FailureAuthenticator.m */,
);
path = Private;
sourceTree = "<group>";
Expand Down Expand Up @@ -1291,6 +1287,8 @@
5FBAD0F51BE7B64A00703DD1 /* Provider */ = {
isa = PBXGroup;
children = (
5FB6A5E81CA0357F00DF5078 /* A0FailureAuthenticator.h */,
5FB6A5E91CA0357F00DF5078 /* A0FailureAuthenticator.m */,
5FBAD0F61BE7B64A00703DD1 /* A0AuthenticationProvider.h */,
5FBAD0F71BE7B64A00703DD1 /* A0BaseAuthenticator.h */,
5FBAD0F81BE7B64A00703DD1 /* A0BaseAuthenticator.m */,
Expand Down Expand Up @@ -1986,7 +1984,6 @@
5FBAD1B81BE7B92900703DD1 /* A0FieldValidator.h in Headers */,
5FBAD4231BE7F0AC00703DD1 /* A0TouchIDSignUpViewController.h in Headers */,
5FBAD0681BE7B23C00703DD1 /* A0ConnectionDomainMatcher.h in Headers */,
5F32506A1C874BFE00CCEC55 /* A0FailureAuthenticator.h in Headers */,
5FBAD1B61BE7B92900703DD1 /* A0EmailValidator.h in Headers */,
5FBAD1C91BE7B92900703DD1 /* A0KeyboardHandler.h in Headers */,
5FBAD18D1BE7B92900703DD1 /* A0FullLoginViewController.h in Headers */,
Expand All @@ -2011,6 +2008,7 @@
5FBAD0E11BE7B24600703DD1 /* NSObject+A0APIClientProvider.h in Headers */,
5FBAD0DB1BE7B24600703DD1 /* A0WebAuthentication.h in Headers */,
5FBAD42F1BE7F0CA00703DD1 /* A0CountryCodeTableViewController.h in Headers */,
5FB6A5EA1CA0357F00DF5078 /* A0FailureAuthenticator.h in Headers */,
5FBAD4331BE7F0CA00703DD1 /* A0SMSCodeViewController.h in Headers */,
5FBAD42B1BE7F0BF00703DD1 /* A0Lock+A0SMSLockViewController.h in Headers */,
5FBAD43D1BE7F0D600703DD1 /* A0EmailLockViewController.h in Headers */,
Expand Down Expand Up @@ -2070,7 +2068,6 @@
5FBAD0C51BE7B23D00703DD1 /* A0UserIdentity.h in Headers */,
5FBAD0D21BE7B24600703DD1 /* NSError+A0APIError.h in Headers */,
5FBAD0981BE7B23D00703DD1 /* A0Application.h in Headers */,
5F32506B1C874BFE00CCEC55 /* A0FailureAuthenticator.h in Headers */,
5FBAD0A51BE7B23D00703DD1 /* A0FileCredentialProvider.h in Headers */,
5FBAD0921BE7B23D00703DD1 /* A0APIClient.h in Headers */,
5FBAD0D01BE7B24600703DD1 /* NSDictionary+A0QueryParameters.h in Headers */,
Expand Down Expand Up @@ -2606,9 +2603,9 @@
5FBAD1A61BE7B92900703DD1 /* A0TitleView.m in Sources */,
5FBAD4241BE7F0AC00703DD1 /* A0TouchIDSignUpViewController.m in Sources */,
5FBAD0DE1BE7B24600703DD1 /* NSDictionary+A0QueryParameters.m in Sources */,
5F32506C1C874BFE00CCEC55 /* A0FailureAuthenticator.m in Sources */,
5FBAD0FD1BE7B64A00703DD1 /* A0BaseAuthenticator.m in Sources */,
5FBAD1C01BE7B92900703DD1 /* A0PasswordValidator.m in Sources */,
5FB6A5EB1CA0357F00DF5078 /* A0FailureAuthenticator.m in Sources */,
5FBAD0771BE7B23C00703DD1 /* A0Lock.m in Sources */,
5FBAD41F1BE7F0A700703DD1 /* A0Lock+A0TouchIDLockViewController.m in Sources */,
5FBAD4321BE7F0CA00703DD1 /* A0PhoneFieldView.m in Sources */,
Expand Down Expand Up @@ -2649,7 +2646,6 @@
5FBAD0CA1BE7B24600703DD1 /* A0JSONResponseSerializer.m in Sources */,
5FBAD0A61BE7B23D00703DD1 /* A0FileCredentialProvider.m in Sources */,
5FBAD0D51BE7B24600703DD1 /* NSObject+A0APIClientProvider.m in Sources */,
5F32506D1C874BFE00CCEC55 /* A0FailureAuthenticator.m in Sources */,
5FBAD0A81BE7B23D00703DD1 /* A0FilteredConnectionDomainMatcher.m in Sources */,
5FBAD0C41BE7B23D00703DD1 /* A0UserAPIClient.m in Sources */,
5FBAD0BA1BE7B23D00703DD1 /* A0RuleErrorHandler.m in Sources */,
Expand Down

0 comments on commit 759de0e

Please sign in to comment.