Skip to content
This repository was archived by the owner on Aug 11, 2019. It is now read-only.

Commit a5a2be5

Browse files
committed
Updated the example project to automatically use the latest version of the iOS SDK
1 parent df51a70 commit a5a2be5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"\"$(SRCROOT)/../lib\"",
219219
);
220220
PRODUCT_NAME = Example;
221+
SDKROOT = iphoneos;
221222
};
222223
name = Debug;
223224
};
@@ -235,6 +236,7 @@
235236
"\"$(SRCROOT)/../lib\"",
236237
);
237238
PRODUCT_NAME = Example;
239+
SDKROOT = iphoneos;
238240
VALIDATE_PRODUCT = YES;
239241
};
240242
name = Release;

0 commit comments

Comments
 (0)