Skip to content

Commit 9ab7c99

Browse files
committed
v0.1.3
1 parent 7a5c515 commit 9ab7c99

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

GLTFSceneKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "GLTFSceneKit"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44
s.summary = "glTF loader for SceneKit"
55
s.homepage = "https://github.com/magicien/GLTFSceneKit"
66
s.license = "MIT"

GLTFSceneKit.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
};
572572
DD83924B1F466C2D006A1CAC = {
573573
CreatedOnToolsVersion = 9.0;
574-
ProvisioningStyle = Manual;
574+
ProvisioningStyle = Manual;
575575
};
576576
DDB221D91F525D6E002CFA4D = {
577577
CreatedOnToolsVersion = 9.0;
@@ -822,9 +822,9 @@
822822
isa = XCBuildConfiguration;
823823
buildSettings = {
824824
CODE_SIGN_IDENTITY = "iPhone Developer";
825-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
825+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
826826
DEFINES_MODULE = YES;
827-
DEVELOPMENT_TEAM = EF37D6UQZ9;
827+
DEVELOPMENT_TEAM = EF37D6UQZ9;
828828
DYLIB_COMPATIBILITY_VERSION = 1;
829829
DYLIB_CURRENT_VERSION = 1;
830830
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -846,9 +846,9 @@
846846
isa = XCBuildConfiguration;
847847
buildSettings = {
848848
CODE_SIGN_IDENTITY = "iPhone Developer";
849-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
849+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
850850
DEFINES_MODULE = YES;
851-
DEVELOPMENT_TEAM = EF37D6UQZ9;
851+
DEVELOPMENT_TEAM = EF37D6UQZ9;
852852
DYLIB_COMPATIBILITY_VERSION = 1;
853853
DYLIB_CURRENT_VERSION = 1;
854854
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -1035,7 +1035,7 @@
10351035
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
10361036
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10371037
CODE_SIGN_IDENTITY = "iPhone Developer";
1038-
DEVELOPMENT_TEAM = EF37D6UQZ9;
1038+
DEVELOPMENT_TEAM = EF37D6UQZ9;
10391039
INFOPLIST_FILE = "$(SRCROOT)/Sample/iOS/Info.plist";
10401040
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
10411041
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1053,7 +1053,7 @@
10531053
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
10541054
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10551055
CODE_SIGN_IDENTITY = "iPhone Developer";
1056-
DEVELOPMENT_TEAM = EF37D6UQZ9;
1056+
DEVELOPMENT_TEAM = EF37D6UQZ9;
10571057
INFOPLIST_FILE = "$(SRCROOT)/Sample/iOS/Info.plist";
10581058
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
10591059
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Sample/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

Sample/macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSApplicationCategoryType</key>

Source/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Source/macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)